Re: [jQuery] AJAX page working in IE6,7,8 but not in Firefox,Safari and Opera

2009-11-02 Thread acetrader
Hi guys, thank you very much for your help :) I tried the id tag and value by jquery and now everything's working !!! :) , weird how browser compatabilty works ey, Thank you guys, The Ace -- View this message in context: http://old.nabble.com/AJAX-page-working-in-IE6%2C7%2C8-but-not-in-Firefo

Re: [jQuery] AJAX page working in IE6,7,8 but not in Firefox,Safari and Opera

2009-10-30 Thread Jonathan Vanherpe (T & T NV)
Jonathan Vanherpe (T & T NV) wrote: because that's not really an idea s/idea/id/ -- Jonathan Vanherpe - Tallieu & Tallieu NV - jonat...@tnt.be

Re: [jQuery] AJAX page working in IE6,7,8 but not in Firefox,Safari and Opera

2009-10-30 Thread Jonathan Vanherpe (T & T NV)
acetrader wrote: Hi there, The problem is that when I assign the dropdown value to a variable called dropdown in the following line of code "var dropdown = document.getElementById('ddlChannelSelect');" it works in IE but not in the other browsers, I have debbugged this in FireBug and it seems t

Re: [jQuery] AJAX page working in IE6,7,8 but not in Firefox,Safari and Opera

2009-10-30 Thread Michel Belleville
Another suggestion : code and debug your JavaScript so that it works on FireFox then and only then try to make it work in IE. You'll get less headaches that way, and you'll write neater JavaScript. Michel Belleville 2009/10/30 Michel Belleville > May I suggest you actually use jQuery ? > > var

Re: [jQuery] AJAX page working in IE6,7,8 but not in Firefox,Safari and Opera

2009-10-30 Thread Michel Belleville
May I suggest you actually use jQuery ? var ddlvalue = $('#ddlChannelSelect').val(); This should do the trick. Michel Belleville 2009/10/30 acetrader > > Hi there, > > I am not a guru jquery coder and still have to learn alot, recently while > learning jquery AJAX I have bumped into a weired

[jQuery] AJAX page working in IE6,7,8 but not in Firefox,Safari and Opera

2009-10-30 Thread acetrader
Hi there, I am not a guru jquery coder and still have to learn alot, recently while learning jquery AJAX I have bumped into a weired issue, I have a apge right and in this page I have a dropdown list for people to select an RSS channel that they wish to know more about, the dropdownlist ahs an o