What happened to the Messenger Plus! forums on msghelp.net?
Shoutbox » MsgHelp Archive » Skype & Technology » Tech Talk » Is there a PHP code for this?

Is there a PHP code for this?
Author: Message:
stu
Junior Member
**

Avatar
Stu

Posts: 82
Reputation: 1
38 / Male / Flag
Joined: Sep 2004
RE: Is there a PHP code for this?
you could just use a script that detects what res they are using and redirect them to an appropriate page. not to sure how to just change the background picture though.  To redirect them just use something like
code:
<script language="JavaScript">
<!--
if ((screen.width>=1024) && (screen.height>=768))
{
window.location="highres.html";
}
else
{
  window.location="lowres.html";
}
//-->
</script>
enter whatever values you want for the width and height
12-19-2006 03:09 AM
Profile E-Mail PM Web Find Quote Report
« Next Oldest Return to Top Next Newest »

Messages In This Thread
Is there a PHP code for this? - by Woraug on 12-10-2006 at 02:49 AM
RE: Is there a PHP code for this? - by Menthix on 12-10-2006 at 03:02 AM
RE: Is there a PHP code for this? - by Nathan on 12-10-2006 at 03:05 AM
RE: Is there a PHP code for this? - by Menthix on 12-10-2006 at 03:07 AM
RE: Is there a PHP code for this? - by Nathan on 12-10-2006 at 03:08 AM
RE: Is there a PHP code for this? - by Menthix on 12-10-2006 at 03:10 AM
RE: Is there a PHP code for this? - by Nathan on 12-10-2006 at 03:12 AM
RE: Is there a PHP code for this? - by rav0 on 12-10-2006 at 05:00 AM
RE: Is there a PHP code for this? - by stu on 12-19-2006 at 03:09 AM
RE: Is there a PHP code for this? - by Woraug on 12-19-2006 at 10:20 AM
RE: Is there a PHP code for this? - by RaceProUK on 12-19-2006 at 10:35 AM
RE: Is there a PHP code for this? - by Ezra on 12-19-2006 at 11:04 AM


Threaded Mode | Linear Mode
View a Printable Version
Send this Thread to a Friend
Subscribe | Add to Favorites
Rate This Thread:

Forum Jump:

Forum Rules:
You cannot post new threads
You cannot post replies
You cannot post attachments
You can edit your posts
HTML is Off
myCode is On
Smilies are On
[img] Code is On