I need to have multiple windows cany anyone help??????
Many many many thanks,
Matt
XHTML POPUP Can anyone help?
Wanna explain that a bit further? What do you mean by multiple windows?
XHTML Popups
Hi many thanks for getting back to me.
I have 4 links i want to click and bring up a popup window for each one clicked.
Cheers for your help matt
XHTML POPUP Can anyone help?
<a href="some.html" onclick="return !window.open(this.href);">click me</a>
cheers,
gary
popup
How would i do it to open in a set size?
Thanks
XHTML POPUP Can anyone help?
onclick="return !window.open(this.href , this.target , 'width=300, height=300')
But be careful with popups!
Thanks for posting this to 'Off topic' but also bear in mind that the forum is primarily focussed on CSS problems rather than general web coding.
Hugo.
P.S title edited.
XHTML POPUP Can anyone help?
do you have a very good reason to open 4 popups? They are being frowned upon more and more. It really ought to be the users choice of whether to have a link open in the current window, a new tab, or a new window. And then you take it even further by setting a specific size and location? I (and many others) would leave your site in a hurry...
XHTML POPUP Can anyone help?
do you have a very good reason to open 4 popups? They are being frowned upon more and more. It really ought to be the users choice of whether to have a link open in the current window, a new tab, or a new window. And then you take it even further by setting a specific size and location? I (and many others) would leave your site in a hurry...