Gossamer Forum
Home : Products : Gossamer Links : Discussions :

form action

Quote Reply
form action
hello
on some design reason, i need a script to do a proces but load another template.
especially some templates in db.cgi

<form method="POST" action="http://www.yourhost.com/cgi-bin/db.cgi">
<input type="hidden" name="do" value="modify_record">
<input type="hidden" name="db" value="Users">
<input type="hidden" name="orig_username" value="testuser">

after doing the proces, it will load another template defined in a .pm file

For some reason i want to load another template instead of the .pm file, but the proces must done.

is there an option like input type="hidden" name="template" value="template.html">
or something.

i know admin.cgi knows something with page, but this does not work in other .cgi files