jasnjohn
09-25-2003, 11:34 PM
I just added a Guestbook from htmlgoodies perl tutorials, and the perl script that delivers the mail also prints a "thank you" message after the mail has been sent.
Is there any way to include in the "html" portion of the .pl script a link to another page?
Otherwise the user is left there in the middle of a perl script with no where to go. I'd like to give them the ability to move out back to the home page for example.
eg
print "<a href=......
I can see the inherant problem using the above as the href needs to be in "" which would close the text string.
Any other way of doing it?
Thanks,
John
Is there any way to include in the "html" portion of the .pl script a link to another page?
Otherwise the user is left there in the middle of a perl script with no where to go. I'd like to give them the ability to move out back to the home page for example.
eg
print "<a href=......
I can see the inherant problem using the above as the href needs to be in "" which would close the text string.
Any other way of doing it?
Thanks,
John