Come inserisco questi pulsanti in una tabella affiancati l'uno all'altro?
codice:
Response.write "
<center><input type=button style=width:155px;height:25px; onclick=""javascript:window.print()"" value=""Stampa"">
" 
response.write "
<center><input type=button style=width:155px;height:25px; onclick=""window.open('registra.asp?IDCD="&request.Querystring("IDCD")&"','_self')"" value=""Registra"">
"