Jul 4, 2004 #1 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?
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?
Jul 4, 2004 #2 jemminger Programmer Joined Jun 25, 2001 Messages 3,453 Location US are these functions defined in or included on the page? ========================================================= -jeff http://www.jeffemminger.comtry { succeed(); } catch(E) { tryAgain(); } finally { rtfm(); } Upvote 0 Downvote
are these functions defined in or included on the page? ========================================================= -jeff http://www.jeffemminger.comtry { succeed(); } catch(E) { tryAgain(); } finally { rtfm(); }