View Full Version : load popup from form submit button?
Paul Ferrie
05-30-2006, 04:25 PM
Is it possible to launch a popup from a form submit button?
Thanks
Paul
i am not to comfortable whit html !
but try :
<script>
function abc(){alert("Hallo By Xeef")}
</script>
<body>
<form action="bla" name="form1" onClick="abc()">
<input type="submit" name="Submit" value="Submit">
<input type="submit" name="Submit2" value="Submit">
</form>
</body>
Paul Ferrie
05-30-2006, 05:11 PM
IT's cool i got it sorted via another from.
Link (http://www.flashgroup.net/forum/showthread.php?t=5283&goto=newpost) if your intrested.
Thanks
|
vBulletin® v3.8.5, Copyright ©2000-2013, Jelsoft Enterprises Ltd.