Assing what's written (using document.write) to a variable

wxdqz

New Member
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=http://www.webdeveloper.com/forum/archive/index.php/"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")
 
Back
Top