jeromepelletier
06-03-2006, 07:51 PM
I have a chat set up so, 1 iframe shows the chat, 1 iframe retrieves the messages and checks to see if anything is new
My problem is, i use innerHTML for the showing, but it makes things a hassle, so i tried using a div, to update the chat from the retriver i use:
parent.frames['MYFRAME'].DIVNAME=NEWMSGS;
but, in the iframe with the messages, it doesnt change at all, whats going on?
My problem is, i use innerHTML for the showing, but it makes things a hassle, so i tried using a div, to update the chat from the retriver i use:
parent.frames['MYFRAME'].DIVNAME=NEWMSGS;
but, in the iframe with the messages, it doesnt change at all, whats going on?