fullscreen open then link then close

liunx

Guest
I'm using the snippet from Scoutt's site to open fullscreen. Am using IE6.<br />
<br />
<script><br />
<!--<br />
filename = 'index2.htm'<br />
pagename = 'fs'<br />
config = 'fullscreen=yes,toolbar=yes'<br />
window.open(filename, pagename, config)<br />
//--><br />
</script><br />
<br />
1) toolbars do not show???? tried menubar also but it doesn't work.<br />
<br />
2) after linking to other pages, I'm unable to close and must do with WinXP. I've tried window.close('fs') etc.<br />
<br />
Appreciate more help.<br />
RON C<!--content-->self.close() from inside the pop up is the easiest. <br />
<br />
<a href=http://www.htmlforums.com/archive/index.php/"#" onClick="self.close();">close this window</a><!--content-->I need a full proof method where I don't have to depend on user getting back to original popup page.<br />
<br />
Any idea why toolbar=yes doesn't work in the fullscreen open?<br />
<br />
Thanks,<br />
RON C<!--content-->because, since it is fullscreen you don't get anything. hence the fullscreen part.<br />
<br />
Fulscreen means it will take up the space the taskbar takes up as well. it is a true fullscreen. if you add toolbar then it wouldn't be fullscreen now will it.<!--content-->Now I specified toolbar=no,menubar=yes. <br />
<br />
All works as needed.<br />
<br />
Thanks for patience.<br />
<br />
RON C<!--content-->
 
Back
Top