I have noticed many posting about this topic and the overall answer seems to
be it can't be done. Well, it can!
I actually finally got it to work. It is actually quite simple. I think I
was trying to make it too hard. FYI, here is the code in case anyone else
has this problem:
This goes above <HEAD> on the page you need the php include code in.
<?php
if( !IsSet($w) )
die('<html><head><script language="JavaScript"
type="text/javascript">window.location.replace("http://www.theairwaysite.com
/restest.php?w=" + screen.width)</script></head></html>');
?>
This goes where the php include need to show on the page:
<?php
echo include('header'.$w.'.htm');
?>
Then you just have to name your headers for the resolution, ie
header800.htm, header1024.htm, etc...
Works like a dream!
It chooses a header based on the screen resolution of the user and includes
it in the proper place for the php include.
Cara Lane
214-868-9348
www.designsinthefastlane.com
www.dallasbarterexchange.com
--
PHP Database Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]
Re: [PHP-DB] Resolution detect and redirect
Cara Lane - Designs In The Fast Lane Thu, 09 Aug 2001 09:15:41 -0700
- [PHP-DB] Resolution detect and redire... Matthew Cothier
- Re: [PHP-DB] Resolution detect a... JJeffman
- RE: [PHP-DB] Resolution dete... Matt Williams
- RE: [PHP-DB] Resolution detect a... Allsebrook_Richard/askr
- RE: [PHP-DB] Resolution detect a... Matthew Cothier
- Re: [PHP-DB] Resolution dete... Joe Brown
- RE: [PHP-DB] Resolution ... Ben - FCP
- RE: [PHP-DB] Resolution detect a... Allsebrook_Richard/askr
- Re: [PHP-DB] Resolution detect a... Cara Lane - Designs In The Fast Lane
