Closed Thread Icon

Topic awaiting preservation: opera and innerHTML (Page 1 of 1) Pages that link to <a href="https://ozoneasylum.com/backlink?for=7886" title="Pages that link to Topic awaiting preservation: opera and innerHTML (Page 1 of 1)" rel="nofollow" >Topic awaiting preservation: opera and innerHTML <span class="small">(Page 1 of 1)</span>\

 
Tyberius Prime
Paranoid (IV) Mad Scientist with Finglongers

From: Germany
Insane since: Sep 2001

posted posted 10-15-2001 18:38

hello everyone,
I hope you can help me.
I'm trying to append to a HTML document using javascript.
works perfect in IE... but Opera doesn't support innerHTML.
So does anyone know, how I can retrieve the current HTML in a frame in Opera?
here's my code (output is the frame I'm trying to update...)
var temp = parent.output.document.body.innerHTML;
parent.output.document.open();
parent.output.document.write(temp);
parent.output.document.write(strtoappend);
parent.output.document.close();

thank you,

Tyberius Prime
"If you can't make one up, use this witty quote instead".

InI
Paranoid (IV) Mad Scientist

From: Somewhere over the rainbow
Insane since: Mar 2001

posted posted 10-15-2001 19:18

The poster has demanded we remove all his contributions, less he takes legal action.
We have done so.
Now Tyberius Prime expects him to start complaining that we removed his 'free speech' since this message will replace all of his posts, past and future.
Don't follow his example - seek real life help first.

Tyberius Prime
Paranoid (IV) Mad Scientist with Finglongers

From: Germany
Insane since: Sep 2001

posted posted 10-15-2001 21:25

/me bangs his head on the closest wall for not thinking about number 1... but it has been a hard day at school (first since fallbreak).
so how do I prevent the tiny flicker if the page contains images? probably not at all. sigh.
maybe I should just use document.write and not open and close it. that works at least in IE 5 and doesn't flicker. but it makes opera go mad....
I truly want to go back to the server side of my application right now. At least if it works there once it will work always. sigh.

thank you again,


Tyberius Prime
"If you can't make one up, use this witty quote instead".

« BackwardsOnwards »

Show Forum Drop Down Menu