|
-
Feb 8th, 2005, 04:17 PM
#1
Thread Starter
Addicted Member
modal dialog and trip to server
I have dialog window that uses javascript to return value to main aspx page.
When dialog window needs to be submitted to server, it does open new window with the same URL as modal one.
How do I avoid opening new window, but refresh the modal one instead?
Thank you all.
Слава Труду.
-
Feb 8th, 2005, 04:36 PM
#2
Thread Starter
Addicted Member
RESOLVED Re: modal dialog and trip to server
One magic line in the <head> takes care of it:
<base target="_self">
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|