Hi Michal!
why do we need target="phpmain.. in many forms? I liked previous behaviour that I could open few (or many :-) windows for ONE phpMyAdmin installation and they didn't influent each other. Now everything posted goes into one frame...
It's for the sake of the new query window. When opening multiple instances, everything entered into the window would only affect a single frame, but the desired effect would be that each query instance only affects its parent. This was discussed in a bug item, somewhen after RC1 release: #723713
With the current implementation the multiple windows should also only affect their own parents, using JS and QueryFrameJS = true.
Regards, Garvin.