redirect by resolution

liunx

Guest
hello everyone...i know this should probably be an easy thing...especially since i have done a redirect by the users resolution but i lost that page and the coding for it to look at and not sure how to apply that to a frameset<br />
<br />
<br />
<frameset framespacing="0" frameborder="0" rows="112,*"><br />
<br />
<frame name="header" scrolling="no" noresize marginwidth="0" marginheight="0" src=http://www.htmlforums.com/archive/index.php/"top.html" target="_self"><br />
<frameset framespacing="0" frameborder="0" cols="112,*"><br />
<frame name="menu" src=http://www.htmlforums.com/archive/index.php/"menu.html" scrolling="auto" target="content" noresize ><br />
<frame src=http://www.htmlforums.com/archive/index.php/"index2.html" name="content" scrolling="auto" target="_self"><br />
<br />
</frameset> <br />
<br />
<br />
<noframes><br />
<br />
<body><br />
<br />
<p><br />
This page uses frames, but your browser doesn't support them.<br />
</p><br />
<br />
</body><br />
<br />
</noframes><br />
<br />
</frameset><br />
<br />
<br />
the pages it is loading now is best seen at the 1024x768 resolution (being the resolution that i currently use)...now all together there is probably approx. 35-40 pages that will need something changed on them...anything from text size a little smaller to an image size a little smaller to a field in the form to be smaller...but from the main addy what i'm wanting to be changed is content frame..and the menu frame...then from the menu frame i'll have the links on that going to the correct pages for the resolution...if you would like to take a look at the site that i am wanting to do this for please go to <!-- m --><a class="postlink" href="http://disney.zonehosts.com">http://disney.zonehosts.com</a><!-- m --><br />
<br />
thanks all for your time and help with this...like i said it should be easy to do but i am not sure how to go about doing this with the frameset<!--content-->here's a resolution redirect (<!-- m --><a class="postlink" href="http://javascript.internet.com/user-details/resolution-page.html">http://javascript.internet.com/user-det ... -page.html</a><!-- m -->) (javascript)<br />
<br />
i imagine if you put it in one of the frames it should work!<br />
<br />
or you could have an intro page (no frames ofcourse) with the redirect there, users would hardly see that intro page (if at all) becuase they would be immediately redirected to their corresponding resolutions page (with frames), if you see what i mean :)<!--content-->cool thx...got the code and done your second suggestion just making a new index file with the redirect and changed all my pages so they would look ok on the 800x600 resolution and it works...thx for the help...and i'll do my best to keep the redirect script this time lol<br />
<br />
thanks again for the help<!--content-->If you use the code linked by leoo24 make sure you change it so that it takes a value larger than the maximum size tested for to be the biggest.. Currently if your screen is wider than 1024 it assumes you're running at 640x480 :O@<!--content-->
 
Back
Top