/    Sign up×
Community /Pin to ProfileBookmark

changing the size of the blank window

Hi

I am using the following code to display a image in the blank window. I wanted to change the widhth and height of the blank window to a particular value. I could not figure out the way of doing it. Thanks for your time and suggestions.
<a href=”image.jpeg” target=”_blank”>clickhere</a>

regards

to post a comment
JavaScript

4 Comments(s)

Copy linkTweet thisAlerts:
@LostInDaJungleJun 05.2006 — Code:

var height = '300'; var width = '300';

and then resive the window:

Code:

window.resizeTo(height, width);

[code=html]<img src="goatse.cx.jpg" onClick='window.open("URL", "name", "width=300,height=300"); return;'>[/code]
Copy linkTweet thisAlerts:
@phpnoviceJun 05.2006 — I wanted to change the widhth and height of the blank window to a particular value. [/QUOTE]
One way is as follows:

<a href="image.jpeg" target="viewer" onclick="

window.open(this.href, this.target, 'width=300,height=200');

return false;>clickhere</a>
Copy linkTweet thisAlerts:
@meenu24authorJun 05.2006 — Thanks, for the reply. It was really useful. Any ideas how to add a close button to the new window opened by the above code. I tried a couple of methods, did not work though. Any suggestions thanks.

regards
Copy linkTweet thisAlerts:
@phpnoviceJun 05.2006 — There is already a close button present by default.
×

Success!

Help @meenu24 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.2,
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: @meenaratha,
tipped: article
amount: 1000 SATS,

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

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