Roll20 uses cookies to improve your experience on our site. Cookies enable you to enjoy certain features, social sharing functionality, and tailor message and display ads to your interests on our site and others. They also help us understand how our site is being used. By continuing to use our site, you consent to our use of cookies. Update your cookie preferences .
×
Create a free account

Open Link in New Window

I want to set a link in a Handout to open a pop-out window to display information from an external web-site. The problem is that when I click on the link, the external website opens in the Handout window. Is there a way to make the external website open in a new window, preferably a pop-out?
1433618015
Lithl
Pro
Sheet Author
API Scripter
This may be doable if the handout is being created by an API script, but I don't think it's possible to do via the interface
1433624709
The Aaron
Roll20 Production Team
API Scripter
Seconded. If you wrote the anchor html using the API, you could do something like this: &lt;a href="<a href="http://some.external.com/page/to/load.html" rel="nofollow">http://some.external.com/page/to/load.html</a>" target="_blank" &gt;Visit External&lt;/a&gt; Roll20 might strip out the target, but I don't think that would be the case.