B
Branner1
Hi there,
I have a nice form working in which JS is used to "remember" the
values a user enters in various fields. My problem is:
- In the code, when the inital form tag is simply
<FORM NAME="infoForm"> .... </form> the cookies work great.
- However when the tags look like this (necessary for submitting to
cgi
<FORM NAME="infoForm" METHOD="POST" ACTION="http://.../*.cgi"> ....
</form>
The cookie does not work at all. Anyone have an idea why? Thanks in
advance...
-- Mike
I have a nice form working in which JS is used to "remember" the
values a user enters in various fields. My problem is:
- In the code, when the inital form tag is simply
<FORM NAME="infoForm"> .... </form> the cookies work great.
- However when the tags look like this (necessary for submitting to
cgi
<FORM NAME="infoForm" METHOD="POST" ACTION="http://.../*.cgi"> ....
</form>
The cookie does not work at all. Anyone have an idea why? Thanks in
advance...
-- Mike