Forum Moderators: open

Message Too Old, No Replies

Javascript with Internet Explorer errors

         

florida dude

10:03 am on Feb 21, 2009 (gmt 0)

10+ Year Member



I'm creating this page here
<snip>
where you can insert a letter in the first input field and it suggest you some result and when you click on one result the script fills the other input fields. It works fine for now but i noticed that on internet explorer where u choose the result in the status bar appear a javascript error on line 176. Why? i don't see any error.

[edited by: eelixduppy at 8:50 pm (utc) on Feb. 23, 2009]
[edit reason] no URLs, please [/edit]

blang

7:31 pm on Feb 21, 2009 (gmt 0)

10+ Year Member



This is actually failing in both IE and FF (v3) for me, referring to line 265 where you're referencing thisValue parameter of your fill() function. I notice that your fill() function requires several args but you're calling it with an onblur inline event handler on every "form" class INPUT element.