Topic awaiting preservation: How to show the loop result on the same page? |
|
---|---|
Author | Thread |
Paranoid (IV) Inmate From: NZ |
posted 06-05-2003 00:12
Hi, guys. How are you today? quote:
code: <html>
|
Maniac (V) Mad Scientist From: 100101010011 <-- right about here |
posted 06-05-2003 01:09
yeah document.write rewrites the whole page from the beginning. |
Paranoid (IV) Inmate From: NZ |
posted 06-05-2003 01:39
Hi, Bitdamaged! quote:
code: <html>
|
Maniac (V) Mad Scientist From: 100101010011 <-- right about here |
posted 06-05-2003 05:27
nah the div is fine. There's a couple of problems. code: <html>
|
Paranoid (IV) Inmate From: NZ |
posted 06-05-2003 23:51
Hi, Bitdamaged. Good morning. quote:
|
Paranoid (IV) Inmate From: A graveyard of dreams |
posted 06-06-2003 23:29
Instead of using document.write to add the line break, you can add it the same as you add the other text. Just the replace the document.write line with: |