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"); In navigating the application I hit "Edit Record" and reach the EditLab script with no problem. Coming back doesn't work. The bar at the top of the window informs me that I am trying to go to http://mydirectory/EditLab.pl/EnterLab.pl. What I am trying to do, of course, is to Edit a record using the code in Edit record and then to allow the user the option of entering a new record. The application is a bit complex -- each of these files has 1500 to 2000 lines of code. While I am at it, how does redirect work? I do print redirct({-location = mynewlocation}) and just get a message with a code and the information that the url is relocating. Thanks, Mary Anderson -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] <http://learn.perl.org/> <http://learn.perl.org/first-response>