hvor fand.. da er for en fejl
Jeg kan ikke forstå hvorfor jeg får denne fejl:Microsoft VBScript compilation error '800a03f6'
Expected 'End'
/admin/1PassWord.asp, line 124
Det er lige meget hvad jeg gør så kommer den med denne fejl.
Line 124 ser sådanne ud:
<div align="center">Skriv din nye adgangskode til systemet.</td>
Hele koden ser sådanne ud:
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=windows-1252">
<title>CMS Control Panel</title>
<link href="design.css" rel="stylesheet" type="text/css">
<script language="javascript">
<!--
function rusure(value) {
if (confirm("ADVARSEL....Når det er slettet kan det ikke oprettes igen."))
{ document.location.href = value;
}
}
// -->
</script>
<div align="center">
<table width="600" border="1" bordercolor="#666666" bgcolor="#F5F5F5">
<tr>
<th height="142" bordercolor="#EFEFEF" bgcolor="#EFEFEF" class="billedet_top" scope="col">
<div align="right"><br><img src="adminimages/adminpass.gif" width="15" height="15">Skrift Adgangskode
<br><br><br><br><br><br>
<table width="600" border="0" bordercolor="#F5F5F5" bgcolor="#F5F5F5">
<tr bordercolor="#F5F5F5" bgcolor="#F5F5F5">
<th width="20" scope="col"><a href="java script:history.go(-1)" ><img src="adminimages/tilbage.gif" width="16" height="16" border="0"></a></th>
<th width="42" scope="col"><a href="java script:history.go(-1)" >Tilbage</a></th>
<th width="496" scope="col"><div align="right"><a href="control.asp" >Administration</a></div></th>
<th width="20" scope="col"><a href="control.asp" ><img src="adminimages/hjem.gif" width="16" height="16" border="0"></a></th>
</tr>
</table>
</div></th>
</tr>
<tr>
<td bordercolor="#F5F5F5" bgcolor="#F5F5F5"><div align="center">
<form method="POST" action="2PassWord.asp" name="form1">
<table width="584" border="0" cellpadding="4" bgcolor="#F5F5F5">
<tr>
<td width="586" align="right">
<div align="center">Skriv din nye adgangskode til systemet.</td>
<td valign="middle" width="50%"><input type="password" name="pword1" size="22" tabindex="1" style="font-family: Arial; font-size: 12px; color: #000066; background-color: #D7D7F9; border: 1 solid #000066"></td>
</tr>
<tr>
<td width="586" align="right"><div align="center">Bekræft adgangskoden til systemet</div></td>
<td valign="middle" width="50%"><input type="password" name="pword2" size="22" tabindex="2" style="font-family: Arial; font-size: 12px; color: #000066; background-color: #D7D7F9; border: 1 solid #000066"></td>
</tr>
<% If request("tl") <> "1" Then %>
<% Else %><% End If %>
<tr>
<td colspan="2" align="center" height="10" width="586"></td>
</tr>
<tr>
<td colspan="2" width="586">
<p align="center"> <input type="submit" value="Gem Nyt Password" name="B1" tabindex="3"></p>
</td>
</tr>
</table>
</form>
</div></td>
</tr>
<tr>
<td height="63" bordercolor="#F5F5F5" bgcolor="#F5F5F5" class="billedet_bund"> </td>
</tr>
</table>
</div>
</body>
</html>
