<html>
<head>
<title>Login</head>
</HEAD>
<body>
<form action="auth.php" method="post">
User Name: <input type="text" name="name">
Password: <input type="text" name="password">
<input type="submit" value="Login">
</form>
</body>
</html>
Originally posted by: SunnyD
look at your source...
<html>
<head>
<title>Login</head>
</HEAD>
<body>
<form action="auth.php" method="post">
User Name: <input type="text" name="name">
Password: <input type="text" name="password">
<input type="submit" value="Login">
</form>
</body>
</html>
change the first </head> to </title>
Just goes to show you that the other browsers don't adhere to well-formed HTML rules.
Originally posted by: SunnyD
look at your source...
<html>
<head>
<title>Login</head>
</HEAD>
<body>
<form action="auth.php" method="post">
User Name: <input type="text" name="name">
Password: <input type="text" name="password">
<input type="submit" value="Login">
</form>
</body>
</html>
change the first </head> to </title>
Just goes to show you that the other browsers don't adhere to well-formed HTML rules.
Originally posted by: SunnyD
Originally posted by: Fiveohhh
wondering if you can see the form on this page works fine in opera for me, but not ie. when I vew the source in IE looks like it whould work to me..
Text
Works now - IE6 SP2.