Posted by radiox on 11/19/69 11:45
After reading more posts I have the solution.
Maybe will be of use to some
HTML FILE contains
------------------------------------------
<script type="text/javascript">
var id = "1004";
</script>
<script type="text/javascript" src="myletter.js"> </script>
-------------------------------------------------------------------------------
JAVASCRIPT FILE contains
------------------------------------------------
var id = (id);
document.write(id);
------------------------------------------------
More simple than I thought.
Navigation:
[Reply to this message]
|