View Full Version : status bar, y not


J E P P O
05-31-2003, 12:22 AM
ok,

i have a lil message in the status bar that says welcome to dim realisation. it was working til now and suddenly it stopped n e ideas?????

thanks,



<html>
<head>
<title>::Dim Realisation::</title>

<style type="text/css">
<!--

A:link
{ text-decoration: value none; color:#000000 }
A:visited
{ text-decoration: value none; color:#000000 }
A:active
{ text-decoration: value none; color:#000000 }
A:hover
{ text-decoration: value none; color:#0099CC; font-weight:bold;

body {cursor:crosshair}
A {cursor:crosshair;}

body
{
scrollbar-face-color:"#006699";
scrollbar-highlight-color:"#006699";
scrollbar-3dlight-color:"#006699";
scrollbar-shadow-color:"#006699";
scrollbar-darkshadow-color:"#006699";
scrollbar-track-color:"#006699";
scrollbar-arrow-color:"#000000";
}

.foo {margin:0px 0px 0px 15px;}
</style>

</head>
<body bgcolor="#006699" link="#000000" alink="#000000" vlink="#000000" onload="window.defaultStatus='::Welcome to Dim Realisation::'">



<table bgcolor="#0099cc" cellspacing="0" cellpadding="0" width="504" align="center" border="2" bordercolor="#000000">
<tr><td><center><a href="index.html" onMouseOver="window.status='::Run Home::'; return true"><img src="pics/dimlogo.gif" border="0" alt="Dim Realisation Homepage!"></a></center></td></tr>
</table><br>

<center>
<font face="tahoma" size="2" color="#cccccc">
<script language="JavaScript">

function random_content(){
var mycontent=new Array()
//specify random content below.
mycontent[1]='::Make it idiot proof and someone will make a better idiot::'
mycontent[2]='::Always remember you are unique, just like everyone else::'
mycontent[3]='::SMILE:..If you are not wearing any underwear!!::'
mycontent[4]='::I used to have a handle on life, then it broke::'
mycontent[5]='::Bother, said Pooh as the brakes went out::'
mycontent[6]='::Ever notice how fast Windows runs? Neither did I::'
mycontent[7]='::The Computer said insert disk 3: But I could only fit 2::'
mycontent[8]='::Change is inevitable, except from a vending machine::'
mycontent[9]='::He who laughs last thinks slowest::'
mycontent[10]='::Energizer Bunny Arrested! Charged with battery::'
mycontent[11]='::Double your drive space - delete Windows!::'
mycontent[12]='::I do not suffer from insanity. I enjoy every minute of it::'
mycontent[13]='::Consciousness: that annoying time between naps::'
mycontent[14]='::We are born ^^^^^, wet and hungry. Then things get worse::'
mycontent[15]='::What is a free gift? Arent all gifts free?::'
mycontent[16]='::Warning. Dates in Calendar are closer than they appear::'
mycontent[17]='::Hard work has a future payoff. Laziness pays off now::'
mycontent[18]='::Better to understand a little than misunderstand a lot::'
mycontent[19]='::You are not a complete idiot, some parts are missing!::'

var ry=Math.floor(Math.random()*mycontent.length)
if (ry==0)
ry=1
document.write(mycontent[ry])
}
random_content()

</script>
</center>

<table width="100%"><tr>
<td valign="top">

<center><table bgcolor="#0099cc" cellspacing=0 cellpadding=2 border=1 width="100" bordercolor="#000000">
<tr valign="top">
<td align="center">
<font face="tahoma" size="1"><marquee behavior=scroll direction="left" scrollamount="2">::Navigation::</marquee></font></td></tr><td bgcolor="#ffffff" align="left"><font face="tahoma" size="1">

<ul class="foo">
<li>::<a href="blog.html" target="stuff" onMouseOver="window.status='::Run Home::'; return true">Home</a>::
<li>::<a href="download.html" target="stuff" onMouseOver="window.status='::Downloads::'; return true">Downloads</a>::
<li>::<a href="sms.html" target="stuff" onMouseOver="window.status='::Size Does Matter::'; return true">SMS Talk</a>::
<li>::<a href="other.html" target="stuff" onMouseOver="window.status='::Miscellaneous::'; return true">Misc</a>::
<li>::<a href="credit.html" target="stuff" onMouseOver="window.status='::Credits::'; return true">Credits</a>::
</ul>
</font></td>
</table></center><p>

</td>

<td width="300">
<center><iframe src="blog.html" name="stuff" width="320" height="285" style="border: 2 solid #000000" frameborder="0" border="0" scrolling="auto"></iframe></center>
</td>

<td valign="top">
<center><table bgcolor="#0099cc" valign="top" cellspacing="0" cellpadding="2" border="1" bordercolor="#000000" width="100">
<td valign=top align="center"><font face="tahoma" size="1"><marquee behavior=scroll direction="left" scrollamount="2">::Other::</marquee></font></td></tr><td bgcolor="#ffffff"><font face="tahoma" size="1">
<center><script language=JavaScript src="http://www.cutandpastescripts.com/cgi-bin/textcounter/textcounter2.pl?username=DR&page=69246"></script><br><br>

<script language="JavaScript1.2">

function setcountdown(theyear,themonth,theday,thehour,themi n,thesec){
yr=theyear;mo=themonth;da=theday;hr=thehour;min=th emin;sec=thesec
}

setcountdown(2003,12,24,23,59,59)

var occasion="Christmas"
var message_on_occasion="Merry Christmas!"

var countdownwidth=''
var countdownheight=''
var countdownbgcolor='white'
var opentags='<font face="Tahoma"><small>'
var closetags='</small></font>'

//////////DO NOT EDIT PAST THIS LINE//////////////////

var montharray=new Array("Jan","Feb","Mar","Apr","May","Jun","Jul","Aug","Sep","Oct","Nov","Dec")
var crosscount=''

function start_countdown(){
if (document.layers)
document.countdownnsmain.visibility="show"
else if (document.all||document.getElementById)
crosscount=document.getElementById&&!document.all?document.getElementById("countdownie") : countdownie
countdown()
}

if (document.all||document.getElementById)
document.write('<span id="countdownie" style="width:'+countdownwidth+'; background-color:'+countdownbgcolor+'"></span>')

window.onload=start_countdown


function countdown(){
var today=new Date()
var todayy=today.getYear()
if (todayy < 1000)
todayy+=1900
var todaym=today.getMonth()
var todayd=today.getDate()
var todayh=today.getHours()
var todaymin=today.getMinutes()
var todaysec=today.getSeconds()
var todaystring=montharray[todaym]+" "+todayd+", "+todayy+" "+todayh+":"+todaymin+":"+todaysec
futurestring=montharray[mo-1]+" "+da+", "+yr+" "+hr+":"+min+":"+sec
dd=Date.parse(futurestring)-Date.parse(todaystring)
dday=Math.floor(dd/(60*60*1000*24)*1)
dhour=Math.floor((dd%(60*60*1000*24))/(60*60*1000)*1)
dmin=Math.floor(((dd%(60*60*1000*24))%(60*60*1000) )/(60*1000)*1)
dsec=Math.floor((((dd%(60*60*1000*24))%(60*60*1000 ))%(60*1000))/1000*1)
//if on day of occasion
if(dday<=0&&dhour<=0&&dmin<=0&&dsec<=1&&todayd==da){
if (document.layers){
document.countdownnsmain.document.countdownnssub.d ocument.write(opentags+message_on_occasion+closeta gs)
document.countdownnsmain.document.countdownnssub.d ocument.close()
}
else if (document.all||document.getElementById)
crosscount.innerHTML=opentags+message_on_occasion+ closetags
return
}
//if passed day of occasion
else if (dday<=-1){
if (document.layers){
document.countdownnsmain.document.countdownnssub.d ocument.write(opentags+"Occasion already passed! "+closetags)
document.countdownnsmain.document.countdownnssub.d ocument.close()
}
else if (document.all||document.getElementById)
crosscount.innerHTML=opentags+"Occasion already passed! "+closetags
return
}
//else, if not yet
else{
if (document.layers){
document.countdownnsmain.document.countdownnssub.d ocument.write(opentags+dday+ " days, "+dhour+" hours, "+dmin+" minutes, and "+dsec+" seconds left until "+occasion+closetags)
document.countdownnsmain.document.countdownnssub.d ocument.close()
}
else if (document.all||document.getElementById)
crosscount.innerHTML=opentags+dday+ " days, "+dhour+" hours, "+dmin+" minutes, and "+dsec+" seconds left until "+occasion+closetags
}
setTimeout("countdown()",1000)
}
</script>

<ilayer id="countdownnsmain" width=&{countdownwidth}; height=&{countdownheight}; bgColor=&{countdownbgcolor}; visibility=hide><layer id="countdownnssub" width=&{countdownwidth}; height=&{countdownheight}; left=0 top=0></layer></ilayer>

</table></center><p>



<center><table bgcolor="#0099cc" cellspacing=0 cellpadding=2 border=1 width="100" bordercolor="#000000">
<tr valign="top">
<td align="center">
<font face="tahoma" size="1"><marquee behavior=scroll direction="left" scrollamount="2">::Notices::</marquee></font></td></tr><td bgcolor="#ffffff" align="center"><font face="tahoma" size="1">

Design and Content © Chris Jepsen - Dim Realisation, excluding things so marked. All Rights Reserved.<br>
Made entirely using <a href="notepad.html" target="stuff" onMouseOver="window.status='::What does this mean?::'; return true">Notepad</a>.

</font></td>
</table></center><p>

</td>
</tr>
</body>
</html>



visit here (http://www34.brinkster.com/dimrealisation)

designhazard
05-31-2003, 04:20 AM
all the links must put this code after the onmouseover:
onMouseOut="window.status='welcome to dim realisation' .

it will look like this:
<a href="index.html" onMouseOver="window.status='::Run Home::'; return true;" onMouseOut="window.status='welcome to dim realisation'; return true;">

Hope that helps :)

J E P P O
06-01-2003, 01:43 AM
i worked it out.

i had a little js thing on the side...

thanks anyway