474,046 Members | 61,711 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

java error in IE6 but not Firefox

Hi

anyone know what the java error is on this page?
http://www.s-nta.org.uk/index.html

Mark

Dec 16 '05 #1
5 2992
Mark D Smith said the following on 12/16/2005 11:54 AM:
Hi

anyone know what the java error is on this page?
http://www.s-nta.org.uk/index.html

Yes, it is an error produced by the browser to indicate that whoever
wrote that script didn't bother to learn what they were doing. Besides,
there is no Java in that page that I see. Some crappy Javascript though.

--
Randy
comp.lang.javas cript FAQ - http://jibbering.com/faq & newsgroup weekly
Javascript Best Practices - http://www.JavascriptToolbox.com/bestpractices/
Dec 16 '05 #2
"Randy Webb" <Hi************ @aol.com> wrote in message
news:KJ******** *************** *******@comcast .com...
Mark D Smith said the following on 12/16/2005 11:54 AM:
Hi

anyone know what the java error is on this page?
http://www.s-nta.org.uk/index.html

Yes, it is an error produced by the browser to indicate that whoever
wrote that script didn't bother to learn what they were doing. Besides,
there is no Java in that page that I see. Some crappy Javascript though.

--
Randy
comp.lang.javas cript FAQ - http://jibbering.com/faq & newsgroup weekly
Javascript Best Practices -

http://www.JavascriptToolbox.com/bestpractices/

Its not me that wrote the code or the site, just trying to help the site
owner.
i always get java / JavaScript mixed up.
so do you have any ideas what's wrong and how to fix it?

Mark

Dec 16 '05 #3
VK
> error in IE6 but not Firefox

If something doesn't work - blame on IE ;-)

It doesn't work in any browser, just IE is more "visual" - the red sign
in the status.

All browsers complain that 'wp_menus' is undefined and it is indeed
undefined.

You assign:
var wp_menubar0 = new wp_menus();
in the page script but neither on the page nor in libraries you don't
have a matching constructor.

Also note that you shouldn't change protototype of something you did
not create yet:
....
menus.prototype .m_widthOfImage = 0;
menus.prototype .m_type = 0;
function menus() {}
....

Also your document contains some binary trash before <title>. In
Firefox it looks like [square]>>[square] at the top of the page.
Usually such "trash combination" appears if one tried to read a binary
file as text stream. Have no idea about your situation but it should be
fixed.

Dec 16 '05 #4
Ian
Mark D Smith wrote:
Hi

anyone know what the java error is on this page?
http://www.s-nta.org.uk/index.html

Use Tools->JavaScript Console if Firefox to see the errors.

Ian
Dec 16 '05 #5
"Ian" <ia******@hotma il.com> wrote in message
news:11******** *******@drone2-svc-skyt.qsi.net.nz ...
Mark D Smith wrote:
Hi

anyone know what the java error is on this page?
http://www.s-nta.org.uk/index.html

Use Tools->JavaScript Console if Firefox to see the errors.

Ian


Thanks for that.

I have past the problem back to the author of the site as i do not know
where he got the JavaScript but i googled the jsmenu.js and found a
reference to a serif forum which as i know he uses serif i have past the
info on to him.

Mark

Dec 17 '05 #6

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

Similar topics

3
8220
by: Don | last post by:
Hi, I try to get a simple applet working, the class-file does load, but the image doesn't appear;( An error doesn't appear. The view is and stays 'grey' What I want: Automatic refresh of a webcam image Filename is the same. File is located in same directory as applet.
1
2087
by: Guillaume CABANAC | last post by:
Hi folks, Is liveconnect still available in Firefox as it is in NS Navigator ? I would like to call Java code from JavaScript in Firefox... Do you think it is possible with liveconnect ? Does a better strategy exists ? I tried to call Java from Javascript like this : var myBook = new Packages.Book() ;
0
1598
by: autogoor | last post by:
I want to put a java Applet in a jsp page. Here is what I used: <jsp:plugin type="applet" code="mypackage.myApplet" width="450" height="350" > <jsp:params>...</jsp:params>
458
21881
by: wellstone9912 | last post by:
Java programmers seem to always be whining about how confusing and overly complex C++ appears to them. I would like to introduce an explanation for this. Is it possible that Java programmers simply aren't smart enough to understand C++? This is not merely a whimsical hypothesis. Given my experience with Java programmers --- the code they write and the conversations they have --- Occam's Razor points to this explanation. For example,...
0
973
by: andddlay | last post by:
Hi, I'm not totally sure if this is where to post this, so I am sorry if this isn't... Anyway... I have been having lots of trouble with Java on my Windows XP. Bottom line, it doesn't work. I go to a game that uses Java, it says I should download Java. I then go to Java.com, download it, and then it says I still need to download it. This might be important information to resolve my problem: before all of the problems I started messing...
1
3931
by: JOJO123 | last post by:
I got here in search of an answer to this Javascrpt question. I upgraded jave on XP Ie 7, acrobat 5.1 and suddenly can't open any pdf files on web sites using IE. I see u guys all say, this is a Javscript issue. but how do we, mere mortals who know nothing of anything about Java, scripts, etc, fix this? Is there a programm, does MS have any fix? is there any tweak like in the Registry, or whatever, how do I access anyihint java without in IE 7...
5
6606
by: CoolForU | last post by:
this is my code and i call this code from code behinde file on page load like this useragree.Attributes.Add("onclick", "CheckSelection();") this is working fine with IE but not working with fire fox. in firefox i got error : Error: CheckSelection is not defined
2
1917
by: humberto.bortolossi | last post by:
Greetings! I'm trying to control Java Applets using JavaScript. However, the standard recipes don't work under XHTML (they work well within HTML). See, for instance, the code http://www.professores.uff.br/hjbortol/j2j/java-javascript-interaction-test-01.xhtml produces the following error message under Firefox 3.0:
5
10791
madzman23
by: madzman23 | last post by:
Hi guyz, I kinda new here and I dont know if there is post that similar to my question, because I really needed immediately I am posting my question. Can anyone here help me how to call a Java Program using the PHP. The PHP code should call a Java program that will extract all the data from the database, I know we can do this in PHP, but I want a more secure one so I want to make a prototype that will call the Java Program that get all the...
0
10339
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,...
1
12031
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
11143
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...
0
10313
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, and deployment—without human intervention. Imagine an AI that can take a project description, break it down, write the code, debug it, and then launch it, all on its own.... Now, this would greatly impact the work of software developers. The idea...
1
8700
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
7874
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
6654
by: TSSRALBI | last post by:
Hello I'm a network technician in training and I need your help. I am currently learning how to create and manage the different types of VPNs and I have a question about LAN-to-LAN VPNs. The last exercise I practiced was to create a LAN-to-LAN VPN between two Pfsense firewalls, by using IPSEC protocols. I succeeded, with both firewalls in the same network. But I'm wondering if it's possible to do the same thing, with 2 Pfsense firewalls...
1
5420
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
2
4944
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.

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.