|
-
Apr 25th, 2002, 04:36 PM
#1
Thread Starter
Fanatic Member
document.write
Everytime I use document.write it just erases everything and starts a new page and then write. How do I just like write onto the current page?

prog_tom
JOIN THE REVOLUTION!!!! Dual T3 backedup science community.
http://physics.sviesoft.com/forum
-
Apr 25th, 2002, 05:05 PM
#2
Stuck in the 80s
Unless I misunderstood you, it doesn't do that to me. Using IE5.5:
Code:
what's up
<script>
document.write('dude');
</script>?<script>
document.write('?!');
</script>
-
Apr 26th, 2002, 12:50 AM
#3
If you use document.write AFTER the page has loaded, it will do what you're describing. It must be within your HTML, and you can't use document.write in some "event" such as onclick or whatever.
Hope that helped.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|