[Phpmyadmin-devel] Querywindow wihtout JS in mainframe?

---- $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? -- Sebastian Mendel www.sebastianmendel.de www.sf.net/projects/phpdatetime | www.sf.net/projects/phptimesheet

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 -- ++ Garvin Hicking | Web-Entwickler [PHP] | www.garv.in | ICQ 21392242 ++ Developer of | www.phpMyAdmin.net | www.s9y.org ++ Make me happy | http://wishes.garv.in
participants (2)
-
Garvin Hicking
-
Sebastian Mendel