HighDots Forums  

Re: help: javascript and blazer 4.0 (treo 650)

Javascript JavaScript language (comp.lang.javascript)


Discuss Re: help: javascript and blazer 4.0 (treo 650) in the Javascript forum.



Reply
 
Thread Tools Display Modes
  #1  
Old   
VK
 
Posts: n/a

Default Re: help: javascript and blazer 4.0 (treo 650) - 11-02-2005 , 06:53 PM







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/>



Reply With Quote
  #2  
Old   
4MLA1FN
 
Posts: n/a

Default Re: help: javascript and blazer 4.0 (treo 650) - 11-03-2005 , 12:27 AM






On 2 Nov 2005 15:53:25 -0800, "VK" <schools_ring (AT) yahoo (DOT) com> wrote:

Quote:
Try the old way instead just to see if any reaction:

box1.options[0].text = 'New text';
box1.options[0].value = 'New value';
hey, thanks alot for the response. i tried it in both places in the
script with no change. what a scam; palm says blazer 4.0 is 1.5
compliant. frustrating.


4MLA1FN


Reply With Quote
Reply




Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off



Powered by vBulletin Version 3.5.4
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.