RE: Hyperlink return

2006-07-21 Thread Moore, George T.
you are. You may be able to improve the navigation with -href=>"./EditLab.pl etc. or -href=>"../EditLab.pl etc. -Original Message- From: Mary Anderson [mailto:[EMAIL PROTECTED] Sent: Wednesday, July 19, 2006 10:28 AM To: beginners-cgi@perl.org Subject: Hyperlink return H

Hyperlink return

2006-07-19 Thread Mary Anderson
Hello all, I would like some help on hyperlinks. I have two files EnterLab.pl and EditLab.pl which have hyperlinks to each other. I do EnterLab.pl print a({ -href=>"EditLab.pl/Login=$login }, "Edit Record"); EditLab.pl print a({ -href=>"Enter.pl/Login=$login }, "New Record")