Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations derfloh on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

"undefined" error

Status
Not open for further replies.

tachyon80

Technical User
Joined
Jun 19, 2004
Messages
13
Location
US
Code:
address: <input type="text" onblur="updateParent1(this); updateParent5('USA')">

I try this line of code in a field on my popup window but it drops "undefined" into the country field on the parent page. Any way to fix this?
 
are these functions defined in or included on the page?


=========================================================
-jeff
try { succeed(); } catch(E) { tryAgain(); } finally { rtfm(); }
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top