Open a link in a new Window?

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • Bhavs
    New Member
    • Sep 2008
    • 16

    Open a link in a new Window?

    Hi,

    I need to open a link in a new window using xslt.

    With the code I am using, the link opens up in the same page. I want it to be opened in a new browser window.

    I am using

    <a href="http://www.google.com" > to open the link.
    Pls Help
  • Dormilich
    Recognized Expert Expert
    • Aug 2008
    • 8694

    #2
    Open a link in a new Window?

    this is out of the scope of xslt. I assume you have a html document as output? then look for an appropriate html property (earlier it was target="_blank" , but that's deprecated in html strict) or change your browser settings.

    regards

    Comment

    Working...