S
Steve
Hi;
I'm working with a legacy JSP application that lets the user extend
the session by submitting an HTML form that is in a pop-up window.
I have been working as many pop-up boxes out of the application as
possible ( yay!). Our users hate them.
All of the JSPs for our web app have a footer include file that has
invisilbe divs that are made visible as a pop-up substitute.
I would the user to be able to extend a session by pressing a button
in one of these divs. I want to do that without the browser leaving
the page they are on.
Is AJAX my only or easiest option?
I've seen a few examples on the web. I'm a solid Java, JSP, and
Javascript programmer. Can anyone recommend a short intro to AJAX
that will enable to full understand such examples.
Thanks much in advance
Steve
I'm working with a legacy JSP application that lets the user extend
the session by submitting an HTML form that is in a pop-up window.
I have been working as many pop-up boxes out of the application as
possible ( yay!). Our users hate them.
All of the JSPs for our web app have a footer include file that has
invisilbe divs that are made visible as a pop-up substitute.
I would the user to be able to extend a session by pressing a button
in one of these divs. I want to do that without the browser leaving
the page they are on.
Is AJAX my only or easiest option?
I've seen a few examples on the web. I'm a solid Java, JSP, and
Javascript programmer. Can anyone recommend a short intro to AJAX
that will enable to full understand such examples.
Thanks much in advance
Steve