RE: Browser navigation with cgi

2002-03-14 Thread willy wonka
Thank you all that helped. I tried the template thing but was unable to debug the scritp, but thanks to all of you I was able to come up with a perfect soulution that creats a back button and leaves all the info in the form. print ""; print ""; print ""; ps I have never been in a group this hel

RE: Browser navigation with cgi

2002-03-11 Thread David Gray
It's not possible to do that server-side... You could use your cgi script to write some javascript to the page that would simlulate the user clicking the back button, i.e. print << HTML; edit form HTML Or something... I'm not too current on my javascript syntax, but I think that's what you want.

RE: Browser navigation with cgi

2002-03-11 Thread Nikola Janceski
I usually use -Original Message- From: Hanson, Robert [mailto:[EMAIL PROTECTED]] Sent: Monday, March 11, 2002 4:16 PM To: 'willy wonka'; [EMAIL PROTECTED] Subject: RE: Browser navigation with cgi You can't do that server side, you would need to use client side Ja

RE: Browser navigation with cgi

2002-03-11 Thread Hanson, Robert
he form for them and fill in the values they already entered. Rob -Original Message- From: willy wonka [mailto:[EMAIL PROTECTED]] Sent: Monday, March 11, 2002 3:42 PM To: [EMAIL PROTECTED] Subject: Browser navigation with cgi Does anyone konw if it is possble to access the goback featur

Browser navigation with cgi

2002-03-11 Thread willy wonka
Does anyone konw if it is possble to access the goback feature built into the ie5 and netscape throught cgi script. I can use a url in a form action to go back to the page I wan't but the form info on the page is gone. If I use the back button on the browser the info is still there. I am trying