Feedback on: irt.org FAQ Knowledge Base Q1239
Worth:
Very worth reading
Comments:
thanks, it helped a lot!
i found many non-useful tips on other sites for using document.clear(), before i found yours...
Worth:
Worth reading
Length:
Just right
Technical:
Just right
Comments:
There's an easier way to do this:
The full call to document.open looks like this:
document.open(sMimeType, sReplace)
sMimeType should be "text/html", and sReplace should be "replace" if you want the new page to replace the old in the history.