AlaskanDad
Programmer
This is a sticky one.
- I've got a default.htm with an IFrame (inframe.asp) in it.
- Inside inframe.asp is chatroom.asp
- Inside chatroom.asp is three Frames
- The middle frame is sourced by chatwindow.asp
- Inside chatwindow.asp is an IFrame (RoomRefresher.asp)
RoomRefresher.asp continually checks to see if a new message has been added to the database. When it has, I want chatwindow.asp to be refreshed.
I've got RoomRefresher.asp to trigger positively but don't know how to correctly refresh its parent.
Any suggestions?
- Rob
- I've got a default.htm with an IFrame (inframe.asp) in it.
- Inside inframe.asp is chatroom.asp
- Inside chatroom.asp is three Frames
- The middle frame is sourced by chatwindow.asp
- Inside chatwindow.asp is an IFrame (RoomRefresher.asp)
RoomRefresher.asp continually checks to see if a new message has been added to the database. When it has, I want chatwindow.asp to be refreshed.
I've got RoomRefresher.asp to trigger positively but don't know how to correctly refresh its parent.
Any suggestions?
- Rob