Forum OpenACS Q&A: Response to ns_returnredirect breaks with nsvhr and IE?

Collapse
Posted by David Walker on
Put <input type=hidden name=submitted value=true> in your page1. then, after the set_the_usual_form_variables put in a line something like
if {$submitted} {
	source /path/to/page2
	return
}