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

Collapse
Posted by David Walker on
ns_getform does not return it correctly. You said that that is the point where your script errors out. Try wrapping the set_form_variables in a catch {} statement.

ReturnHeaders
if {[catch {
	set_the_usual_form_variables
}]} {
	variable errorInfo
	ns_write 
"<html><body>$errorInfo</body></html>"
}