Mark McLogan wrote: > > Hi! again. > > As I can insert browser commands in script in Perl. For example, if I want > to return to my previous web page (back) > > Thanks all!
Sorry, but what's your question ? I only can find two statements. Did you mean, you want user's browser to go back to the previous web page ? If so, Perl is not the way to do it. Instead Javascript is it. E.g. <a href="javascript:history.back()">go back to the previous web page</a> Best Wishes, Andrea -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]