Preserved Topic: Tiny Netscape problem. |
|
---|---|
Author | Thread |
Neurotic (0) Inmate Newly admitted |
posted 05-19-2001 05:08
I want to be able to transfer the contents of one layer to another. Or in other words get this to work. If that makes sense. |
Nervous Wreck (II) Inmate From: Australia |
posted 05-19-2001 05:36
you have to use document.write for NS4 as it doesnt have an innerHTML equivalant. |
Neurotic (0) Inmate Newly admitted |
posted 05-19-2001 14:52
I know that, but what I want is to 'send' the html of a Div to a string in Netscape. Basically ...document.write() backwards. |
Maniac (V) Mad Scientist From: 100101010011 <-- right about here |
posted 05-21-2001 20:25
Hmm. Could totally be wrong but I don't think there is such a thing |
Lunatic (VI) Mad Scientist From: Massachusetts, USA |
posted 05-21-2001 21:22 |
Neurotic (0) Inmate Newly admitted |
posted 05-21-2001 21:45
It okay, I've assumed that isnt possible and made a sort of workaround. You see the problem was I had a layer , that used that load(url,x) function to load a HTML into a layer, and I wanted to put that Html into another layer but changed slighty. What I have now is the HTML I wanted in the Layers, sent from a variable in a hidden frame to the layer. |