|
-
Aug 18th, 2004, 11:07 PM
#1
Thread Starter
Hyperactive Member
focus of popup window
Hi,
I have an asp that allow user to send email, after that, system will popup a msg and return to the previous screen. I use the following code to do so:
...
top.location.href = locationPath;
remote=window.open(theURL,winName,features);
remote.focus();
...
but I always have the msg window popup, then goes to the back. Is there any method to make in on top except using showModalDialog?
Thx!
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
|