PHP beginner |
|
<script>
function form()
{
document.getElementById("f").submit();
}
</script>
<img src="" onclick="form()">
<form id="f">
</form>
<script> function form() { document.getElementById("f").submit(); } </script> <img src="" onclick="form()"> <form id="f"> </form>
zoiets???
o wacht weet wat je bedoelt..
zo:
<area onClick="form()" shape="rect" coords="3,2,13,20" href="#">
<area onClick="form()" shape="rect" coords="3,2,13,20" href="#">
|