Posted by Daniel Tryba on 11/11/21 11:19
Drisco <dbenayad@hotmail.com> wrote:
> I have been stuck for 2 days now trying to get my queries opened in
> popup window with certain size, no scroll and no address bar. Here is
> my link that right now opens in a _blank target
This is not a within PHPs control, if you want to do this (any in many
cases annoy your users) you'll have to resort to clientside scripting
(in this case javascript would be appropriate).
So get a javascript reference and look for the open method of the window
object (window.open())
Navigation:
[Reply to this message]
|