Originariamente inviato da var
posta il codice completo che stai utilizzando.
nulla di più di quello postato (era una prova fatta apposta)

allego anche la head

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>

<title>Untitled Document</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
</head>

<body>
<form method="get" action="<?$php_self?>" onSubmit="return (!this.titolo.value=="pippo")>
<table width="100%" border="0">
<tr>
<td width="25%">Cerca un titolo</td>
<td width="75%"> <input type="text" name="titolo" size="50" maxlength="50">
</td>
</tr>
<tr>
<td><input name='submit' value='invia' type='submit'></td>
<td> </td>
</tr>
</table></form>
</body>
</html>