full screen mode with frames

admin

Administrator
Staff member
I got some problems with closing full screen vieuwing with frames! help me out please<br />
<br />
opening a full screen window is not a problem, i'm using code andboom() grab from the web<br />
<br />
but when the frames load in full screen mode, it's not possible to close it from one off the frames<br />
<br />
is there a code somewhere that close frames full screen mode ?<br />
<br />
sorry for my bad english hope someone can help me out on this one!<!--content--><a href=http://www.htmlforums.com/archive/index.php/"#" onclick="window.close()">Close me</a><!--content-->ok thats what i have figured out, but it just dont seen to work<br />
<br />
i got a index.htm thats my intro<br />
then i go to a page named mainfram.htm<br />
that one splits into three frames in fullscreen mode top.htm menu.htm and center.htm when i call the close option from the menu.htm, it wont work... whats wrong here.. it's seems complicaded, it's my first website, maby there is a better way to do it?<!--content-->you wouldn't happen to have a url?<br />
<br />
try this also<br />
<a href=http://www.htmlforums.com/archive/index.php/"javascript:parent.close()">close window</a><!--content-->yeah there is, don't open in fullscreen :P<br />
<br />
do you have an example<!--content-->yes i have a url, but it's not the site i'm working on, thats the site i put on the net quick, i'm working on a full screen cersion, i can mail the html files?<!--content-->my msn user id is <!-- e --><a href="mailto:[email protected]">[email protected]</a><!-- e --><!--content-->i'm putting yje code in a message <br />
<br />
index:<br />
<a href=http://www.htmlforums.com/archive/index.php/"#" onClick=window.open("demo/mainfram.htm","venster1","height=800,width=1024,left=0,top=0")>openen</a><br />
<br />
<br />
mainfram.htm<br />
<br />
<HTML><br />
<HEAD><br />
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"><br />
<TITLE>Bubblekids Online Store Rommelmarkt</TITLE><br />
<META NAME="keywords" content="Bubblekids online store rommelmarkt, cloth, kleding, toys, speelgoed, knuffels, goedkoop cheap pooh"><br />
<META NAME="description" content="Bubblekids leuke online winkel waar je heel goedkoop kunt shoppen, kom gewoon kijken, je staat verbaasd"><br />
<SCRIPT TYPE="text/javascript" LANGUAGE="javascript">self.name='frameFix';</SCRIPT><br />
<SCRIPT SRC=http://www.htmlforums.com/archive/index.php/"language.js"></SCRIPT><br />
<SCRIPT SRC=http://www.htmlforums.com/archive/index.php/"nopcart.js"></SCRIPT><br />
<SCRIPT SRC=http://www.htmlforums.com/archive/index.php/"media.js"></SCRiPT><br />
</HEAD><br />
<FRAMESET ROWS="192,*" BORDER=0 FRAMESPACING=0 FRAMEBORDER="No"><br />
<FRAME NAME="TopFrame" SRC=http://www.htmlforums.com/archive/index.php/"header.htm" SCROLLING="No" FRAMEBORDER=0 MARGINHEIGHT=0 MARGINWIDTH=0 FRAMESPACING=0 NORESIZE><br />
<br />
<FRAMESET COLS="123,*" BORDER=0 FRAMESPACING=0 FRAMEBORDER="No"><br />
<FRAME NAME="SideFrame" SRC=http://www.htmlforums.com/archive/index.php/"menu.htm" SCROLLING="No" FRAMEBORDER=0 MARGINHEIGHT=0 MARGINWIDTH=0 FRAMESPACING=0 NORESIZE><br />
<FRAME NAME="PageFrame" SRC=http://www.htmlforums.com/archive/index.php/"center.htm" SCROLLING="Auto" FRAMEBORDER=0 MARGINHEIGHT=0 MARGINWIDTH=0 FRAMESPACING=0 NORESIZE><br />
</FRAMESET><br />
</FRAMESET><br />
<br />
<NOFRAMES><br />
<Body><br />
<br />
Your browser does not support frames or JavaScript, therefore you will be unable to view to purchase products online. You can purchase by mail order using the order form in our Brochure.<br />
<P><br />
You can Download <!--more--> the latest version of Netscape Navigator from<br />
<A HREF=http://www.htmlforums.com/archive/index.php/"http://www.netscape.com">Netscape</A>, or Internet Explorer from <A HREF="http://www.microsoft.com/products/default.asp">Microsoft</A>. Both these browsers support frames and JavaScript.<br />
</NOFRAMES><br />
<br />
<br />
from here we goto the full screen and frames<br />
<br />
and in the menu i make a a href and put the close option<br />
and that one wont work, my guese is that the frames are in the way ? or i use too much java scripts ?<!--content-->it shouldn't make a difference if frames are there or not.<br />
and that is not fullscreen. actually that is not a good idea as some poeple only have 800x600 resolutions, well about 75% of the net does) and that code will make it go off the screen. full screen is this<br />
<br />
fullscreen=yes<br />
<br />
put that in the window.open function<!--content-->the different resolution's i'm aware off that one i have solved, by detecting the users screen type and redirect the user to the proper screen<br />
<br />
i even think about the 640x480 resolition they will have full screen 640x480<br />
users with 800x600 wil go to full screen mode 800x600<br />
users with 1024x756 will go to full screen mode 1024x756<br />
<br />
i just cant close the screens :-(((<br />
<br />
i can quick setup the screens on the site. that will take about 5 mins...<!--content-->
 
Back
Top