I have a problem . One of my page I am opening a popup. But I want
when popup opens after some time one another page should be open and
it should not open in popup. I want it should open in seperate window
and full size. I can not click any link button because it is not
here.
Because it is easy by clicking any link button by giving its target
_new.
At persent it is opening in same popup window, so its size is equal
to popup size, but I want page should open in full screen size and in
seperate window.
Thanks in Advance
> I have a problem . One of my page I am opening a popup.
A popup is just a new window in the sense of a browser.
> But I want
> when popup opens after some time one another page should be open and
> it should not open in popup. I want it should open in seperate window
> and full size.
As the desktop is not yours, these browser settings are not yours, so
perhaps each new browser window will open as a new tap.
With that in mind, read the specs of window.open(),
where you can specify the requested size of that window.
> I can not click any link button because it is not here.
Please refrase.
What is your idea of a "link button"?
What is "here"?
You are the programmer of the page, I presume?
So show us the offending code. [only the essentials please!]
> Because it is easy by clicking any link button by giving its target
> _new.
_blank
> At persent it is opening in same popup window, so its size is equal
> to popup size, but I want page should open in full screen size and in
> seperate window.
You can specify the size, but not full screen.
--
Evertjan.
The Netherlands.
(Please change the x'es to dots in my emailaddress)