On Thursday, April 25, 2002, at 08:17 , David vd Geer Inhuur tbv IPlib wrote:
> I am writing a CGI-script (using Perl of course! :). is there anything else worth doing it in??? > Ones the submit button is hit I check if some specific var's are set. > If not I give them some output and a back button > { <input type=submit Onclick="window.history.back()" } Since you already have a POST method going here, I presume. What you need to do is put a 'hidden field' in that tells you who you were called by.... Hence you can in essence 'go back' to that function and rebuild a new 'back page' as it were. It would have been nice if IE did that. The other trick I have seen that may help get around the Feature in IE is to put an 'id' tag into the URI that is 'time based' so that each page looks Unique to IE - and hence it will be able to 'go back' to the prior page. ciao drieux --- -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]