473,386 Members | 1,752 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,386 software developers and data experts.

JavaScript defined element in pages

javadth
hi i have problem in validator

Expand|Select|Wrap|Line Numbers
  1. <Script  src="http://bytes.com/includes/preloader.js" TYPE="text/javascript"></script>
You have used the element named above in your document, but the document type you are using does not define an element of that name. This error is often caused by:

how can i solve it ?
Sep 17 '12 #1
3 1381
gits
5,390 Expert Mod 4TB
?? is that an example and what validation fails? can you explain a bit more what the problem is?
Sep 18 '12 #2
Expand|Select|Wrap|Line Numbers
  1. <Script  src="http://bytes.com/includes/preloader.js" TYPE="text/javascript"></script>
I'm a stickler for proper casing.

Expand|Select|Wrap|Line Numbers
  1. <script type="text/javascript" src="http://bytes.com/includes/preloader.js"></script>
Also, you have the code example, or a link to the js?
Sep 21 '12 #3
Dormilich
8,658 Expert Mod 8TB
if you were trying to validate it as XHTML, that message makes sense. in X(HT)ML all elements are case-sensitive.
Sep 26 '12 #4

Sign in to post your reply or Sign up for a free account.

Similar topics

1
by: Tim | last post by:
Hi, We are downloading a few thousand rows of data for users to choose from and need to speed up the operation. The data is related in four levels. The current design allows the user to select...
4
by: Timo | last post by:
I've noticed that this is possible in IE: <span class='sweetfeature' myproperty='Napoleon Dynamite' onclick="ShowProperty(this);" > Click here for the name of a hilarious movie. </span> and...
3
by: Wayne Wengert | last post by:
I want to use some javascript functions in aspx pages but I cannot find the correct way to call/link to them. When I search NGs or Google, the examples are mostly for asp pages. Does anyone have a...
1
by: ashwinirupert | last post by:
Please tell me how to add Javascript to Master Pages
1
by: sarwarmohiuddin | last post by:
Hello MAtes, I am having this problem of adding a script element in a rich text editor box. i am doing this. The problem is that it won't add the script tag alltogather, or give an error "Unknown...
1
by: MonkeeX | last post by:
I am currently converting my web site to include master pages. I have an image which when clicked on submits the form by using form.submit in javascript. As the form not longer exists in an...
3
by: bbawa1 | last post by:
Hi, I have a master page and content page. In content page I have to validate the text boxes for name,address, phone number and email address etc. But as content pages doersn't have html...
4
by: cssKaori | last post by:
Hi, I am making a free web-host for my guild of a mmorpg. The server is based off Fedora OS and cPanel/WHM. Here I want a code to be placed automatically on all the pages of every account when its...
3
by: RayK50 | last post by:
I am developing a web site in vb.net 2.0 using a master page, with a custom Treeview control populated by a database query. Clicking on a certain Treeview menu item opens a page with a 3rd-party...
0
by: kewldudehere | last post by:
Hi folks, I have a content Page and have the following Code in the content tag. <asp:Content ID="Content1" ContentPlaceHolderID="ContentPlaceHolder1" runat="server"> <input type="Text"...
0
by: taylorcarr | last post by:
A Canon printer is a smart device known for being advanced, efficient, and reliable. It is designed for home, office, and hybrid workspace use and can also be used for a variety of purposes. However,...
0
by: aa123db | last post by:
Variable and constants Use var or let for variables and const fror constants. Var foo ='bar'; Let foo ='bar';const baz ='bar'; Functions function $name$ ($parameters$) { } ...
0
by: ryjfgjl | last post by:
If we have dozens or hundreds of excel to import into the database, if we use the excel import function provided by database editors such as navicat, it will be extremely tedious and time-consuming...
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
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...

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.