Andrew, how are you getting javascript error reports through Opera? I have looked around and cant find anything. Stephen
> -----Original Message----- > From: Trusz, Andrew [mailto:[EMAIL PROTECTED]] > Sent: Friday, November 22, 2002 8:19 AM > To: [EMAIL PROTECTED] > Subject: [wdvltalk] RE: adressing field values through the DOM > > > Stephen, a little more information should you not have > resolved this as of > yet. Opera6.0 tells me you have a javascript error: > Value on left hand side of "." is not convertible to Object: > document.tickertape > > I don't do much js so I can't really add anything to help unravel the > meaning beyond pointing out idiosyncracies of IE. Why IE > accepts it and not > Opera is usually a matter of syntax. IE still tends to avoid the w3c > standard for DOM. > > andy > > > > -----Original Message----- > From: Stephen Caudill [mailto:[EMAIL PROTECTED]] > Sent: Thursday, November 21, 2002 4:12 PM > To: [EMAIL PROTECTED] > Subject: [wdvltalk] adressing field values through the DOM > > > > javascript heads, > > the DOM is not my friend. I want it to be. have even > invited it for > beers a few times. but no good. > > here's my problem: > > I have a hidden field whose values are populated by a SQL > query. Those > values in turn are brought into an array in a javascript that randomly > displays the values in a slick little fade in / fade out > manner. All is > well with the ever forgiving IE. However, it does not jive > with a single > solitary other browser out there. Which leads me to believe > its an error in > how I am adressing the field through the DOM. this is the > string I am using > to get the values in question: > > > > document.forms['poparray'].elements['munipop'](i).value > > > > the (i) is a variable that denotes the number of items in > the array. The > full source and the script in action (IE only) is available at: > > > > http://neohero.municode.com/munitest > > (its the little box on the bottom right) > > > > can someone tell me where I am going awry? > > > > Thanks, > > Stephen Caudill > > Web Developer > > Municipal Code Corporation > > www.municode.com > > [EMAIL PROTECTED] > > > > > > PS > a good resource on using javascript debuggers would be > swell as well > (I have RTFM for the Venkman debugger for Moz and it just > dont make no sense > [look at the silly monkey!] ) > > ____ * The WDVL Discussion List from WDVL.COM * ____ > To Join wdvltalk, Send An Email To: > mailto:[EMAIL PROTECTED] > Send Your Posts To: [EMAIL PROTECTED] > To change subscription settings to the wdvltalk digest version: > http://wdvl.internet.com/WDVL/Forum/#sub > > ________________ http://www.wdvl.com _______________________ > > You are currently subscribed to wdvltalk as: [EMAIL PROTECTED] > To unsubscribe send a blank email to %%email.unsub%% > > ____ * The WDVL Discussion List from WDVL.COM * ____ > To Join wdvltalk, Send An Email To: > mailto:[EMAIL PROTECTED] > Send Your Posts To: [EMAIL PROTECTED] > To change subscription settings to the wdvltalk digest version: > http://wdvl.internet.com/WDVL/Forum/#sub > > ________________ http://www.wdvl.com _______________________ > > You are currently subscribed to wdvltalk as: [EMAIL PROTECTED] > To unsubscribe send a blank email to > %%email.unsub%% > ____ � The WDVL Discussion List from WDVL.COM � ____ To Join wdvltalk, Send An Email To: mailto:[EMAIL PROTECTED] Send Your Posts To: [EMAIL PROTECTED] To change subscription settings to the wdvltalk digest version: http://wdvl.internet.com/WDVL/Forum/#sub ________________ http://www.wdvl.com _______________________ You are currently subscribed to wdvltalk as: [email protected] To unsubscribe send a blank email to [EMAIL PROTECTED]
