$var_html="Test"; echo "<input type='button' id='bt' onclick='imposta(\"$var_html\")'/>"; - o - $var_html="Test"; echo "<input type='button' id='bt' onclick='imposta(\"" . $var_html . "\")'/>";
Regole del Forum