Preserved Topic: (Page 1 of 1) |
|
---|---|
Neurotic (0) Inmate Newly admitted |
posted 04-11-2004 00:00
|
Neurotic (0) Inmate Newly admitted |
posted 12-22-2000 03:33
okiedokes, so basically, you want different pages on the one page? |
Neurotic (0) Inmate Newly admitted |
posted 04-11-2004 00:00
|
Paranoid (IV) Inmate From: |
posted 12-22-2000 18:55
I messed with <layer src="*"></layer> for a bit of time, but I failed to imply it successfully. Instaed, IE's Iframe did well. try <iframe src="*" style="display:none"></iframe> and toggle "display:[property]" with some event, you might get it. |
Maniac (V) Mad Scientist From: 100101010011 <-- right about here |
posted 12-23-2000 03:40
This is a question that has been floating around for a while in different forums. While there are lots of ways of faking this for the different browsers I don't think there is a true answer as to how to create this effect |
Neurotic (0) Inmate Newly admitted |
posted 04-11-2004 00:00
|
Lunatic (VI) Mad Scientist From: Massachusetts, USA |
posted 12-24-2000 05:20
Use a separate frame. Make your page a frameset, with one frame 100% and the other one *, or whatever's left over (nothing). Then you can use JavaScript to load pages in the invisible frame and read from them. Unfortunately, NN's DOM sucks, so you have to use layers for it instead. |