I'm trying to replace the window.location link function to window.open in my template..
The HTML looks like:
<div onclick="window.location="http://www.website.com/""</div>
I've tried following examples from the below links without any luck...
Add _blank to all external links Using str_replace( )
What should I use str_replace or preg_replace?