R
Rebecca
Hello out there,
I'm using Front Page 2003. I have a form that asks users to fill in their
name and other information. For reasons that are unclear to me, sometimes
when the user goes to fill in their name it fills it in automatically (it
gives them a list of values they have previously filled in for this field or
for similar fields?). This is just a standard text box, not a drop down, so
I'm assuming that windows or explorer is doing the filling in?
Anyhow, I have some javascripts that check to make sure that certain
required fields are filled in. Somehow this automatic filling in is having
strange results. The javascript will think that there is data in the field,
but when the form is submitted it doesn't really have any data in that field.
I've had similar problems in MS Access where a field will appear to be filled
in, but the data isn't really there... in Access I have to force save the
record to make the problem go away.
There is no database connected to this form, it just uses the POST method on
submit.
So I'm thinking that I either need to disable this automatic filling in
thing, or make the form refresh or save or something to make the data really
be there.
Any clues would be greatly appreciated.
Thanks!
Rebecca
I'm using Front Page 2003. I have a form that asks users to fill in their
name and other information. For reasons that are unclear to me, sometimes
when the user goes to fill in their name it fills it in automatically (it
gives them a list of values they have previously filled in for this field or
for similar fields?). This is just a standard text box, not a drop down, so
I'm assuming that windows or explorer is doing the filling in?
Anyhow, I have some javascripts that check to make sure that certain
required fields are filled in. Somehow this automatic filling in is having
strange results. The javascript will think that there is data in the field,
but when the form is submitted it doesn't really have any data in that field.
I've had similar problems in MS Access where a field will appear to be filled
in, but the data isn't really there... in Access I have to force save the
record to make the problem go away.
There is no database connected to this form, it just uses the POST method on
submit.
So I'm thinking that I either need to disable this automatic filling in
thing, or make the form refresh or save or something to make the data really
be there.
Any clues would be greatly appreciated.
Thanks!
Rebecca