1. This website uses cookies. By continuing to use this website you are giving consent to cookies being used.
    For information on cookies and how you can disable them visit our Cookie Usage page.
    Dismiss Notice

HTML Website Frame Prolbem

Discussion in 'Web Development' started by kenosharealestate, Aug 7, 2006.

  1. kenosharealestate

    kenosharealestate New Member

    I framed my a search into my website, everytime someone searchs and gets to the bottom of the page and click on a link to go to the next page, the page stays at the same spot at the bottom on the next. Is there a html code that I could use?
     
  2. angelnbalckrobe

    angelnbalckrobe New Member

    That's simple If your link is inside the frame box when you're typing in the html link make sure that you put in target="blank" at the end

    ex:

    < a href="web address here" target="blank" >

    That should open up that link in a new window.
     
  3. angelnbalckrobe

    angelnbalckrobe New Member