473,811 Members | 2,930 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

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 "smartphone s" 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 13505
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 "smartphone s" 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*********@gm x.de>
wrote:
Hello there,

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

These "smartphone s" 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
1939
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 GUI components which I dont like. -Wayne
4
1358
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 functions as bookmarks and perform read-only operations on remote pages, outputting results to a new window (pop up) client side? Thanks, Malcolm.
6
2219
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 http://javascript.internet.com/page-details/dom-browser.html
1
1965
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 all Thank you,Positive Feedback to mikeotp@gmail.com
1
2362
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 there a way to invoke a javascript function from the browser control? or maybe inject some javascript vis the control's reference to the Document object? I think i can do it with the Window object, but I have seem to figout out how to get to the...
11
15275
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, PHP, Python, Visual Base, .Net, etc. in command line, Desktop.
5
2626
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 but I've been experiencing something a little weird lately with regards to FireBug. I'm getting an error message: Now the interesting thing to note about this error is that the method "Sys$CultureInfo$_getAbbrMonthIndex" is part of the .NET...
4
3626
Ashwani Sharma
by: Ashwani Sharma | last post by:
is there any way to save a web page using javascript in cross browser
0
9734
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However, people are often confused as to whether an ONU can Work As a Router. In this blog post, we’ll explore What is ONU, What Is Router, ONU & Router’s main usage, and What is the difference between ONU and Router. Let’s take a closer look ! Part I. Meaning of...
0
9607
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 effortlessly switch the default language on Windows 10 without reinstalling. I'll walk you through it. First, let's disable language synchronization. With a Microsoft account, language settings sync across devices. To prevent any complications,...
0
10395
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 tapestry of website design and digital marketing. It's not merely about having a website; it's about crafting an immersive digital experience that captivates audiences and drives business growth. The Art of Business Website Design Your website is...
1
10408
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 Update option using the Control Panel or Settings app; it automatically checks for updates and installs any it finds, whether you like it or not. For most users, this new feature is actually very convenient. If you want to control the update process,...
0
10137
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 protocol has its own unique characteristics and advantages, but as a user who is planning to build a smart home system, I am a bit confused by the choice of these technologies. I'm particularly interested in Zigbee because I've heard it does some...
1
7674
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 presenter, Adolph Dupré who will be discussing some powerful techniques for using class modules. He will explain when you may want to use classes instead of User Defined Types (UDT). For example, to manage the data in unbound forms. Adolph will...
0
6895
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 then checking html paragraph one by one. At the time of converting from word file to html my equations which are in the word document file was convert into image. Globals.ThisAddIn.Application.ActiveDocument.Select();...
0
5700
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
1
4352
by: 6302768590 | last post by:
Hai team i want code for transfer the data from one system to another through IP address by using C# our system has to for every 5mins then we have to update the data what the data is updated we have to send another system

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.