473,398 Members | 2,188 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,398 software developers and data experts.

Problem with ONLY Netscape 6 with inclusion JS

Max
This instruction don't work in netscape 6
<script language="javascript" src="/pippo.js"></script>

In 4.8 /ie5/ie6 ok !!!

Can you help me ?

Thanks
Sep 28 '05 #1
9 1229


Max wrote:
This instruction don't work in netscape 6
<script language="javascript" src="/pippo.js"></script>


Well what exactly does not work? Do you get any errors in the JavaScript
console?

--

Martin Honnen
http://JavaScript.FAQTs.com/
Sep 28 '05 #2
Max
hi, in the Javascript Console, Netscape write that can't load the function
defined (error is : THE FUNCTION IS NOT DEFINED) in js file...
can you help me?

This script run on Ie6 and NS4.8....

Thanks
"Martin Honnen" <ma*******@yahoo.de> ha scritto nel messaggio
news:43***********************@newsread2.arcor-online.net...


Max wrote:
This instruction don't work in netscape 6
<script language="javascript" src="/pippo.js"></script>


Well what exactly does not work? Do you get any errors in the JavaScript
console?

--

Martin Honnen
http://JavaScript.FAQTs.com/

Sep 28 '05 #3

Max wrote:
hi, in the Javascript Console, Netscape write that can't load the function
defined (error is : THE FUNCTION IS NOT DEFINED) in js file...
can you help me?

This script run on Ie6 and NS4.8....

Thanks


Once again, you can't really expect the newsgroup to help you when all
you've given us is "THE FUNCTION IS NOT DEFINED". It would be more
effective if you can narrow down the problem, and show us the part of
the script that fails.

Sep 28 '05 #4


Max wrote:
hi, in the Javascript Console, Netscape write that can't load the function
defined (error is : THE FUNCTION IS NOT DEFINED) in js file...
And the JavaScript console does not give you a line number where the
error happens?
This script run on Ie6 and NS4.8....


That does not guarantee that it works with Netscape 6.
You might want to start with
<http://developer.mozilla.org/en/docs/Migrate_apps_from_Internet_Explorer_to_Mozilla>
<http://developer.mozilla.org/en/docs/Browser_Detection_and_Cross_Browser_Support>
if you are new to scripting for Mozilla respectively Netscape 6/7.

--

Martin Honnen
http://JavaScript.FAQTs.com/
Sep 28 '05 #5
Max
dear dev, "THE FUNCTION IS NOT DEFINED" only show in netscape 6.
In netscape 4.6 and ie6 all right ok.

"web.dev" <we********@gmail.com> ha scritto nel messaggio
news:11**********************@g49g2000cwa.googlegr oups.com...

Max wrote:
hi, in the Javascript Console, Netscape write that can't load the
function
defined (error is : THE FUNCTION IS NOT DEFINED) in js file...
can you help me?

This script run on Ie6 and NS4.8....

Thanks


Once again, you can't really expect the newsgroup to help you when all
you've given us is "THE FUNCTION IS NOT DEFINED". It would be more
effective if you can narrow down the problem, and show us the part of
the script that fails.

Sep 29 '05 #6
Max
Yes the line number is a call Function....
thanks

"Martin Honnen" <ma*******@yahoo.de> ha scritto nel messaggio
news:43***********************@newsread2.arcor-online.net...


Max wrote:
hi, in the Javascript Console, Netscape write that can't load the
function defined (error is : THE FUNCTION IS NOT DEFINED) in js file...


And the JavaScript console does not give you a line number where the error
happens?
This script run on Ie6 and NS4.8....


That does not guarantee that it works with Netscape 6.
You might want to start with
<http://developer.mozilla.org/en/docs/Migrate_apps_from_Internet_Explorer_to_Mozilla>
<http://developer.mozilla.org/en/docs/Browser_Detection_and_Cross_Browser_Support>
if you are new to scripting for Mozilla respectively Netscape 6/7.

--

Martin Honnen
http://JavaScript.FAQTs.com/

Sep 29 '05 #7
On 28/09/2005 16:26, Max wrote:
This instruction don't work in netscape 6
<script language="javascript" src="/pippo.js"></script>
Yes, it does.

As an aside (read: this won't fix the problem), the language attribute
was deprecated long ago. Use the (required) type attribute instead:

<script type="text/javascript"> src="/pippo.js"></script>
In 4.8 /ie5/ie6 ok !!!

Can you help me ?


Until you post a URL to a demonstration that clearly shows the problem, no.

Mike

--
Michael Winter
Prefix subject with [News] before replying by e-mail.
Sep 29 '05 #8
Michael Winter wrote on 29 sep 2005 in comp.lang.javascript:
On 28/09/2005 16:26, Max wrote:
This instruction don't work in netscape 6
<script language="javascript" src="/pippo.js"></script>


Yes, it does.

As an aside (read: this won't fix the problem), the language attribute
was deprecated long ago. Use the (required) type attribute instead:

<script type="text/javascript"> src="/pippo.js"></script>


<script type="text/javascript" src="/pippo.js"></script>
--
Evertjan.
The Netherlands.
(Replace all crosses with dots in my emailaddress)

Sep 29 '05 #9
On 29/09/2005 15:31, Evertjan. wrote:
Michael Winter wrote on 29 sep 2005 in comp.lang.javascript:


[snip]
<script type="text/javascript"> src="/pippo.js"></script>


<script type="text/javascript" src="/pippo.js"></script>


Oops. I'm so used to just typing out the type attribute when writing
that suggestion.

Cheers, Evertjan.

Mike

--
Michael Winter
Prefix subject with [News] before replying by e-mail.
Sep 29 '05 #10

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

Similar topics

2
by: nanookfan | last post by:
Hi all, I'm having a bizarre problem converting XML files to HTML using an XSLT. The problem is only occuring in my Netscape 7.0 browser. What makes it more bizarre is that it is only...
3
by: Chris Leonard | last post by:
Hi. I've copied some code from a book which will enable me to make a layer around a page, my aim is to do something a little more complex but this I thought would get me started. Anyway, I've...
5
by: Mike | last post by:
In my previous post, I wrote: > ... > GOAL: (very simple) Provide a hyperlink which, when clicked, > calls a javascript function which opens a new URL. > ... > PROBLEM: The following code...
8
by: Bob Skutnick | last post by:
Greetings, I'm hoping someone has experienced a problem I'm having: I have an existing ASP application (working fine) that uses an SSL server certificate. My user community is made up of both...
10
by: Don Munroe | last post by:
This one has me stumped. I have three web applications running on two different servers. The first that works fine is hosted by a .Net hosting company. Everyone that uses it has no problems...
10
by: Stephen | last post by:
Hi, I have a question. I have created an application using VS.NET and the application runs fine on IE, (I mean all the image buttons, textboxes etc.) I understand that validation control...
22
by: maxwell | last post by:
I'm having a problem using the XML "include" mechanism, which I think has to do with namespaces. I have an XML file that has a lot of repetition--a sequence of elements that appear multiple...
7
by: The Cool Giraffe | last post by:
I have the following: //A.h class A {}; //B.h #include "A.h" class B : A {};
6
by: Juha Nieminen | last post by:
Multiple inclusion of the same header file can cause the compilation to fail because of multiple definitions of the same type. That's why it's standard practice to write all headers like this: ...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
0
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,...
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
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
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
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...

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.