Could anyone please give me a hand converting this script, written for
IE to work with netscape?
_______________ _______________ ___ _______________ _______________ ________
<!--
var footerDistFromT op
footerDistFromT op = document.all.co ntent.clientHei ght+90;
document.all.fo oter.style.top = footerDistFromT op;
var domain = "hotmail.co m"
var name = "kiznit"
var address = name + "@" + domain
var openmail = "mailto:" + address
document.write( "[<a href=index.html >Home</a>] [<a href=file.html> File
</a>] [<a href=view.html> View</a>] [<a href=listen.htm l>Listen</a>] [<a
href=bio.html>B io</a>] [<a href=contact.ht ml>Contact</a>]<br>")
document.write( 'Text, code and images cant be used without asking ')
document.write( address.link(op enmail))
document.close( )
//-->
Comment