Exit
  • Global community
    • Language:
      • Deutsch
      • English
      • Español
      • Français
      • Português
  • 日本語コミュニティ
  • 한국 커뮤니티
0

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

Community Beginner ,
Apr 18, 2006 Apr 18, 2006

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
TOPICS
Server side applications
308
Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines

correct answers 1 Correct answer

Community Beginner , Apr 18, 2006 Apr 18, 2006
Done it!

shipFirstNameText.value=this.value

this worked
Translate
Community Beginner ,
Apr 18, 2006 Apr 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
Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Community Beginner ,
Apr 18, 2006 Apr 18, 2006
LATEST
Done it!

shipFirstNameText.value=this.value

this worked
Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines