View Single Post
  #91  
Old 08-20-2005, 08:29 AM
  HWT's Avatar 
HWT HWT is offline
 

eXpert
  
Join Date: Jan 2005
Location: Massachusetts, USA
Posts: 392
 

Default

cherie,

Thank you for your reply.

The two imput lines are inside a form.
Form Name: name="registerform"
Verified the script blocks in home.tpl
Verified that the js files exist in skin1

This is what show up on the line in the source that is throwing the 1st error:

Code:
<input type="checkbox" name="copyn" onclick="javascript:copynames(this.form);">Use Customer Details in Billing Address

and here is the line that throws the 2nd error:

Code:
<input type="checkbox" name="copyb" onclick="javascript:copybilling(this.form);">Use Billing Address as Shipping Address

Unfortunatley, I'm a little too much of a noob to js to get what your referring to as "script blocks", but I hope the above information answers your post completely. Unfortunately, no resolution yet.

Thanks again.
__________________
x-cart 4.0.13 and 4.1.7 and 4.1.10
Reply With Quote