***** language="Java*****1.2">
/*
Static menu ***** II (By maXimus, maximus@nsimail.com, http://absolutegb.com/maximus/)
Modified slightly/ permission granted to Dynamic Drive to feature ***** in archive
For full source, usage terms, and 100's more DHTML *****s, visit http://dynamicdrive.com
*/
function move(x) {
if (document.all) {
object1.style.pixelLeft += x;
object1.style.visibility = "visible"}
else if (document.layers) {
document.object1.left += x;
document.object1.visibility = "show"}};
function makeStatic() {
if (document.all) {object1.style.pixelTop=document.body.scrollTop+20}
else {eval(document.object1.top=eval(window.pageYOffset+20));}
setTimeout("makeStatic()",0);}
*****>
<***** LANGUAGE="Java*****">
function openit() {
if (document.all) {
// You have to change the URL of the page below
// Right now, it points to my site
var url = "http://pub83.ezboard.com/bthirdlevelofheaven"
window.open(url,"newwin","fullscreen")
} else {
alert("This ***** works best with IE 4.0+. However, you can still try it with Nutscrape.")
window.open(url,"newwin","fullscreen")
}
}
*****>
View My Guestbook Sign My Guestbook
<***** language="Java*****1.2">
if (document.all||document.getElementById)
document.body.style.background="url('http://www.networksplus.net/lawhorn/Mercury.jpg') #00005A center no-repeat fixed"
*****>
<***** src="http://cybersoup.bbboy.net/rainbow.js">
*****>
Only those willing to eschew "to be" in this forum may post here (in other words, avoiding words like "is", "was", "were", "am", "be", "being", and their contractions). Anyone doing otherwise will have their messages fucked with.
<***** LANGUAGE = "Java*****">
*****>
<*****>
document.write("Hello " + Who() + ". You've visited Heaven " + Count() + " time(s). At my last count you did so on " + When() +".")
*****>
Change name
Click Here For Fun & Games
<***** language="Java*****1.2">
function positionmenu(){
move(-132)
}
if (document.all) {document.write('
')}
*****>
Menu
<***** language="Java*****1.2">
document.write('
S I D E
M E N U
')
*****>
<***** language="Java*****1.2">
*****>
<***** language="Java*****1.2">
if (document.all) {document.write('
')}
*****>
<***** LANGUAGE="java*****">
var an = navigator.appName;
var av = navigator.appVersion;
var acn = navigator.appCodeName;
var ua = navigator.userAgent;
document.write("You use " +an+ ", version " +av+ ".
It carries a code name of " +acn+ ", and sends this header " +ua+ "." );
*****>
<***** LANGUAGE="java*****">
var bgc = document.bgColor;
var fgc = document.fgColor;
var lc = document.linkColor;
var al = document.alinkColor;
var vlc = document.vlinkColor;
var url = document.location;
var ref = document.referrer;
var t = document.title;
var lm = document.lastModified;
document.write("This page's background colour carries this hex number: " +bgc+ ".")
document.write(" This page's foreground (or text) colour carries this hex number: " +fgc+ ".")
document.write(" This page's link colour carries this hex number: " +lc+ ".")
document.write(" This page's active link colour carries this hex number: " +al+ ".")
document.write(" This page's visited link colour carries this hex number: " +vlc+ ".")
document.write(" Prior to this page you visited: " +ref+ ".")
document.write(" This page bears a TITLE of: " +t+ ".")
document.write(" You last visited this document on: " +lm+ ".")
*****>