Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations TouchToneTommy on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. Rex868

    setting document.body.outerText WITHIN onload?

    Hi Dian - I see your point. Actually I now realize I was incorrect. It turns out that the DATA is indeed there, but is found as an attribute of an INPUT tag. So innerText worked fine - What I need is innerHTML - so my problem is solved and thanks very much, Dian! Rex
  2. Rex868

    setting document.body.outerText WITHIN onload?

    Very good, Dian. That (almost) solved my problem. That did indeed allow me to update the text found within the Body tag - and that is great - so thanks! However, I'm now experiencing another issue. Basically, I've trying to READ what's in the Body area - and then manipulate it - and then write...
  3. Rex868

    setting document.body.outerText WITHIN onload?

    Hi All - JavaScript newbie here. Any idea why the following always shows "aaa" in the web page AND the 2nd alert does not occur? <html> <head> </head> <script type="text/javascript" language="javascript"> function myTest() { alert (document.body.outerText); document.body.outerText = "bbb"...

Part and Inventory Search

Back
Top