server controlled or Synchronized web slide show?
Posted
by Gnome Guru
on Stack Overflow
See other posts from Stack Overflow
or by Gnome Guru
Published on 2010-03-23T18:10:24Z
Indexed on
2010/03/23
18:43 UTC
Read the original article
Hit count: 300
I am creating a e-learning application , where the students (wireless) connect to the teachers machine, the teacher hosts a tomcat server.
the teacher has a set of HTML web-pages(each of which can be thought of as a slide). and the students can view a web slide-show on his/her browser...
the problem is.... i want the pages on the students browser to be redirected according to the teachers input..
in short: i want the server to automatically redirect all the client browsers to the next page when the teacher wants it to be so...
how do i do it??
[i am using JSP/javascript/Java/Tomcat/Eclipse]
© Stack Overflow or respective owner