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 wOOdy-Soft on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

problem with opening a window

Status
Not open for further replies.

skills

Programmer
Jun 24, 2003
60
US
Can anybody see the problem with this line of code. I get an invalid argument on it every time, and I don't see the problem.

var first_window = window.open("eso.htm","first window","width=100,height=100");

 
I solved this problem myself. I needed to get rid of the space in the title of the window.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top