Can anyone please tell me what is wrong with this:
<html>
<head>
<meta name="GENERATOR" content="Microsoft FrontPage 5.0">
<meta name="ProgId" content="FrontPage.Editor.Document">
<meta http-equiv="Content-Type" content="text/html; charset=windows-1252">
<title>New Page 1</title>
</head>
<body>
<SCRIPT LANGUAGE="VBScript">
<!--
Dim MyVar
MyVar = MsgBox ("Do not continue if you dont know the password, because it might crash your PC!!!n00b!!!, 4145, "Homie4life")
MyVar1 = Inputbox("Enter password")
MyVar2 = MsgBox ("Have a nice day!, 4160, "Homie4life")
If Input = "sixisgay" than
MyVar = MsgBox ("Password accepted!!!11!own3r!!11", 4160, "Homie4life")
End If
End MyVar
-->
</SCRIPT>
</body>
</html>
Microsoft Frontpage says it is error number 14 ")" is expected :S
<html>
<head>
<meta name="GENERATOR" content="Microsoft FrontPage 5.0">
<meta name="ProgId" content="FrontPage.Editor.Document">
<meta http-equiv="Content-Type" content="text/html; charset=windows-1252">
<title>New Page 1</title>
</head>
<body>
<SCRIPT LANGUAGE="VBScript">
<!--
Dim MyVar
MyVar = MsgBox ("Do not continue if you dont know the password, because it might crash your PC!!!n00b!!!, 4145, "Homie4life")
MyVar1 = Inputbox("Enter password")
MyVar2 = MsgBox ("Have a nice day!, 4160, "Homie4life")
If Input = "sixisgay" than
MyVar = MsgBox ("Password accepted!!!11!own3r!!11", 4160, "Homie4life")
End If
End MyVar
-->
</SCRIPT>
</body>
</html>
Microsoft Frontpage says it is error number 14 ")" is expected :S