Well, turns out that you can include a META tag in your HTML page that 
will force a reloading of the form. After that you can refresh safely 
without problem. Here is an example:

[GENERAL]
META=%%if (param('entirebody') ne '') { '<META http-equiv="refresh" 
content="3; URL=bixchange.cgi?f=bxfm">'} %%
TITLE=BXFM
DEFAULTTEMPLATE=./tmpl/bxmgr.tmpl
PAGETYPE=FORM
...
In the template: 
<HTML>
<HEAD>

<TMPL_INCLUDE NAME="header1.tmpl">
<TMPL_VAR NAME="META">
</HEAD>
<BODY>
...

Just change the time above from three seconds to 1.


-------------------------------------------------------
SF email is sponsored by - The IT Product Guide
Read honest & candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now. 
http://productguide.itmanagersjournal.com/
_______________________________________________
Html-template-users mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/html-template-users

Reply via email to