Wrox Home  
Search P2P Archive for: Go

  Return to Index  

javascript thread: Question about reloading a script


Message #1 by "Eileen" <eileen@s...> on Wed, 16 May 2001 13:21:26 -0400
Hi Ben,

Thank you for answering and so quickly too!  I was trying to do it without
the text boxes because when I did try them, they altered the (page) look I
was striving for too much.  The script I have been using does use a
document.write to the page so it looks like I'm out of luck.  I appreciate
your help.  Thanks again.

Eileen
eileen@s...
-----------------------------------------------------------------------
>Hi Eileen,
>         If these scripts are actually doing document.write's to the html
>page, then the answer is no. If you have, for instance, 2 textboxes, with
>one script modifying 1 box, and one the other, then it's possible. The is,
>as usual, a different in browser behaviour, whereby once the document has
>finished loaded, you /can/ modify it in IE, but not in Netscape, so maybe
>someone will suggest an IE-only way? Funny you should mention random
>quotes, I wrote this about 4 years ago http://benmeg.com/random/ :)
>
>Cheers,
>
>Ben



  Return to Index