Q) Why does a space character after the first argument cause an "Unknown file content" error when invoking a script as shown below:
<do type="options" label="Test Script">
<go...
Type: Posts; User: Moth; Keyword(s):
Q) Why does a space character after the first argument cause an "Unknown file content" error when invoking a script as shown below:
<do type="options" label="Test Script">
<go...
It is not possible to bookmark the page with the wmlscript.
FM radio in Nokia 8310 is not GPRS related. So, the radio programs are not run over GPRS but they are coming over-the-air like in normal radio receivers. So, we do not have any simulator to support...
Cascading Style Sheets describe how documents are presented on screen in the browser. CSS separates the presentation from the content. Changes to the presentation can be made in the style sheet and...
No, it is not possible in our terminals with WML code. You can do something with WMLScript (confirm dialog) but it is not so much. So, you can't really replace the option menu or control the...
The cache storing in the client can be controlled using HTTP headers or by having HTTP-EQUIV meta tags in the WML content. If both of the previous cache controls have been defined, the HTTP headers...
I am sorry to tell that Nokia does not have that kind of arrangement on our WAP phones. There are no preloaded icons available. But you can use Wireless Bitmaps to enchance your WAP content.
Note....
A WAP terminal/browser is possible to identify from the user agent field. It deliveres the basic information about the phone and it's firmware.
WAP clients (browsers) send a user agent field when...
If you do have number strings on your wml deck then you can find a "use number" function from the options menu. This feature finds the number strings from the deck and you can then use them.
Please see the Forum Nokia web site:
http://forum.nokia.com/main.html
>> WAP
>> Nokia WAP Developer Section
>> Nokia WAP Phones
>> Nokia WAP Phone Characteristics
The maximum deck sizes of...
WAP phones send a user agent field with the request. You can identify the type of the phone with this user agent field. Please see the Forum Nokia web site:
http://forum.nokia.com/main.html
>> WAP...
There are two ways to initiate the call from the browser: The user can quit the browser and initiate a call or stay in browser view, initiate the call within the browser display and browse the cached...
The wtai line format is like:
&lt;a href="wtai://wp/mc;123123123"&gt;call&lt;/a&gt;
or
&lt;do type=accept label="phonecall"&gt;
&lt;go href="wtai://wp/mc;123123123"/&gt;...
1. WTAPublic.makeCall
Initiates a mobile-originated voice call; the call must be terminated using the standard UI.
No WTA events are generated by the voice call initiated using this function. The...
QUESTION: Is it possible to send OTA Settings that the setting name is Chinese chars? I've tried to send OTA Settings with chinese setting name, I set the NAME value to "E5AD90" (A UTF-8 code for...
Basically, there are two ways to provide OTA configuration.
1. Nokia WAP Servers have an OTA provisioning feature. For further information, please take a look at:...
XHTML Basic is the mobile version of XHTML 1.0. XHTML Basic is designed for Web clients that do not support the full set of XHTML features; for example, Web clients such as mobile phones, PDAs,...
XHTML Basic does not support the use of frames. Frames are not appropriate for devices with small screens and that4s why they are excluded.
XHTML MP strictly enforces the rules for well-formed, valid XML (Extensible Markup Language). A well-formed XML document conforms to all the rules for XML syntax. Main rules are:
- Every document...
The root <html> element should specify the xmlns attribute whose value is the XHTML namespace identifier
http://www.w3.org/1999/xhtml.
The main differences between cHTML and XHTML Basic are:
- XHTML Basic is a W3C standard which is widely accepted throughout the industry
- cHTML is a proprietary standard developed for DoCoMo4s...
There are plenty of languages available. WML is a very compact XML based language where actual content and the rendering of that content is mostly left for the terminal to decide. Therefore WML saves...
Euro symbol can be presented using character entities, which is the name for problematic characters.
Decimal notation is &#8364; (use prefix &#)
Hexadecimal notation is &#x20AC; (use prefix &#x)...
It is not similar compared to web. In WML you place input fields on the WML card and save the values to variables. Those variable values are then posted to the service (WML input field + variables...
The Nokia 3330 does not support emphasis tags like B, U, I, BIG, SMALL, EM or STRONG. For further information about the supported features in the Nokia 3330, please see the related FAQ and...