"Jean-David Benamou" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] , > is it possible to timeout a postURL request > from javascript ?? and stop waiting for the callback > function ??
Unfortunately not... You can fake it of course by setting a timeout and then never responding to the callback when it arrives if it's later than the timeout, but the request will still be going on and could return, so you'll need to know to disregard. Jim. ------------------------ Yahoo! Groups Sponsor --------------------~--> $9.95 domain names from Yahoo!. Register anything. http://us.click.yahoo.com/J8kdrA/y20IAA/yQLSAA/1U_rlB/TM --------------------------------------------------------------------~-> ----- To unsubscribe send a message to: [EMAIL PROTECTED] -or- visit http://groups.yahoo.com/group/svg-developers and click "edit my membership" ---- Yahoo! Groups Links <*> To visit your group on the web, go to: http://groups.yahoo.com/group/svg-developers/ <*> To unsubscribe from this group, send an email to: [EMAIL PROTECTED] <*> Your use of Yahoo! Groups is subject to: http://docs.yahoo.com/info/terms/

