Hi,
I would like to add a java alert box so that the customer can confirm there choosen shipping class.
Heres my attempt:
On Act_Order1 I've added a link to my java functions page in the header and on the next button:
onclick="return(checkDate(document.forms[0].SHIPPINGCLASS.value));"
Then in my function page added a simple bit of java to alert the Shipping Class.
But All I get is a Null Error? Am I calling this correctly as it works for all the other fields in Act_Order1.
Hope someone can help
Jay Cee
www.farmerschoiceorganic.co.uk
I would like to add a java alert box so that the customer can confirm there choosen shipping class.
Heres my attempt:
On Act_Order1 I've added a link to my java functions page in the header and on the next button:
onclick="return(checkDate(document.forms[0].SHIPPINGCLASS.value));"
Then in my function page added a simple bit of java to alert the Shipping Class.
But All I get is a Null Error? Am I calling this correctly as it works for all the other fields in Act_Order1.
Hope someone can help
Jay Cee
www.farmerschoiceorganic.co.uk
Comment