The XHTML 1.0 Strict Standard opens URLs within the actual browser window.
If you want an URL to be opened in a new window and still stay STRICT with your Document type, use this custon BBCode.
Javascript has to be enabled to use as described.
If Javascript is not activated it opens the URL as usual within the original window.
Settings
BBCODE USAGE:
Code: Select all
[exturl]{URL}[/exturl]
Code: Select all
<a href="{URL}" title="{URL}" onclick="window.open(this.href);return false;">{URL}</a>
Code: Select all
[exturl]URL to open in a new window[/exturl]
http://phpbbsolutions.com