/    Sign up×
Community /Pin to ProfileBookmark

Add Query String Onto Function Question

Hi is it possible to add a query string onto this hyperlink through the function (or otherwise?)

[CODE]<script language=”JavaScript”>

function resize_2_link(x,y)
{
window.resizeTo(x,y)
}

</script>

<br>

<a href=”javascript:resize_2_link(‘640′,’480’)”>Link</a>[/CODE]

Thank you

to post a comment
JavaScript

3 Comments(s)

Copy linkTweet thisAlerts:
@NXInteractifMar 04.2009 — Could you clarify what you would like to do?

Is it that you would like the link to resize the window and also change the page?
Copy linkTweet thisAlerts:
@Declan1991Mar 04.2009 — &lt;script type="text/javascript"&gt;function resize_2_link(x,y) {
window.resizeTo(x,y)
}
&lt;/script&gt;

&lt;a href="page you want to go to.html" onclick="resize_2_link(640,480);"&gt;Link&lt;/a&gt;
Is that what you want?
Copy linkTweet thisAlerts:
@theflyingminstauthorMar 04.2009 — Yeah that's it Declan, I can't believe I overlooked that! I'm slowly loosing my mind.. Thank you!
×

Success!

Help @theflyingminst 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 4.29,
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: @Yussuf4331,
tipped: article
amount: 1000 SATS,

tipper: @darkwebsites540,
tipped: article
amount: 10 SATS,

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