K
Kathy Burke
Hi, I've used the following javascript structure in other places in my
asp.net app, but for this one the pop-up window still goes to the back
and doesn't get the focus.
button onclick event:
Response.Write("<script>var w=window.open('ECN.aspx', 'ECN',
'width=650,height=550,top=50,left=100,toolbar=no,menubar=no,resizable=ye
s');w.focus();</script>")
Any ideas how to make this work or what could be causing the behavior?
I'm calling it from a form that is in a frameset.
Thanks,
Kathy
asp.net app, but for this one the pop-up window still goes to the back
and doesn't get the focus.
button onclick event:
Response.Write("<script>var w=window.open('ECN.aspx', 'ECN',
'width=650,height=550,top=50,left=100,toolbar=no,menubar=no,resizable=ye
s');w.focus();</script>")
Any ideas how to make this work or what could be causing the behavior?
I'm calling it from a form that is in a frameset.
Thanks,
Kathy