J
Jason
Could anyone please give me a hand converting this script, written for
IE to work with netscape?
_________________________________ ______________________________________
<!--
var footerDistFromTop
footerDistFromTop = document.all.content.clientHeight+90;
document.all.footer.style.top = footerDistFromTop;
var domain = "hotmail.com"
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.html>Listen</a>] [<a
href=bio.html>Bio</a>] [<a href=contact.html>Contact</a>]<br>")
document.write('Text, code and images cant be used without asking ')
document.write(address.link(openmail))
document.close()
//-->
IE to work with netscape?
_________________________________ ______________________________________
<!--
var footerDistFromTop
footerDistFromTop = document.all.content.clientHeight+90;
document.all.footer.style.top = footerDistFromTop;
var domain = "hotmail.com"
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.html>Listen</a>] [<a
href=bio.html>Bio</a>] [<a href=contact.html>Contact</a>]<br>")
document.write('Text, code and images cant be used without asking ')
document.write(address.link(openmail))
document.close()
//-->