/    Sign up×
Community /Pin to ProfileBookmark

Make a pop-up window appear Full Screen

I am using this command:

[code=html]<A HREF=”../DogDescription.htm” TARGET=”popup” ONCLICK=”window.open(‘../DogDescription.htm’, ‘popup’, resizable=yes, ‘width=300,height=150’); return false”> <img src=”/MasterGraphicsDirectory/ThumbNails/Dog.jpg” width=”75″ height=”75″ border=”2″></a>[/code]

to pop-up a little window about the Dog,

However I want that window to be full screen, eg 800×600 or whatever their monitor is set to. Currently it appears 300×150

How can I do that?

to post a comment
HTML

3 Comments(s)

Copy linkTweet thisAlerts:
@cyber1Sep 07.2005 — Try this:
[code=html]<A HREF="../DogDescription.htm" TARGET="popup" ONCLICK="window.open('../DogDescription.htm', 'popup', resizable=yes, 'screen.availWidth,screen.availHeight'); return false"> <img src="/MasterGraphicsDirectory/ThumbNails/Dog.jpg" width="75" height="75" border="2"></a>[/code]

-bill
Copy linkTweet thisAlerts:
@SunshineXauthorSep 12.2005 — no, it still wont work ?
Copy linkTweet thisAlerts:
@deep_dhyaniSep 12.2005 — try this :

<A HREF="../DogDescription.htm" TARGET="popup" ONCLICK="window.open('../DogDescription.htm', 'popup', 'resizable=no,fullscreen,width='+screen.availWidth+', height='+screen.availHeight); return false"> <img src="/MasterGraphicsDirectory/ThumbNails/Dog.jpg" width="75" height="75" border="2"></a>
×

Success!

Help @SunshineX spread the word by sharing this article on Twitter...

Tweet This
Sign in
Forgot password?
Sign in with TwitchSign in with GithubCreate Account
about: ({
version: 0.1.9 BETA 6.17,
whats_new: community page,
up_next: more Davinci•003 tasks,
coming_soon: events calendar,
social: @webDeveloperHQ
});

legal: ({
terms: of use,
privacy: policy
});
changelog: (
version: 0.1.9,
notes: added community page

version: 0.1.8,
notes: added Davinci•003

version: 0.1.7,
notes: upvote answers to bounties

version: 0.1.6,
notes: article editor refresh
)...
recent_tips: (
tipper: @nearjob,
tipped: article
amount: 1000 SATS,

tipper: @meenaratha,
tipped: article
amount: 1000 SATS,

tipper: @meenaratha,
tipped: article
amount: 1000 SATS,
)...