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
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
Comment