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!

fullscreen problem

Status
Not open for further replies.

disfasia

Programmer
Apr 20, 2001
378
CA
i have used the following in my first frame of a page to open another page in fullscreen:

getURL("javascript:NewWindow=window.open(' void(0);");

evidentally it does not work--and i have moved the 'fullscreen=yes' around, i have used various other combinations...i do not know what to do.

does anyone have any luck in this?

regards and thanks in advance!

disfasia
 
True (full naked) window, only in IE...

on (release) {
getURL ("javascript:NewWindow=window.open('}

Fullscreen (with borders) on all browsers...

on (release) {
getURL ("javascript:NewWindow=window.open('}


Regards. Affiliate Program - Web Hosting - Web Design
After 25,000 posts, banned on FK, but proud not to have bowed down to them!
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top