Re: [PHP-DB] Build a form that returns to the parent window

2007-10-03 Thread Markus Wolff
This is not really a database question, but here's something to point you in the right direction... In your main page insert this Javascript function: function sayHello(name) { alert("Hello "+name); } In the newly-opened window (it's important that this window has been opened by the main p

[PHP-DB] Build a form that returns to the parent window

2007-10-03 Thread Thodoris
Hi guys, I have been working on a project for some time now and I'm trying to make a form that includes (many things and) an edit box with a button by it. I want this button to open a pop-up window and include a search form that queries a database and return to its self the result set in a t