pradhip_nit
11-24-2005, 06:31 AM
Its not working !!
i know that i can use document.write(' '); instead
But on clicking the button,
i want to clear the contents and then i want to display some other data from html...
JohnKrutsch
11-24-2005, 09:30 PM
Try something like this:
document.body.innerHTML="New HTML here";