Skip to main content
Participant
April 18, 2006
Answered

How can I update Form Field with data using 'On Blur'

  • April 18, 2006
  • 2 replies
  • 304 views

This maybe very easy for all you experts out there but I am trying to update a Form Field with data that is in another Form Field when they exit the first Form Field.

Basically trying to create a 'Billing' and a 'Shipping' form which i would like update automatically.

Any help would be extremly greatful.

Thanks

Steve
This topic has been closed for replies.
Correct answer Stretchy10
Done it!

shipFirstNameText.value=this.value

this worked

2 replies

Stretchy10AuthorCorrect answer
Participant
April 18, 2006
Done it!

shipFirstNameText.value=this.value

this worked
Participant
April 18, 2006
BTW

onFocus="<%=cStr(Request.Form("billFirstNameText"))%>

Seems to get ignored - there is something in billFirstNameText by the time onFocus is activated but nothing seems to happen.

Thanks Again for any help