I'm trying to write a hyperlink out in javascript, but I'm just getting the text written out to the screen. If I put a document.write() around it, it does create the link, but it overwrites the whole page. Is there anyway to write out html without overwriting the whole page?
Thanks!
Thanks!