Parameter entity must be defined before it is used.

admin

Administrator
Staff member
why doesn't my new window work in IE7

Parameter entity must be defined before it is used. Error processing resource 'http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd...

%xhtml-prefw-redecl.mod;
-^

<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en">
<head>
<title>upload</title>
</head>
<body onload="opener.document.getElementById('picture').src='../download/servlet?picture='+Math.random()">
<p>picture uploaded</p>
</body>
</html>
 
Back
Top