Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations bkrike on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

netscape (7.1) window.open not working 1

Status
Not open for further replies.

mickeyg

Technical User
Mar 30, 2001
120
US
function showAcct() {
alert('dude, let go of my browser!');
nw = window.open('acctinfo.html?stateInfo=qkdbhYaUfWaPddlN9034|14&closebutton=yes&prompt=email','wacctinfo','width=450,height=350,left=250,top=100,menubar=no,scrollbars=yes,status=no,toolbar=no,resizable=no');
nw.focus();
}

I fire this event onLoad and get my alert message, but no popup window in Netscape or Opera. This works in IE and I have the same code tied to an anchor's onClick event and that works in all browsers. By the way the nw statement is all on 1 line (unlike how it is being displayed here).

Any ideas?
Thanks, much,
Mickey
 
UGHHHH!
Thanks Jeff, yes I did. That had completely slipped my mind.

I'll give you a star and stop banging my head on my head.
Mickey
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top