Click here to Skip to main content
15,916,835 members
Home / Discussions / Web Development
   

Web Development

 
GeneralRe: IE 8 hiddenfeild issue Pin
daveyerwin26-Mar-10 9:15
daveyerwin26-Mar-10 9:15 
http://validator.w3.org/check">http://validator.w3.org/check
this validates ...
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN"
"http://www.w3.org/TR/html4/strict.dtd">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html;charset=utf-8">
<title>
ValidationTest
</title>
</head>
<body>
<div><span>hi</span>
<p><input name="HddElement" type='hidden' value="hi"></p>
</div>
</body>
</html>
this gives warning ...
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN"
"http://www.w3.org/TR/html4/strict.dtd">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html;charset=utf-8">
<title>
ValidationTest
</title>
</head>
<body>
<div><span>hi</span>
<p><input name="HddElement" type='hidden' value="hi" /></p>
</div>
</body>
</html>
here is the warning ...
The sequence <FOO /> can be interpreted in at least two different ways, depending on the DOCTYPE of the document. For HTML 4.01 Strict, the '/' terminates the tag <FOO (with an implied '>'). However, since many browsers don't interpret it this way, even in the presence of an HTML 4.01 Strict DOCTYPE, it is best to avoid it completely in pure HTML documents and reserve its use solely for those written in XHTML.
GeneralRe: IE 8 hiddenfeild issue Pin
Not Active26-Mar-10 10:02
mentorNot Active26-Mar-10 10:02 
AnswerRe: IE 8 hiddenfeild issue Pin
Nick Kowalewicz28-Mar-10 16:01
Nick Kowalewicz28-Mar-10 16:01 
QuestionSource editing Pin
FEMDEV25-Mar-10 1:22
FEMDEV25-Mar-10 1:22 
AnswerRe: Source editing Pin
Not Active25-Mar-10 1:58
mentorNot Active25-Mar-10 1:58 
AnswerRe: Source editing Pin
T M Gray25-Mar-10 10:38
T M Gray25-Mar-10 10:38 
GeneralRe: Source editing Pin
FEMDEV26-Mar-10 0:00
FEMDEV26-Mar-10 0:00 
AnswerRe: Source editing Pin
Nick Kowalewicz28-Mar-10 16:03
Nick Kowalewicz28-Mar-10 16:03 
QuestionMoney Diposite System in ATM Pin
Shaik al helal25-Mar-10 1:02
Shaik al helal25-Mar-10 1:02 
AnswerRe: Money Diposite System in ATM Pin
T M Gray25-Mar-10 10:51
T M Gray25-Mar-10 10:51 
QuestionWeb Application With Offline Capabilities Pin
ojaytee24-Mar-10 20:15
ojaytee24-Mar-10 20:15 
AnswerRe: Web Application With Offline Capabilities Pin
The Man from U.N.C.L.E.25-Mar-10 1:12
The Man from U.N.C.L.E.25-Mar-10 1:12 
AnswerRe: Web Application With Offline Capabilities Pin
Not Active25-Mar-10 1:52
mentorNot Active25-Mar-10 1:52 
QuestionPassword Blocking Pin
Pradeep kumar.V24-Mar-10 18:24
Pradeep kumar.V24-Mar-10 18:24 
AnswerRe: Password Blocking Pin
Not Active25-Mar-10 1:48
mentorNot Active25-Mar-10 1:48 
GeneralRe: Password Blocking Pin
Pradeep kumar.V25-Mar-10 18:11
Pradeep kumar.V25-Mar-10 18:11 
AnswerRe: Password Blocking Pin
T M Gray25-Mar-10 8:29
T M Gray25-Mar-10 8:29 
GeneralRe: Password Blocking Pin
Pradeep kumar.V25-Mar-10 18:09
Pradeep kumar.V25-Mar-10 18:09 
QuestionJavascript printing question Pin
Jack Vanderhorst24-Mar-10 14:47
Jack Vanderhorst24-Mar-10 14:47 
AnswerRe: Javascript printing question Pin
Not Active24-Mar-10 15:17
mentorNot Active24-Mar-10 15:17 
GeneralRe: Javascript printing question Pin
Jack Vanderhorst24-Mar-10 15:19
Jack Vanderhorst24-Mar-10 15:19 
AnswerRe: Javascript printing question Pin
daveyerwin24-Mar-10 16:02
daveyerwin24-Mar-10 16:02 
GeneralRe: Javascript printing question Pin
Jack Vanderhorst24-Mar-10 16:03
Jack Vanderhorst24-Mar-10 16:03 
QuestionServer header-asp.net problem Pin
balu1234524-Mar-10 8:15
balu1234524-Mar-10 8:15 
AnswerRe: Server header-asp.net problem Pin
Martin Jarvis13-Apr-10 10:28
Martin Jarvis13-Apr-10 10:28 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.