Perche' non riesco a mettere due bottoni uno a fianco all'altro, o meglio riesco a affiancarli ma il secondo assume la funzione del primo.
print '<form name="action" onsubmit="return checkForm();" action="srvrq2.php?
customerCLSCLI=' . $customerCLSCLI .'
" method="POST">';
print '<form action="db2_update4.php" method="POST">';
e questi sono i due bottoni che vorrei vedere affiancati
print '<input type="submit" name="action" value="Enter " /><input type="submit" name="close" value="Close " /></form>';
Ciao