Mam problem z walidacją strony XHTMLz formularzem, 604 błędy, z którymi nie mogę sobie poradzić :/
dokument zaczyna się tak:
<?xml version="1.0" encoding="utf-8"?>
<?xml-stylesheet href="cv.css" type="text/css"?>
<?xml-stylesheet href="gray.css" type="text/css"?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Frameset//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-frameset.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="pl" lang="pl">
<head>
<meta http-equiv="Content-Type" content="application/xhtml+xml; charset=utf-8" />
<meta http-equiv="Content-Language" content="pl" />
<link rel="StyleSheet" href="cv.css" type="text/css" />
<link rel="StyleSheet" href="gray.css" type="text/css" />
<link rel="Shortcut Icon" type="image/x-icon" href="cv.png" />
<script language="JavaSript" type="text/javascript" src="form.js"></script>
</head>
<body>
no i tu wywala pierwszy błąd, że niby tag body jest tutaj niedozwolony
następnie 300pare błędów typu:
document type does not allow element "option" here.
<option value="1901" />1901
niby jak mam to zrobić bez tego tagu?
potem:
there is no attribute "onClick".
<input type="button" onClick="javascript:wiecej('sql');" value="Więcej"
czy w xhtml-u nie mozna używać javascripta?
następnie znów złe tagi option i na końcu:
end tag for "html" which is not finished.
</html>
[glowa]