I want to use a document.write command in javascript to write a line at the very beginning of the html file in which it is writing. I know how to use document.write(""); but I don't know how to tell the javascript to go to the very beginning of the html file. Can someone help me with this?


- aka Manslayer101