PaceUSA
06-22-2004, 04:53 PM
I have been working with my perl script so that my script would display rich HTML output.
Question, what would I need to write / include into my perl script, so that my perl script would display an active hyperlink?
Scenario 1:
I have created a guest book so that it would display the visitor's favorite webaddress. If a visitor is interested in going to that address, the visitor would click the link, not copy & paste into the browser's address bar.
Scenario 2:
After filling in the required data into the form, the submit button is clicked, my perl script runs and the output is displayed on second page.
R/ PaceUSA
Question, what would I need to write / include into my perl script, so that my perl script would display an active hyperlink?
Scenario 1:
I have created a guest book so that it would display the visitor's favorite webaddress. If a visitor is interested in going to that address, the visitor would click the link, not copy & paste into the browser's address bar.
Scenario 2:
After filling in the required data into the form, the submit button is clicked, my perl script runs and the output is displayed on second page.
R/ PaceUSA