search engine script

Discussion in 'Products & Tools' started by MacUsers, Jun 1, 2005.

  1. #1
    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.
     
    MacUsers, Jun 1, 2005 IP
  2. ashiezai

    ashiezai Peon

    Messages:
    927
    Likes Received:
    27
    Best Answers:
    0
    Trophy Points:
    0
    #2
    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
     
    ashiezai, Jun 1, 2005 IP
  3. Cristian Mezei

    Cristian Mezei Notable Member

    Messages:
    3,332
    Likes Received:
    355
    Best Answers:
    0
    Trophy Points:
    213
    #3
    Or if you use frames, you can go with :

    <a href="http://www.domain.com" target="frame_name">anchor</a>

    :)
     
    Cristian Mezei, Jun 1, 2005 IP