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

syntax problem --- 1 line, ......thanks

Status
Not open for further replies.

dedi30

Programmer
May 12, 2002
2
CA
I trying to get the window to open with the specified characteristics:

window.open('community.htm', 'newWin', 'fullscreen=yes', 'scrollbars=yes,status=no');");
 

hi dedi

window.open('community.htm', 'newWin', 'fullscreen=yes', 'scrollbars=yes,status=no');

this shouldn't give you a syntax error.

dis
 
try this :

on (release) {
getURL ("javascript:window.open('community.htm', 'newWin', 'fullscreen=yes,scrollbars=yes,status=no')");
}

Let me know how it works.
Gary Haran
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top