![Citazione](https://forum.it.altervista.org/images/metro/blue/misc/quote_icon.png)
Originalmente inviato da
karl94
Puoi indicare l'indirizzo o il codice dell'intera pagina?
solo stringa e vuoto:
Codice HTML:
<html>
<title>VEDI SINGOLO AGENTE</title>
<script>
</script>
<body background="s1.gif" on focus="">
<H1>CERCO AGENTE</H1>
<form action="cerca.php" method=post>
<br>
Inserisci nome: <input type="text" name="nome" size="40"> <br/>
Inserisci cognome:
<input type="text" name="cognome" size="40"> <br/>
<br>
<input type='submit' value=' Cerca '>
<input type="reset" value="Cancella Tutto"name="rifare">
<br> <br>
<input type="button" value="Torna al menù di statistica" OnClick="document.location.href='homesta.htm'">
<br><br>
<a href="homepage.htm"><img src="casa.gif"></a>
</form>
</body>
</html>
Solo numeri qui e vuoto:
Codice HTML:
html>
<title>PROBLEMA DELLE SCORTE</title>
<body background="s1.gif" on focus="">
<H1>PROBLEMA DELLE SCORTE</H1>
<form method="post" Action="out.php">
Inserisci quantità (in q):
<input type="text" name="nor1" size="40"> <br/>
Inserire costo di ordinazione:
<input type="text" name="co1" size="40"> <br/>
Inserire costo di magazzino:
<input type="text" name="no1" size="40"> <br/>
Inserire quantità massima di magazzino (in q):
<input type="text" name="cm" size="40"> <br/>
<input type="submit" value="Calcola">
<input type="reset" value="Cancella Tutto"name="rifare"><BR><BR><BR><BR>
<input type="button" value="Torna al menù programmi" OnClick="document.location.href='programmi.htm'"><BR><BR>
<a href="homepage.htm"><img src="casa.gif"></a>
</form>
</body>
</html>
Come vedi pensavo di eseguire il programma su <body on focus="">