« Return to Thread: trinidad mobile: how to tell if user agent supports javascript?

RE: trinidad mobile: how to tell if user agent supports javascript?

by Tadashi Enomori :: Rate this Message:

Reply to Author | View in Thread

-adfinternal-scriptingSpeed=slow
tells javascript is supported.
If javascript is supported,
-adfinternal-scriptingSpeed=none
is included.
 
Thanks,
Tadashi
-----Original Message-----
From: Dave [mailto:javaone9@...]
Sent: Sunday, June 28, 2009 4:23 AM
To: users@...
Subject: trinidad mobile: how to tell if user agent supports javascript?

For S60 Nokia Emulator: the agent capabilityMap:
 
{-adfinternal-advancedButtons=true, -adfinternal-editing=true, -adfinternal-readonlyFormElements=true, -adfinternal-partialRendering=false, -adfinternal-fieldset=false, -adfinternal-gifImage=true, textPresentation=true, -adfinternal-advancedForms=true, -adfinternal-nowrap=true, -adfinternal-altRendersTooltipOnImage=false, -adfinternal-imageStretch=true, -adfinternal-id=true, accessKeys=true, -adfinternal-valign=true, -adfinternal-cssSelectors=multiple, -adfinternal-jpegImage=true, -adfinternal-multipleWindows=true, -adfinternal-styleAttributes=external, tables=advanced, -adfinternal-disabledFormElements=true, -adfinternal-navigation=true, iframes=true, -adfinternal-nameIdentification=true, dom=level2, -adfinternal-target=true, frames=true, -adfinternal-supportsDisabledOptions=false, -adfinternal-onclickOnImgInput=true, -adfinternal-intrinsicEvents=true, -adfinternal-scriptingSpeed=slow, -adfinternal-bmpImage=true}
 
How to tell if it supports javascript? I could not find a key for it?
 
Thanks,
dave

 « Return to Thread: trinidad mobile: how to tell if user agent supports javascript?