[Javascript] Updating text in a frame using JavaScript

JPS Computer Services jpscomputer at home.com
Mon Jun 4 17:15:00 CDT 2001


Hello All,

I am using top.framename.document.write(".....") to write to a frame from
another frame in the frameset.  The problem that I am encountering is that
when using the above code to write to the frame again the text is add to the
frame without clearing the current text first.  Is there anyway to clear all
the text in the frame I am writing to first?  I have tried
top.framename.document.clear() with no luck.  Thanks for any help given.





More information about the Javascript mailing list