Hi, when people click on the result links on my search results page, I need the links to use the target "_parent". Right now it seems to be going to _self.
For example I need the result links to have a target like this:
<a href="http://mysiteeeee.com" target="_parent">go to site</a>
Is there a way to do this? I'm using the "javascript platform" method and I checked the settings.js files but don't see anything for this except mabye UseLinkTarget but I am not sure what that is for?
Thanks for the help
For example I need the result links to have a target like this:
<a href="http://mysiteeeee.com" target="_parent">go to site</a>
Is there a way to do this? I'm using the "javascript platform" method and I checked the settings.js files but don't see anything for this except mabye UseLinkTarget but I am not sure what that is for?
Thanks for the help
Comment