hi,
can I prevent to refresh da page where I have this form?
because when i submit it open correctly the page but it refresh the main page to that take more time to open the request page.
<form name=\"form_contact\" method=\"post\"
onClick=\"window.open('menu_main.php?id_med=".mysql_result($rs, $n, "id")."','Forms','dependent=yes height=550,width=700,resize=no,toolbar=no,scrollbars=yes')\">
<td align=\"right\">
<input type=\"submit\" name=\"contact\" value=\"Contact\">
</td>
</form>
Anyone knows how can I prevent to refresh/reload the first page to?
Thanks,
Nelson