form

codice:
<form action="azienda_add-rec.asp" onsubmit="load('azienda_add-rec.asp','dx_centro');return false;" method="post" name="f">


IMPORTANTE! è necessario compilare tutti i campi</p>

<fieldset>
<legend>Dettagli azienda</legend> 
<table width="80%" border="0">
  <tr>
    <td>
<label for="ragionesociale" accesskey="f">Ragione Sociale: </label>
	<input type="text" id="ragionesociale" name="ragionesociale" tabindex="1" value="" title="Ragione Sociale">

	<label for="piva" accesskey="l">Partita IVA </label>

eccetera eccetera
pagina che riceve

codice:
RAGIONESOCIALE = Replace(Request.Form("RAGIONESOCIALE"), "'", "''")


e poi sql per registrazione