[PHP-DB] Getting database output into another frame in another window

2002-12-17 Thread Chris Jewell
Hi, I've got a set up where I would like my query output to appear in a frame in a main window. Since my queries require stepwise user input, they are going to be built up in a pop-up window. When the query form (in the popup) is sent, it calls a php script which drags the data out of a

Re: [PHP-DB] Getting database output into another frame in another window

2002-12-17 Thread Chris Jewell
The name specified in (2) is maindb.queryframe. I have a frame defined as FRAME NAME=queryframe in the maindb window. Still not working :( On Tuesday 17 December 2002 11:04, you wrote: At 10:59 17-12-02 +, you wrote: Hi, I've got a set up where I would like my query output to appear

Re: [PHP-DB] Getting database output into another frame in another window

2002-12-17 Thread Wico de Leeuw
At 11:06 17-12-02 +, Chris Jewell wrote: The name specified in (2) is maindb.queryframe. I have a frame defined as FRAME NAME=queryframe in the maindb window. Still not working :( The names has to match, so either you specify target=queryframe in the form or do FRAME

Re: [PHP-DB] Getting database output into another frame in another window

2002-12-17 Thread Chris Jewell
New development! It seems that if I just specify FORM ACTION=query.php TARGET=maindb METHOD=GET that the results go into the main window - just not into the frame. So the main problem is now persuading browser to put the output into the frame instead of the whole window. Chris On Tuesday 17