---- $cfg['QueryFrameJS']: if set to 'false', the target of the querybox is always the right frame. ----
Why?
Without JavaScript the Querywindow can also be used, what is or was the point behind this, not using a querywindow?
Hi!
$cfg['QueryFrameJS']: if set to 'false', the target of the querybox is always the right frame. ----
Why?
Without JavaScript the Querywindow can also be used, what is or was the point behind this, not using a querywindow?
Actually the Querywindows does NOT work without JavaScript. The reason is that passing the $db and $table parameters does only work with JS. And without that auotmatic updating, the querywindow is a bit useless.
The "false" option is there so that people still can get to an SQL interface with a single mouseclick.
Regards, Garvin