Hi all,
I have two php pages. One page (lets call it main.php) fetches data from a database. If you want to update the data, you click on a link and a popoup window appears with forms to update.
On submission of the form, the popup closes and the form details are posted to main.php - so it refreshes and pulls back the modified data.
I have managed to do this by naming the window in main.php using javascript, and setting the target of the form to that name.
This all works fine and dandy in IE, but in Netscape nothing happens except the popup closes.
Can anybody help??
Thanks...
I have two php pages. One page (lets call it main.php) fetches data from a database. If you want to update the data, you click on a link and a popoup window appears with forms to update.
On submission of the form, the popup closes and the form details are posted to main.php - so it refreshes and pulls back the modified data.
I have managed to do this by naming the window in main.php using javascript, and setting the target of the form to that name.
This all works fine and dandy in IE, but in Netscape nothing happens except the popup closes.
Can anybody help??
Thanks...