Displaying 1 result from an estimated 1 matches for "getdatasetoptions".
2007 Feb 12
6
prototype.js and different browsers
...t 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
This is my code:
new Ajax.Updater({ success:''dataset'', failure:''image'' },
''AJAX.py/getDatasetOptions'',
{ method:''get'', parameters:$H({ random:Math.random() }), insertion:
Insertion.Bottom }
);
Any help ap...