Use document.write between the HTML tags : write : Document JAVASCRIPT TUTORIALS


JAVASCRIPT TUTORIALS » Document » write »

 

Use document.write between the HTML tags

















<HTML>
<BODY>
<B>start</B>
<P>
<SCRIPT language="JavaScript">
<!--
    document.write("This came from my script, and is now on the page!");
//-->
</SCRIPT>
<P>
<B>end</B>
</BODY>
</HTML>







HTML code for linking to this page:

Follow Navioo On Twitter

JAVASCRIPT TUTORIALS

 Navioo Document
» write