Posts Topics Forums Images
Search videos from message boards Videos Search messages from microblogs Microblogs Search messages from imdb.com Imdb Search messages from yuku.com Yuku Search messages from lefora.com (free forums) Lefora
My account: Login | Sign Up
Loading... 

Thread: onchange in asp.net form moves to next field

Started 3 months, 1 week ago by Rey
Howdy. Have an asp.net form where the textboxes have had the onblur attribute added. Though VS2008 still barks it's an invalid attribute... However, my problem is primarily w/the txtFICODate field. When testing using 10/10/2009 in this field, the code displays the appropriate msg based on format param. However, on exiting the isValidDate function in debug mode, I see that the code ...
Site: CodingForums.com- Web coding and development forums. Get help on JavaScript, PHP, CSS, XML, mySQL, ASP, and more!  CodingForums.com- Web coding and development forums. Get help on
JavaScript, PHP, CSS, XML, mySQL, ASP, and more! - site profile
Forum: JavaScript programming  JavaScript programming - forum profile
Total authors: 1 author
Total thread posts: 2 posts
Thread activity: no new posts during last week
Domain info for: codingforums.com

Other posts in this thread:

Rey replied 3 months, 1 week ago
A bit more researching and again encountered a reference to setTimeOut function ( http://www.experts-exchange.com/Prog..._21450803.h tml ). Using this as below was able to cause the onchange event to place focus back on the bad input field. However, just using select did not work so also used setTimeout w/select and now have both focus and field contents selected. Code: ...

 

Top contributing authors

Name
Posts
Rey
2
user's latest post:
onchange in asp.net form moves...
Published (2009-09-17 00:48:00)
A bit more researching and again encountered a reference to setTimeOut function ( http://www.experts-exchange.com/Prog..._21450803.html ). Using this as below was able to cause the onchange event to place focus back on the bad input field. However, just using select did not work so also used setTimeout w/select and now have both focus and field contents selected. Code: setTimeout("document.frmCustInfo.elements['" +...

Related threads on "CodingForums.com- Web coding and development forums. Get help on JavaScript, PHP, CSS, XML, mySQL, ASP, and more!":

Related threads on other sites:

Thread profile page for "onchange in asp.net form moves to next field" on http://www.codingforums.com. This report page is a snippet summary view from a single thread "onchange in asp.net form moves to next field", located on the Message Board at http://www.codingforums.com. This thread profile page shows the thread statistics for: Total Authors, Total Thread Posts, and Thread Activity