S
Steve
Hi,
I have a private website for 20 people that is similar to a web email client
like hotmail.
There are two frames, one on the left with links for "New", "History",
"Todays" and a frame on the right with a table for viewing the contents of
these messages. The left pane checks back with the server every few seconds
to see if any new messages need to be processed and updates count
accordingly.
When 10 new messages arrive, the left pane updates for everyone (Example
New(10))
Anyone who clicks on this link will see these messages in the right hand
pane. However each meassage can be confirmed as processed by any of the
users. Problem is that right now if one of these users confirms a message (9
remaining) the other users will still see the original 10.
I need some method of forcing a refresh on this right hand pane for the
other users that are looking at the New page.
Would the following work.... If a user clicks on a link in the left pane, is
there a way to store the page referenced in a variable, so that when the
leftpane checks back with the server it can see if anyone has processed any
messages and refresh the pane accordingly? Someone had suggested an applet
iw the only way to ahcieved the desired soln and I am hoping for a more
simplistic answer.
Thank you,
Steve
I have a private website for 20 people that is similar to a web email client
like hotmail.
There are two frames, one on the left with links for "New", "History",
"Todays" and a frame on the right with a table for viewing the contents of
these messages. The left pane checks back with the server every few seconds
to see if any new messages need to be processed and updates count
accordingly.
When 10 new messages arrive, the left pane updates for everyone (Example
New(10))
Anyone who clicks on this link will see these messages in the right hand
pane. However each meassage can be confirmed as processed by any of the
users. Problem is that right now if one of these users confirms a message (9
remaining) the other users will still see the original 10.
I need some method of forcing a refresh on this right hand pane for the
other users that are looking at the New page.
Would the following work.... If a user clicks on a link in the left pane, is
there a way to store the page referenced in a variable, so that when the
leftpane checks back with the server it can see if anyone has processed any
messages and refresh the pane accordingly? Someone had suggested an applet
iw the only way to ahcieved the desired soln and I am hoping for a more
simplistic answer.
Thank you,
Steve