[Tex/LaTex] How to make a link open multiple pages when clicked

hyperreflinksurls

I have to create a hyperlink which opens two links with one click.

Is it possible using LaTeX?

I'm using \href{<url>}{Open two links}.

Best Answer

That would be a web question, not a TeX one, I guess. You can't really cause your reader to open multiple pages at once. I think even if you can do that it can be categorized as suspicious behavior by any anti-virus software. :)

You may want to try using javascript to do this. I really don't think, it will work, but that's the only way I can think of. The other option is to use a web side solution (for example a webpage and pop-ups).

Related Question