Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

Open after some time in full window size

1 view
Skip to first unread message

Deep

unread,
Sep 14, 2009, 9:50:55 AM9/14/09
to
Dear sir/madam

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


Evertjan.

unread,
Sep 15, 2009, 2:52:56 PM9/15/09
to
Deep wrote on 14 sep 2009 in microsoft.public.scripting.jscript:

> 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)

0 new messages