bnelson
09-20-2005, 09:46 AM
I want to be able to insert a document.write function into a HTML page. I want to do this after the <body> tag. Is there a way to do this so after the <body> tag is found I automatically insert the document.write tag into the page.
This document.write will be a javascript function that changes the color of the background.
I must emphasize I want to do this dynamically like on any HTML page I bring up, that code will be inserted.
This document.write will be a javascript function that changes the color of the background.
I must emphasize I want to do this dynamically like on any HTML page I bring up, that code will be inserted.