Elvin
unread,Nov 6, 2009, 7:23:16 PM11/6/09Sign in to reply to author
Sign in to forward
You do not have permission to delete messages in this group
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to watij
Hi All,
I have a situation that I need to solve. On a page, once user click on
the Submit button to delete a record, there is a IE modal dialog
popup, to confirm the submission request with Yes and No button. I
have no problem in clicking this button.
My problem is that once the click method is executed, it is not
returning back to the script. On another words, the next line of the
code, which is right below "Click", is not executed. I believe there
is must be some wait for response/request in the "Click" method.
I know there thread can be written to close this modal dialog once it
is poped up. Is there any other method other than this? For example,
is that posible to stop the "wait for response/request" in the click
method.
Thanks
Elvin.