Gossamer Forum
Home : Products : DBMan : Customization :

How can I????

Quote Reply
How can I????
Hi Guys..keeping in mind my Perl skills are very limited, currently the sub html_home call is displayed on the html.pl...how can I get the sub html_home call to be displayed on separate html page? what perl code do I add to or replace the sub html_home with or whats the best way to do this..thanks Rob

[This message has been edited by Rob (edited March 12, 1999).]
Quote Reply
Re: How can I???? In reply to
I'm not sure what you want to do. Is it that you have an html page that you want to display when someone logs on? If so, there will be problems with using a static html page. The links in the footer menu are built using variables that change with each login.

What you can do is put all the code for the html page you want to display into the html_home subroutine and then leave the menu as it is to be built with the variables.


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





Quote Reply
Re: How can I???? In reply to
Thank you JPD.. if you could email me your email address I will email you the URL and you can see what I'm trying to accomplish.
thanks Rob my email is rblevins@encode.com