http://hdhp.dk/exp/guld.aspher er et lille eks, som du kan prøve at skrive noget ind i med lige så mange mellemrum som du har lyst, og det vil stadig virke...
Koden til mit eks er her:
-----------------------------
<html>
<head>
<title>Guld test</title>
</head>
<body>
<form name="form1" method="post" action="guld.asp?action=true">
<table>
<tr>
<td>
Adresse:
</td>
<td>
<input type="text" name="adresse" style="width: 50px;" />
</td>
</tr>
<tr>
<td colspan="2">
<input type="submit" name="action" value=" Se output " />
</td>
</tr>
</table>
</form>
<%
if LCase(Request.Querystring("action")) = LCase("true") then
%>
<h2 style="color: red;">Adresse output: <span style="text-decoration: underline;"><%=Request.form("adresse")%></span></h2>
<%
end if
%>
</body>
</html>
-----------------------------
Hvis du stadig ikke kan finde ud af hvad der er galt med din kode, er du nødt til at give os noget mere kode
/Hans