Re: [PHP] page auto reload after new window closed

2002-12-02 Thread Marek Kilimajer
This would prevent nonjavascript browsers from submiting the form. Better would be to use the page that comes after submiting: Form submited successfully Form submited successfully Ernest E Vogelsinger wrote: At 09:21 02.12.2002, Michael P. Carel said: [s

Re: [PHP] page auto reload after new window closed

2002-12-02 Thread Ernest E Vogelsinger
At 09:21 02.12.2002, Michael P. Carel said: [snip] >Sorry for this kind of post but i cant find a better mailing list for >javascript. >I have a problem in refreshing my php page script. Im using javascript to >open new window for editing purposes. But i want

[PHP] page auto reload after new window closed

2002-12-02 Thread Michael P. Carel
Hi to all, Sorry for this kind of post but i cant find a better mailing list for javascript. I have a problem in refreshing my php page script. Im using javascript to open new window for editing purposes. But i want my opener opener page to auto reload upon submit in my new window. Any idea? tha