![]() Preserved Topic: (Page 1 of 1) |
|
---|---|
Neurotic (0) Inmate Newly admitted |
![]() |
Neurotic (0) Inmate Newly admitted |
![]() okiedokes, so basically, you want different pages on the one page? |
Neurotic (0) Inmate Newly admitted |
![]() |
Paranoid (IV) Inmate From: |
![]() 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 |
![]() 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 |
![]() |
Lunatic (VI) Mad Scientist From: Massachusetts, USA |
![]() 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. |