ciao a tutti ho un problema con questo codicein effetti quando i campi nella index sono vuoti dovrei giungere a questa pagina ma non accade, continuo a rimanere nella index.<html>
<head>
<%@language=vbscript%>
<%response.buffer=true%>
<title>Untitled Document</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
</head>
<body bgcolor="#FFFFFF" text="#000000"><table width="100%" height="100%" border="0" bordercolor="#999999" bgcolor="#FF9900"> <tr><td width="31%" height="135"> </td> <td width="37%" height="135"></td><td widt+h="34%" height="135"></td></tr><tr> <td width="31%" height="43"></td><td width="37%" bgcolor="#FF9900"> <div align="center"><font color="#666666" size="3">it is necessary to fill up fields country or town</font></div></td><td width="32%"></td></tr><tr><td width="31%"></td><td width="37%"></td><td width="32%" bordercolor="#FF6600"></td></tr></table></body>
<%for i=1 to 1000
s=i+1
if s=1000 then
response.redirect "index.htm"
end if
next%>
</html>
Se, invece, cancello il contatore e redirect passo dalla index alla pagina attuale. C'è qualcuno che mi può dare un suggerimento?GRAZIE