Gossamer Forum
Home : Products : DBMan : Customization :

Ask go to output.html

Quote Reply
Ask go to output.html
Hello all,

I use dbman.
I do not want dbman create the html and then put to "Content-type:text/html\n\n".
I want dbman do some process and then go to http://website/output.html(output.html is one homepage which do not create by dbman)

How can I do it?


Thx

Gab

------------------
Quote Reply
Re: Ask go to output.html In reply to
If you want to go to a static page, use

print "Location: http://website/output.html\n\n"



------------------
JPD





Quote Reply
Re: Ask go to output.html In reply to
Thx