sidorak95
11-07-2007, 06:04 PM
Does anyone see what I'm doing wrong here?
http://www.fungamesuniverse.com/login/ (http://www.fungamesuniverse.com/login)
There's a error box at the bottom left corner.
When I preview it on Frontpage, some errors come up and say,
A error has been ocured in the script in this page.
Line:17
Char:1
Error:Syntax Error
Code:0
URL:file:///C:/Documents%20and%20Settings/..../Local%20Settings/Temp/FrontPageTempDir/pvw21.htm
Do you want to continue running scripts on this page?
Yes No
and,
Line:19
Char:1
Error:Syntax Error
Code:0
URL:file:///C:/Documents%20and%20Settings/..../Local%20Settings/Temp/FrontPageTempDir/pvw21.htm
Do you want to continue running scripts on this page?
Yes No
This is the code,
<html>
<head>
<title>Please Type Your Username And Password...</title>
<script language="JavaScript" type="text/JavaScript" src="login.js"></script>
</head>
<body bgcolor="#eeeeee">
<form>
<br>
<center>
Username: <input type="text" name="username" style="background:#bfbfbf;color:#212121;border-color:#212121;" onFocus="this.style.background = '#ffffff';" onBlur="this.style.background =
= '#bfbfbf';">
<br>
</center>
<p>
<center>
Password: <input type="password" name="password" style="background:#bfbfbf;color:#212121;border-color:#212121;" onFocus="this.style.bacground = '#ffffff';" onBlur="this.style.background =
= '#bfbfbf';">
<br>
</p>
<p>
<center>
<input type="button" value="Login" onClick="Login(this.form);" style="background:#bfbfbf;color:#000000;border-color:#212121;" onMouseOver="this.style.color = '#404040';" onMouseOut="this.style.color = '#000000';" onFocusr="this.style.color = '#404040';" onBlur="this.style.color = '#000000';"
</center>
</p>
</form>
</body>
</html>
I got it here,
http://www.webdeveloper.com/forum/archive/index.php/t-721.html
(The "Yes No" text is buttons)
http://www.fungamesuniverse.com/login/ (http://www.fungamesuniverse.com/login)
There's a error box at the bottom left corner.
When I preview it on Frontpage, some errors come up and say,
A error has been ocured in the script in this page.
Line:17
Char:1
Error:Syntax Error
Code:0
URL:file:///C:/Documents%20and%20Settings/..../Local%20Settings/Temp/FrontPageTempDir/pvw21.htm
Do you want to continue running scripts on this page?
Yes No
and,
Line:19
Char:1
Error:Syntax Error
Code:0
URL:file:///C:/Documents%20and%20Settings/..../Local%20Settings/Temp/FrontPageTempDir/pvw21.htm
Do you want to continue running scripts on this page?
Yes No
This is the code,
<html>
<head>
<title>Please Type Your Username And Password...</title>
<script language="JavaScript" type="text/JavaScript" src="login.js"></script>
</head>
<body bgcolor="#eeeeee">
<form>
<br>
<center>
Username: <input type="text" name="username" style="background:#bfbfbf;color:#212121;border-color:#212121;" onFocus="this.style.background = '#ffffff';" onBlur="this.style.background =
= '#bfbfbf';">
<br>
</center>
<p>
<center>
Password: <input type="password" name="password" style="background:#bfbfbf;color:#212121;border-color:#212121;" onFocus="this.style.bacground = '#ffffff';" onBlur="this.style.background =
= '#bfbfbf';">
<br>
</p>
<p>
<center>
<input type="button" value="Login" onClick="Login(this.form);" style="background:#bfbfbf;color:#000000;border-color:#212121;" onMouseOver="this.style.color = '#404040';" onMouseOut="this.style.color = '#000000';" onFocusr="this.style.color = '#404040';" onBlur="this.style.color = '#000000';"
</center>
</p>
</form>
</body>
</html>
I got it here,
http://www.webdeveloper.com/forum/archive/index.php/t-721.html
(The "Yes No" text is buttons)