Is there anyway to delete portions of existing content on a page with a javascript function? Like this:
<I WANT THIS CLEARED>
<IS THERE ANY JAVASCRIPT OR HTML STATEMENT I CAN PUT HERE>
<I WANT THIS DISPLAYED>
What should I put in <IS THERE ANY JAVASCRIPT OR HTML STATEMENT I CAN PUT HERE>
? I know putting <div style="display:none"><plaintext>
after the part I want displayed will hide the end of a page, but how do I clear the beginning?