Gossamer Forum
Home : Products : DBMan SQL : Discussion :

Make Static page from results

Quote Reply
Make Static page from results
I was wondering how to make a static page?

I have this detail, info, which if user wants he can make a static page for available for public view in separate directory.

Thanks
Quote Reply
Re: [Suomi] Make Static page from results In reply to
Hi Suomi,

You may find valuable information for making a static page through the link below:

http://www.gossamer-threads.com/perl/gforum/gforum.cgi?do=search_results&search_forum=forum_15&search_type=AND&search_string=static+page

Cheers,

Jean(at)Gossamer Threads Inc.
Quote Reply
Re: [jean] Make Static page from results In reply to
Thanks, I looked those threads, and could not find solution for this :(

Basically it could be a global template, I could add.

Imagine using sample database. user signs in. user modifies his record... whenever user modifies his record I want to create modify_success.html page just as user saw in his/her browser.

I have a other .cgi script, which will handle this, but its rather lenghty, and it requires use of MySQL username and password. I now there is really simple way of accomplishing this.

Something like global template called makehtml and then use that tag in modify success page

Global template would have this in it.

Print current page as html
Copy page to this directory
End

(Now how would you code above thing?)

Thx