Displaying 1 result from an estimated 1 matches for "opera9".
Did you mean:
opera
2007 Feb 12
6
prototype.js and different browsers
Hi
I''m currently learning how AJAX is working and found prototype.js interesting.
But I have some issues that might be because of misusage:
http://brasilia.nersc.no/test/PyTest/AJAX.html
When I use this in Firefox2 it correctly fills the first select, using opera9
it is filled, but it just shows a list of "blank" options (no description),
and in IE6 it doesn''t get filled at all.
I use python in the backend, and feeding it the input it replies correctly in
all browsers:
http://brasilia.nersc.no/test/PyTest/AJAX.py/getDatasetOptions
Thi...