Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums CSS custom search engine

  • This topic is empty.
Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #44601
    netshaq
    Member

    I have a search phone book feature on my website and I am trying to figure out
    how to get the search results to show up on a certain page. right now the code
    says name=”searchform” target=”mainframe”> when I change mainframe to a url
    it doesn’t work.

    #134753
    DrCLue
    Member

    Sounds like target in this instance might be referencing a window,iframe or such to place the results in rather than a target outside the page.

    Probably there is something IN THE PAGE with an id or name “mainframe”, and if this is a FORM element without an ACTION attribute , then likely the lookup is being done with a javascript function and you would have to copy the related SCRIPT tag , the FORM and it’s children to the page where you want to use it and make sure there was some iframe or something to name “mainframe” for the search results to be dumped in

Viewing 2 posts - 1 through 2 (of 2 total)
  • The forum ‘CSS’ is closed to new topics and replies.