Tykhon
04-21-2003, 10:39 AM
I made a little file with just a document.write("number 1"). Then I made a html file with a link to that file
<script language="javascript" src="file"></script>
Now in the HTML file I want to assing what is written (number 1) to a variable without changing anything to the document.write("number 1")
<script language="javascript" src="file"></script>
Now in the HTML file I want to assing what is written (number 1) to a variable without changing anything to the document.write("number 1")