Hi, I am using DigitalPoint’s script to integrate search functionality to my site. It’s working fine but I need a small modification. The search result is opening in the same frame, I just need to open it on a different frame. Can anyone please tell me what and where to change? Thanks in advance.
Didnt know what script you are referring to .. but i think u can add something like this into the appropriate section in the source code: target="_blank" example: <a href="x.html" target="_blank">asd</a> Then it will open up in a new window
Or if you use frames, you can go with : <a href="http://www.domain.com" target="frame_name">anchor</a>