[Javascript] Javascript and FF

Nan Harbison nan at nanharbison.com
Sat Aug 29 10:22:09 CDT 2009


Here is what the w3 validator says:

####################################################
# Error  Line 23, Column 30: required attribute "TYPE" not specified

<script language = JavaScript>

The attribute given above is required for an element that you've used, but
you have omitted it. For instance, in most HTML and XHTML document types the
"type" attribute is required on the "script" element and the "alt" attribute
is required for the "img" element.

Typical values for type are type="text/css" for <style> and
type="text/javascript" for <script>.
############################################### 

-----Original Message-----
From: javascript-bounces at lists.evolt.org
[mailto:javascript-bounces at lists.evolt.org] On Behalf Of Del Wegener
Sent: Saturday, August 29, 2009 11:18 AM
To: javascript at lists.evolt.org
Subject: [Javascript] Javascript and FF

Good Morning;
I have a Javascript calculator
http://www.edi-cp.com/products_a_series_at_estimator.php
Which works as intended in IE and I believe it worked in earlier versions of
FF.  However nothing happens when I use it in FF Version 3.5.2 nor with
Version 3.0.11

When I initially installed the calculator FF was probably at Version 2.xxx. 
I am sure it worked then.

What has changed?
What must I do to my JavaScript to make FF 3.5.2 play nicely?
Thanks for any help.
Del 


_______________________________________________
Javascript mailing list
Javascript at lists.evolt.org
http://lists.evolt.org/mailman/listinfo/javascript




More information about the Javascript mailing list