Posted by kirke on 10/11/06 07:12
In php, is there any way to submit button(in a form) makes window
pop-up?
-> INDEX.PHP :
<form id="form1" name="form1" method="post" action="vehicle.php">
<input name="submit" type="submit" id="submit" value="submit" />
</form>
This goes to only action page. (vehicle.php)
I wanna pop-up the page(vehicle.php) and use data from index page.
Also when i close the pop up page, I wanna use data in index what was
selected in pop-up page(vehicle.php)
Is it possible? Thx!
Navigation:
[Reply to this message]
|