Is there HTML or JavaScript that I can use to clear a webpage so I can start fresh halfway through my code?
Example:
<Body>
<Table>
</Table>
<Table>
</Table>
Clear the page so those two tables go bye bye.
<Table>
</Table> This table should now be at top of page
</Body>
Any help would be much appreciated.
Example:
<Body>
<Table>
</Table>
<Table>
</Table>
Clear the page so those two tables go bye bye.
<Table>
</Table> This table should now be at top of page
</Body>
Any help would be much appreciated.