|
-
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!
-
Aug 19th, 2004, 02:26 AM
#2
Fanatic Member
a popup should anyway, try taking the remote.focus() out and see if thsat helps
-
Aug 19th, 2004, 08:08 AM
#3
Thread Starter
Hyperactive Member
Hi,
It doesn't so I add it, but the result is the same.
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
|