Forums | MacLife
You are not logged in.
#1 2009-01-18 8:03 am
I'm not seeing the problem, but firefox complains
Code:
<?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> <link href="/css/layout.css" type="text/css" rel="stylesheet" /> <title>Reset Password</title> <meta name="ROBOTS" content="NOINDEX, NOFOLLOW" /> </head> <body> <div id="content" class="content"> <h1>Reset Password for testuser</h1> <form method="post" action="/action_password.php" /> <input type="hidden" name="vcode" value="9bc212d4be79cc1deb598" /> <input type="hidden" name="vname" value="testuser" /> <p>Password: - minimum 7 characters, maximum 20 characters, must include at least 5 different characters</p> <input type="password" size="20" name="password" /> <p>Verify Password:</p> <input type="password" size="20" name="vpassword" /><br /> <input type="submit" name="submit" value="Submit" /> </form></div></body></html>
Firefox won't parse it -
Code:
XML Parsing Error: mismatched tag. Expected: </div>. Location: https://secure.shastaherps.org/action_validate.php Line Number 19, Column 3:</form></div></body></html> --^
Why is it wanting a </div> before the </form> ??
In her right hand Jenny held the Bible of her mother
Jenny had a pistol in the other
-- Steve Taylor
Offline
#2 2009-01-18 8:40 am
Re: I'm not seeing the problem, but firefox complains
Doe!
Code:
<form method="post" action="/action_password.php" />
It's the /> should have been >
In her right hand Jenny held the Bible of her mother
Jenny had a pistol in the other
-- Steve Taylor
Offline
