May 12, 2002 #1 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');"
I trying to get the window to open with the specified characteristics: window.open('community.htm', 'newWin', 'fullscreen=yes', 'scrollbars=yes,status=no');"
May 12, 2002 #2 dislimbic Programmer May 7, 2002 34 CA hi dedi window.open('community.htm', 'newWin', 'fullscreen=yes', 'scrollbars=yes,status=no'); this shouldn't give you a syntax error. dis Upvote 0 Downvote
hi dedi window.open('community.htm', 'newWin', 'fullscreen=yes', 'scrollbars=yes,status=no'); this shouldn't give you a syntax error. dis
May 12, 2002 #3 xutopia Programmer Apr 4, 2002 2,001 CA try this : on (release) { getURL ("javascript:window.open('community.htm', 'newWin', 'fullscreen=yes,scrollbars=yes,status=no')" } Let me know how it works. Gary http://www.xutopia.com Haran Upvote 0 Downvote
try this : on (release) { getURL ("javascript:window.open('community.htm', 'newWin', 'fullscreen=yes,scrollbars=yes,status=no')" } Let me know how it works. Gary http://www.xutopia.com Haran