-spencer Mike wrote:
Hello, I have a database application which is very similar in structure to the one given in the C::A example: run mode 1: search form run mode 2: access (MySQL) database and display results run mode 3: detailed information on one item Each run mode outputs to the browser using HTML::Template. The application works fine, although I am concerned that when I return to run mode 2 from run mode 3, it has to search through the database again before displaying the same results. Is there a way to get from rm 3 (via a link) back to the _template output_ of rm 2 without having to go through the whole rm 2 script (which opens a DB connection, performs a select statement etc. then plugs the relevant template variables into the template file, and finally outputs the template to the browser)? I know it can be done with javascript:history.back(), but what can be done for non-js browsers or browsers with js turned off? Am I missing something that should be staring me in the face? Any help/suggestions would be greatly appreciated. Mike.
---------------------------------------------------------------------
Web Archive: http://www.mail-archive.com/suppressed/
http://marc.theaimsgroup.com/?l=cgiapp&r=1&w=2
To unsubscribe, e-mail: suppressed
For additional commands, e-mail: suppressed
Mail converted by mhonarc 2.6.15
This archive provided courtesy of JSW4.NET, Internet Hosting Services for Small Business.