4MLA1FN wrote:
Quote:
below is a simple dynamic option list. it doesn't seem to work on the
treo650, but works fine in pc-based browsers. can anyone give me some
insights into what i'm doing wrong? very much appreciated. |
Nothing *terribly* wrong in your code. My best guess would be about
this line:
Quote:
box1.options[0] = new Option("<-- Select option", "0"); |
Usually "full support for all standards" is an ad crap and the real
mobil device abilities are much more humble.
Try the old way instead just to see if any reaction:
box1.options[0].text = 'New text';
box1.options[0].value = 'New value';
If it works by any chance than you stoke in a fancy mix of Netscape
JavaScript 1.3 and partly-curly implemented 2005 technologies (the
regular story). But maybe I'm just thinking too bad on Blazer. Check it
anyway.
<http://web.archive.org/web/20040827051054/devedge.netscape.com/library/manuals/2000/javascript/1.3/reference/>