hapless_fool
09-17-2005, 10:31 AM
Hi
What a great forum and resource. I have an annoying problem I hope you can help with.
A form validator, which executes fine in Windows across Firefox, IE, Netscape 7.2, Netscape 8.0, Opera, etc, fails on MACs with both Safari and IE.
Two form substitutions are not working. The most simple is...
function makeName()
{
document.Checkout.name.value = document.Checkout.forename.value + ' ' + document.Checkout.surname.value;
}
This function is called from within another using ' makeName() '
The parent function is called by ...
<FORM class="nospace" name="Checkout" METHOD="POST" ACTION="https:domain/script.cgi" onSubmit="return checkIt(Checkout);">
The value of document.Checkout.name.value comes back blank through the CGI script, but only with MACs.
I have read through the FAQs, done various searches and spent hours trawling the web looking for answers. Without access to a MAC this problem is very difficult to solve and highly frustrating. Please help a poor old fool.
Thanks
Steve
What a great forum and resource. I have an annoying problem I hope you can help with.
A form validator, which executes fine in Windows across Firefox, IE, Netscape 7.2, Netscape 8.0, Opera, etc, fails on MACs with both Safari and IE.
Two form substitutions are not working. The most simple is...
function makeName()
{
document.Checkout.name.value = document.Checkout.forename.value + ' ' + document.Checkout.surname.value;
}
This function is called from within another using ' makeName() '
The parent function is called by ...
<FORM class="nospace" name="Checkout" METHOD="POST" ACTION="https:domain/script.cgi" onSubmit="return checkIt(Checkout);">
The value of document.Checkout.name.value comes back blank through the CGI script, but only with MACs.
I have read through the FAQs, done various searches and spent hours trawling the web looking for answers. Without access to a MAC this problem is very difficult to solve and highly frustrating. Please help a poor old fool.
Thanks
Steve