What happened to the Messenger Plus! forums on msghelp.net?
Shoutbox » MsgHelp Archive » Messenger Plus! for Live Messenger » WLM Plus! General » Edited Messenger Plus! Support

Edited Messenger Plus! Support
Author: Message:
Dempsey
Scripting Contest Winner
*****

Avatar
http://AdamDempsey.net

Posts: 2395
Reputation: 53
37 / Male / Flag
Joined: Jul 2003
RE: Edited Messenger Plus! Support
quote:
Originally posted by raceprouk
JavaScript to check the resolution on page load, then redirect based on the result? I don't know if you can do that.
yea that'll work, if they have javascript enabled and if not you can have a link to manually select the screen resolution
something like
code:
<SCRIPT language="JavaScript">
<!--
if ((screen.width>=1024) && (screen.height>=768))
{
window.location="highres.html";
}
else
{
  window.location="lowres.html";
}
//-->
</SCRIPT>


This post was edited on 04-14-2005 at 10:55 AM by Dempsey.
SoundPacks   -   Scripts   -   Skins

that's not a bug, thats an unexpected feature
04-14-2005 10:53 AM
Profile E-Mail PM Web Find Quote Report
« Next Oldest Return to Top Next Newest »

Messages In This Thread
Edited Messenger Plus! Support - by user27089 on 04-13-2005 at 11:48 PM
RE: Edited Messenger Plus! Support - by RaceProUK on 04-14-2005 at 10:50 AM
RE: Edited Messenger Plus! Support - by Dempsey on 04-14-2005 at 10:53 AM
RE: Edited Messenger Plus! Support - by RaceProUK on 04-14-2005 at 10:57 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