Results 1 to 2 of 2

Thread: Website Search

  1. #1

    Thread Starter
    Lively Member G.U.R.U Africa's Avatar
    Join Date
    Mar 2002
    Location
    South Africa (SOWETO)
    Posts
    76

    Website Search

    Hey!

    Where can I get a script that will search through the contents of my site.
    REBEL - G.U.R.U Africa

  2. #2
    Addicted Member
    Join Date
    Nov 2002
    Location
    Singapore
    Posts
    143

    trying using browser control

    SendKeys "^f", True

    or get the source of the page:
    Text2.Text = web.Document.documentElement.innerhtml

    and then use instr to search
    Unignal Software Team Developer
    -------------------------------------------
    Current Project:
    Noter Light
    -------------------------------------------
    http://www.unignal.sg.tf

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width