• Cool Note Script

    From Scottie@VERT/VHCBBS to All on Sat Aug 30 20:34:00 2008
    I found this cool little script while browsing one day. I found it usefull for ãmy BBS maybe some of you can use it.ããã <!-- ã Post 'Em Notes Header by flooble.comã This script is Copyright (c) 2003 Animus Pactum Consulting.ã For more information, visit:ã http://www.flooble.com/scripts/postems.phpã START of Post 'Em Notes Header code --> ã <style>ã .note { border: 1px solid #6688CC; font: 9px caption; font-weight: ãbold; background: #000000; text-decoration:none; color: #000077;}ã .note2 { border: 1px solid #6688CC; font: 9px caption; font-weight: ãbold; background: #CCCCEE; text-decoration:none; color: #000077;}ã A.note { text-decoration: none; }ã .notebody { display:block; border: 1px solid #666666; color: #000000; ãbackground: #EEEEEE; position:absolute; z-index: +10; width:473px; ãheight:300px; padding: 2px; left: 292px; top:27px; font-size: 12px;}ã .notetitle { font-weight: bold; background: #CCCCCC; color: #000000; ãborder-bottom: 1px dashed #666666; padding: 1px; width: 100%; margin: 0px; ãfont-size: 13px;}ã .notebody2 { display:block; border: 1px solid #666666; color: #000000; ãbackground: #EEEEEE; position:absolute; z-index: +10; width:320px; padding: ã2px; left: 292px; top:27px; font-size: 12px;}ã .notetitle2 { font-weight: bold; background: #CCCCCC; color: #000000; ãborder-bottom: 1px dashed #666666; padding: 1px; width: 100%; margin: 0px; ãfont-size: 13px;}ãã .notehidden { display: none; }ã .notevisible { display: block; position:absolute; z-index: +10; ãleft:0px;}ã</style>ã <script language="javascript">ã var ie = false;ã var lastNote = '';ã if (document.all) { ie = true; }ãã function getObj(id) {ã if (ie) {ã return document.all[id];ã } else {ã return document.getElementById(id);ã }ã }ãã function showNote(name) {ã if (name == lastNote) {ã hideNote(name);ã return;ã }ãã if (lastNote != '') { hideNote(lastNote); }ã var title = getObj(name + '_title');ã var body = getObj(name + '_body');ã //title.className = 'notehidden';ã body.className = 'notevisible';ã lastNote = name;ã }ãã function hideNote(name) {ã var title = getObj(name + '_title');ã var body = getObj(name + '_body');ã //title.className = 'note';ã body.className = 'notehidden';ã lastNote = '';ã }ã</script>ãã<table align="center" width="25%" border="1" bordercolor="#000000" ãcellspacing="0" cellpadding="0">ã<tr><td align="center">ã<!-- Post 'Em Note "Note:" Start -->ã <a href="javascript:void(0);" id="note1220077324_title" class="note" ãonclick="showNote('note1220077324');"><img src="http://octane.kicks- ãass.net/images/octane_radio.png" width="468" height="40" border="0"></a>ã <span id="note1220077324_body" class="notehidden"><br>ã <div class="notebody" align="left">ã <table class="notetitle" cellspacing="0" cellpadding="0"><tr>ãã <td>Octane Radio</td>ã <td align="right"><a href="javascript:void(0);" ãonclick="hideNote('note1220077324');"><img src="Close.gif" ãborder="0"></a></td>ãã </tr></table>ãã<iframe id="Iframe1" frameborder="0" vspace="0" hspace="0" ãmarginwidth="0" marginheight="0" width="100%" scrolling="yes" height="100%" ãsrc="http://www.google.com"></iframe>ãããã </div>ã <noscript><a href="http://www.flooble.com/scripts/postems.php">add ãpopup notes to your page</a> | <a href="http://perplexus.info/about.php">free ãpuzzle of the day</a>ã</noscript>ã </span>ã <!-- Post 'Em Note End -->ã</td></tr>ãã<tr><td align="center">ã<OBJECT ID="MediaPlayer" WIDTH="100%" HEIGHT="25" ãCLASSID="CLSID:22D6F312-B0F6-11D0-94AB-0080C74C7E95" STANDBY="LoadingãWindowsãMedia Player components..." TYPE="application/x-oleobject" VIEWASTEXT>ã<PARAM NAME="FileName" VALUE="mms://octane.kicks-ass.net:8080">ã<PARAM name="autostart" VALUE="true">ã<PARAM name="ShowControls" VALUE="false">ã<param name="ShowStatusBar" value="true">ã<PARAM name="ShowDisplay" VALUE="false">ã<EMBED TYPE="application/x-mplayer2" NAME="MediaPlayer">ã</EMBED>ã</OBJECT>ã</td></tr></table>ãã<hr color="#000000">ãã<center><b>"Click the Banner above"</b></center>ã<center><a
    href="http://octane.kicks-ass.net/coolnotescript.zip">Download ãSource (ZIP)</a></center>ãããok so i made some easy changes to it. This is a very easy script to use. I ãlike it as it's original use. I use for instructions for a game and other ãthings aswell on my BBS. Cheack it out.ããYou can download an original copy from the link above.ãããScottie.ãhttp://octane.kicks-ass.net:81ãã---ã þ Synchronet þ Octane Radio BBS - octane.kicks-ass.net:81ã