JNameNotTaken
Programmer
Hi All
Any of you who have read any of my previous posts will know that I am very much a beginner to Perl so please bare with me here.
My (latest) problem is this.
MS internet explorer 'remembers' what has been entered into HTML forms by default. So when you go back to the form a list of previous entry’s is presented at each field of the form. For a form I've created, I do not want previous entry’s to be remembered. The form is generated dynamically using a perl CGI script.
I am not sure what this is called thus have not had any luck googling the matter.
Despite my efforts I have been unable to prevent this from happening using Internet Explorer's own menu (deleting cookies & history had no effect) this is one problem that does concern me but I actually want to do this from a Perl CGI script if possible. I mean, disable this feature for my form alone. I don't mean accessing any of Explorers functions from the script.
Any pointers would help very much. I'm not expecting anyone to actually write code here. If you could even tell me what this 'remembering' thing that internet explorer does is is called it would help immensely.
Sincerely, Thanks Again
John
Any of you who have read any of my previous posts will know that I am very much a beginner to Perl so please bare with me here.
My (latest) problem is this.
MS internet explorer 'remembers' what has been entered into HTML forms by default. So when you go back to the form a list of previous entry’s is presented at each field of the form. For a form I've created, I do not want previous entry’s to be remembered. The form is generated dynamically using a perl CGI script.
I am not sure what this is called thus have not had any luck googling the matter.
Despite my efforts I have been unable to prevent this from happening using Internet Explorer's own menu (deleting cookies & history had no effect) this is one problem that does concern me but I actually want to do this from a Perl CGI script if possible. I mean, disable this feature for my form alone. I don't mean accessing any of Explorers functions from the script.
Any pointers would help very much. I'm not expecting anyone to actually write code here. If you could even tell me what this 'remembering' thing that internet explorer does is is called it would help immensely.
Sincerely, Thanks Again
John