Aug 22, 2004 #1 fuby IS-IT--Management Aug 22, 2004 2 TR hi, i wonder if there is any way to output <div> .. </div> layer content by using "document.write" function ?? thanks in advance..
hi, i wonder if there is any way to output <div> .. </div> layer content by using "document.write" function ?? thanks in advance..
Aug 22, 2004 #2 MJB3K Programmer Jul 16, 2004 524 GB Code: <script> document.write("<div id=name>Some Text</div>"); </script> this what you meant? Regards, Martin Gaming Help And Info: http://gaming.webrevolt.biz Upvote 0 Downvote
Code: <script> document.write("<div id=name>Some Text</div>"); </script> this what you meant? Regards, Martin Gaming Help And Info: http://gaming.webrevolt.biz