473,416 Members | 1,968 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,416 software developers and data experts.

Javascript on Nokia 6630 browser (Series 60 software platform)

Hello there,

I have a Nokia 6630 phone that is based on the Series 60 Software Platform.
-> http://www.series60.com/

These "smartphones" are said to support HTML 4.01 and "a subset of
JavaScript 1.5, which includes the most commonly used functions found on
the Internet".
-> http://www.nokia.com/nokia/0,8764,58711,00.html

If you are interested, you can look at the document
"Series 60 Developer Platform: Designing XHTML Mobile Profile Content v1.3"
-> http://www.forum.nokia.com -> Resources -> Documents -> Browsing
There it reads:
8.11 ECMAScript Mobile Profile
This information applies for Series 60 Platform 2nd Edition,
Feature Pack 1 and onwards.
ECMAScript MP is a scripting language used with XHTML MP to provide added
intelligence to the mobile browser and dynamic behavior to XHTML MP
documents. ECMAScript MP is based on ECMAScript defined by ECMA 262.
(Supported with minor exceptions)
For more information, see http://www.openmobilealliance.org/.


If you open this URL, you can find the exact specifications for "ECMAScript
Mobile Profile A Wireless Markup Scripting Language Version 1.0"
->
http://www.openmobilealliance.org/re...20040709-C.pdf

