LOADING
Loading
Hi , welcome back.
LogoutLOGOUT
 
  Lost password?  
Hi
 




ReplyREPLY THREAD
 
Thread Tools Display Modes
  #1  
Old 03-09-2002, 07:38 AM
dv8's Avatar
dv8 dv8 is offline

Admin Mod
 
Join Date: Mar 2001
Posts: 2,053
Rep Power: 15
dv8 is on a distinguished road
Lightbulb Fun And Helpfull JavaScripts

Retrieving Screen Resolutions
Code:
<SCRIPT LANGUAGE="JavaScript">
<!-- Begin
document.write(screen.width," x ",screen.height);
// End -->
</script>
More to come... or contribute!
Dv8
Reply With Quote
  #2  
Old 03-09-2002, 07:42 AM
dv8's Avatar
dv8 dv8 is offline

Admin Mod
 
Join Date: Mar 2001
Posts: 2,053
Rep Power: 15
dv8 is on a distinguished road
Setting Status Message for MSIE (simple)
Code:
<script language="JavaScript">
<!--

function MM_displayStatusMsg(msgStr) { 
  status=msgStr;
  document.MM_returnValue = true;
}
//-->
</script>
<body onLoad="MM_displayStatusMsg('yoursite.com or your message!');return document.MM_returnValue">
More To Come... or contribute!
Dv8
Reply With Quote


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump




All times are GMT. The time now is 02:38 PM.