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

open.window help

Status
Not open for further replies.

stephenbruceburch

Technical User
Jun 1, 2002
11
0
0
US
I need to open up a window and display some information from a form. Whenever the window opens it says the server is not found.
here is the code I used: (where strH contains the HTML code for the new page)

newW = window.open("results.htm", "Results", "height=300, width=400, status=no, toolbar=yes, menubar=yes, location=no")

newW.document.write(strH)

I think it has to do with the url because the page -results.htm - does not exist - I was hoping it would make it for me. Any help would be appreciated.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top