What happened to the Messenger Plus! forums on msghelp.net?
Shoutbox » MsgHelp Archive » Skype & Technology » Tech Talk » myBB shoutbox

myBB shoutbox
Author: Message:
jren207
Senior Member
****

Avatar
JR! - We <3 Fanta

Posts: 870
Reputation: 28
35 / Male / –
Joined: Sep 2003
RE: myBB shoutbox
There is a script you can put in the actual page that makes it resize itself so you don't have to put a javascript link. Javascript links usually make animated images on the page stop.

code:
<html>
  <head>
   <title>resize</title>

<script language="javascript">
<!--
// Written & created by Shivaji Basu
// Copyright www.shivbasu.com
// Use this script at your own risk
// To use his script, you MUST leave this disclaimer & credit as it is.

var browser = '';
var entrance = '';
// browsercheck step1
browser = 'one';
//-->
</script>

<script language="javascript1.2">
<!--
// browsercheck step2
browser = 'oneone';
//-->
</script>

<script language="javascript">
<!--
if (browser == 'oneone') entrance = 'yes';
if (browser == 'one') entrance = 'no';
function maxsize(){
if(entrance=='yes'){
var W=500;
var H=500;
self.resizeTo(W,H);
}
}
//-->
</script>


  </head>
<body onload="maxsize()">
hi
</body>
</html>


just change

code:
var W= a size
and
varH= a size


This post was edited on 07-29-2004 at 11:03 PM by jren207.
07-29-2004 11:01 PM
Profile E-Mail PM Web Find Quote Report
« Next Oldest Return to Top Next Newest »

Messages In This Thread
myBB shoutbox - by Eljay on 07-29-2004 at 04:23 PM
RE: myBB shoutbox - by toddy on 07-29-2004 at 04:25 PM
RE: myBB shoutbox - by marissa on 07-29-2004 at 06:47 PM
RE: myBB shoutbox - by GiantSpider on 07-29-2004 at 07:51 PM
RE: myBB shoutbox - by musicalmidget on 07-29-2004 at 09:16 PM
RE: myBB shoutbox - by jren207 on 07-29-2004 at 11:01 PM
RE: myBB shoutbox - by Kryptonate on 07-29-2004 at 11:09 PM
RE: myBB shoutbox - by Eljay on 07-30-2004 at 04:41 PM
RE: myBB shoutbox - by toddy on 07-30-2004 at 04:44 PM
RE: myBB shoutbox - by Eljay on 07-30-2004 at 04:48 PM
RE: myBB shoutbox - by RebelSean on 07-30-2004 at 04:50 PM
RE: myBB shoutbox - by Eljay on 07-30-2004 at 06:28 PM
RE: myBB shoutbox - by toddy on 07-30-2004 at 06:32 PM


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