
04-22-2008, 12:08 AM
|
 |
|
|
Join Date: Jan 2004
Location: Mtl, Qc, Canada
Posts: 53
Благодарил(а): 0 раз(а)
Поблагодарили:
0 раз(а) в 0 сообщениях
|
|
Quote:
Originally Posted by LouiseWilson
Hi
You need to edit your Thread it should read
You missed the opening tag as <script>
Also your thread title is EI should it be IE
<script>
//Hide status bar msg II script- by javascriptkit.com
//Visit JavaScript Kit ( http://javascriptkit.com) for script
//Credit must stay intact for use
function hidestatus(){
window.status=''
return true
}
if (document.layers)
document.captureEvents(Event.MOUSEOVER | Event.MOUSEOUT)
document.onmouseover=hidestatus
document.onmouseout=hidestatus
</script>
|
ty for correcting me out
|