Comments Danny started the conversationJanuary 21, 2018 at 2:58amHi there,I have set up a button on my website to open a link in a new tab, but I would instead like for it to open in a new window with specific dimensions (not a full sized page.)Do you know how I could achieve this?Regards,-Danny Jones 3,034Andrew repliedJanuary 21, 2018 at 10:13amHi Danny,The button element does not have that extensive options to fit that need i.e. new window with specific dimensions.There are implementations of that here https://stackoverflow.com/questions/3236736/jquery-open-link-in-new-window-with-small-dimensions-not-tabYou can try and implement that instead.Cheers. Sign in to reply ...
Hi there,
I have set up a button on my website to open a link in a new tab, but I would instead like for it to open in a new window with specific dimensions (not a full sized page.)
Do you know how I could achieve this?
Regards,
-Danny Jones
Hi Danny,
The button element does not have that extensive options to fit that need i.e. new window with specific dimensions.
There are implementations of that here https://stackoverflow.com/questions/3236736/jquery-open-link-in-new-window-with-small-dimensions-not-tab
You can try and implement that instead.
Cheers.