Open URL in new window

No screenshot
Description
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.
  • Author Miriam
  • Last updated Fri Nov 16, 2012 8:25 am
  • Rating
    (3)
  • Categories Misc

Public performance attribution has been waived.

Settings

BBCode Usage: Select all
[exturl]{URL}[/exturl]

HTML Replacement: Select all
<a href="{URL}" title="{URL}" onclick="window.open(this.href);return false;">{URL}</a>

Help Line: Select all
[exturl]URL to open in a new window[/exturl]
  • Revisions
    Version
    phpBB Version(s)
  • 1.0 [en]
    1.0
    3.0.x
    Validation time: Nov 16, 2012 8:25 am

    BBCode Usage: Select all
    [exturl]{URL}[/exturl]

    HTML Replacement: Select all
    <a href="{URL}" title="{URL}" onclick="window.open(this.href);return false;">{URL}</a>

    Help Line: Select all
    [exturl]URL to open in a new window[/exturl]