tgrk35
12-11-2007, 08:09 PM
Um, so I am submitting a form...and processing it with php...
So, within the php conditional, I would like to call a javascript function...
Can I just do like this or is there a better way?:
if(isset($_POST['submit'])){
echo '<script type="text/javascript">';
echo 'ripcord();';
echo '</script>';
}
Thanks for all your help :)
Will
So, within the php conditional, I would like to call a javascript function...
Can I just do like this or is there a better way?:
if(isset($_POST['submit'])){
echo '<script type="text/javascript">';
echo 'ripcord();';
echo '</script>';
}
Thanks for all your help :)
Will