full screen popup
full screen popup
- Started
- Last post
- 3 Responses
- unknown
anyone know how to make a fullscreen popup window w/o title bar? I.e. - looks like a fullscreen application ?
(note - this is for a java program to run in, not for my own ego-maniacal full screen attention desires....)
- k9kuma0
<a href="javascript:launchwin('file.asp?','newwindow','width='+(screen.width - 10)+',height='+(screen.height - 30)+',screenX=0,screenY=0,directories=0,fullscreen=1,location=0,menubar=0,scrollbars=0,status=0,toolbar=0')">
- mitsu0
just do a search for chromeless on google
- k9kuma0
i just emailed you the code