Finally, you scrap all that reading and try such a simple thing like
<script type='text/ecmascript'>
alert('hello world');
</script>
but it does not work. :-(

Did anybody successfully run Javascript code on a web page displayed by a
mobile like that and how did you do it?

Cheers
Daniel Kabs
Germany

Jul 23 '05 #1
6 13473
Daniel Kabs wrote:
Hello there, [...]
Finally, you scrap all that reading and try such a simple thing like
<script type='text/ecmascript'>
alert('hello world');
</script>
but it does not work. :-(


I had a bit of a browse through your extensive list of
references, seems your script should work fine.

Did you try:

<script type="text/javascript">
...

or just plain:

<script>
...
Sorry but I don't have a Nokia 6630 handy that I can try it on
myself.

--
Fred
Jul 23 '05 #2
Daniel Kabs wrote:
Hello there,

I have a Nokia 6630 phone that is based on the Series 60 Software Platform.
-> http://www.series60.com/

These "smartphones" are said to support HTML 4.01 and "a subset of
JavaScript 1.5, which includes the most commonly used functions found on
the Internet".
-> http://www.nokia.com/nokia/0,8764,58711,00.html


Hmmm, there is a PDF here:

<URL:http://pww.evitech.fi/courses/mobser...owserNokia.pdf >

that seems to indicate on page 30 that the 6630's Series 60
platform does not support JavaScript (or ecmascript).

On page 36, the Series 80 platform says it supports JavaScript
1.3 and 1.5 (partly), but also that:

"The Nokia 9500 Communicator is the first device compatible
with Series 80 Developer Platform 2.0."

Which seems to mimic the claim made for the 6630 on the Nokia
site. Maybe they put the wrong info on their site (nah,
couldn't be...).

So you may be out of luck.


--
Fred
Jul 23 '05 #3
Hello Fred,

thanks for paying careful attention. Do you think we'll ever manage to wade
through this pile of documents? :-)
<URL:http://pww.evitech.fi/courses/mobser...owserNokia.pdf >
Interesting! I found a recent version (V1.5) of this document. You can grab
it on
-> http://www.forum.nokia.com
searching for its name "Browser Characteristics In Nokia GSM Devices".

What exactly did you find that indicated a lack of support for javascript /
ecmascript?

Table 5.7 says "Series 60 Platform 2nd Edition Feature Pack 2" is supported
for the Nokia 6630. To get the Feature Pack's specification, I searched for
this string on
-> http://www.forum.nokia.com
and grabbed the document
"Series 60 Platform 2nd Edition Feature Pack 2: What*'s New - Lead Features
And APIs"

There on page 9 you can read: 2.4 Browsing
2.4.1 XHTML Mobile Profile 1.1
The browser supports XHTML 1.1 MP, HTML 4.01, and WML for legacy support.
XHTML Mobile Profile 1.1 is a strict superset of XHTML Basic and a strict
superset of XHTML Mobile Profile 1.0, having support for the Scripting
Module and Intrinsic Events Module [XHTM].
The "ECMAScript Mobile Profile" that I quoted it in my original posting is
not mentioned here. So maybe Nokia is unsure about what exactly is
supported!
On page 36, the Series 80 platform says it supports JavaScript
1.3 and 1.5 (partly), but also that:


That's right. Series 80 Developer Platform 2.0 Table 8.1 *explicitly*
mentions Scripting support ("JavaScript 1.5 (with minor exceptions)", where
the Series 60 Developer Platform 2nd Ed. Table 5.1 only lists WMLScript
version WAP 1.2 for the Nokia 6630.

So you are probably right, I'm out of luck with JS on the 6630.

Cheers
Daniel Kabs
Germany

Jul 23 '05 #4
Hi!

I tried...
Finally, you scrap all that reading and try such a simple thing like
<script type='text/ecmascript'>
alert('hello world');
</script>

and
<script type="text/javascript">
as well as
<script>
but to no avail.

Sorry but I don't have a Nokia 6630 handy that I can try it on
myself.


Hehehe, me neither. I use the simulator (aka. "Series 60 Content Authoring
SDK 2.0 for Symbian OS") that you can grab from www.forum.nokia.com.

But a few days ago I managed to get hold of a "real one" and directed it to
a web page with simple Javascript code (image reloading stuff). Needless to
say that it did not work. Instead the Nokia browser displayed all the text
that was contained in <noscript> elements. A *strong* hint that the 6630
does not support scripting, I would say.

Cheers
Daniel Kabs
Germany

Jul 23 '05 #5
On Wed, 23 Mar 2005 12:18:06 +0100, Daniel Kabs <da*********@gmx.de>
wrote:
Hello there,

I have a Nokia 6630 phone that is based on the Series 60 Software Platform.
-> http://www.series60.com/

These "smartphones" are said to support HTML 4.01 and "a subset of
JavaScript 1.5, which includes the most commonly used functions found on
the Internet".
-> http://www.nokia.com/nokia/0,8764,58711,00.html


AIUI the 6630 is a skinned netfront, netfront does do javascript, and
I have had it before, but I've not tested on the 6630's phone.

According to:
http://nds.nokia.com/uaprof/N6630r100.xml
js is supported aswell.

Jim.
Jul 23 '05 #6
Jim Ley wrote:
AIUI the 6630 is a skinned netfront, netfront does do javascript, and
I have had it before, but I've not tested on the 6630's phone.
Maybe they skinned the scripting capabilities away :-)
According to:
http://nds.nokia.com/uaprof/N6630r100.xml
js is supported aswell.


I do hear the message, but belief in it I lack.
Source: Faust I(Scene I: Night)

Cheers
Daniel Kabs
Germany

Jul 23 '05 #7

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

2
by: Wayne Harper | last post by:
Is there a javascript interpreter that can be used to create GUI desktop applications outside of a browser? The Spidermonkey product has no GUI capability. The Java based interpreters use swing...
4
by: jacster | last post by:
Hi, I want to extend the functionality of my Firefox browser. Can you write mozilla plugins in Javascript; can anyone point me to some resources for doing this? If not, can I save Javascript...
6
by: Alex Vassiliev | last post by:
Hi Just wondering if anybody can recommend the best JavaScript based DOM browser / inspector? Like those ones: http://www.informatrix.ch/joe/joe.html...
1
by: mike | last post by:
regards: when nokia mobile browser at the first time access HTTP Server, What kind of "HTTP request" does the nokia mobile browser give to the HTTP Server? thank you May goodness be with you...
1
by: john conwell | last post by:
I'm using the Browser control to display html that my application generates. Some times i want a javascript to run when the html gets displayed in the browser control, and sometimes i dont. Is...
11
by: RC | last post by:
I wrote many JavaScripts, they can only run in a browser (Netscape, IE, Firefox, etc.) I am wonder how can I run the JavaScript in the command line (UNIX/LINUX, Windows)? Similar we can run Perl,...
5
Frinavale
by: Frinavale | last post by:
I was just wondering where/how JavaScript is loaded? Is it loaded for the specific page or for the Browser? I would have thought it was just specific to the page that the JavaScript exists within...
4
Ashwani Sharma
by: Ashwani Sharma | last post by:
is there any way to save a web page using javascript in cross browser
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
0
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
0
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...
0
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows...
0
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each...
0
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing,...
0
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new...
0
by: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.