Results 1 to 3 of 3

Thread: One text box for several search engines?

Threaded View

  1. #3
    Senior Member PacketThirst's Avatar
    Join Date
    Aug 2004
    Posts
    258
    Submit the search value to a different page.

    http://differentpage?value=the+meaning+of+life

    Now in differentpage depending on the technology used, I could have many ways of achieving it.
    If i were using JSP, I'd use something like the code below.


    <-------------------->
    <Html>

    <Content Of differentPage>

    <jsp:include page="www.google.com?search?hl=en&q="the+meaning+of+life" />

    XXXXXXX

    <jsp:include page="Other search engine url?search?hl=en&q="the+meaning+of+life" />

    </HTML>
    <\------------------->

    Hope you got the point.
    Last edited by PacketThirst; September 7th, 2008 at 02:45 AM.

Similar Threads

  1. Search Engine Ranking: Being On Top Of It
    By scratchONtheBOX in forum Other Tutorials Forum
    Replies: 6
    Last Post: March 30th, 2005, 04:53 PM
  2. Use the power of Search Engines
    By d00dz Attackin in forum Other Tutorials Forum
    Replies: 22
    Last Post: November 20th, 2004, 10:49 AM
  3. Help with PHP
    By Euclid in forum AntiOnline's General Chit Chat
    Replies: 3
    Last Post: March 6th, 2003, 12:25 AM
  4. Security Search engines.
    By Unleashed in forum Miscellaneous Security Discussions
    Replies: 1
    Last Post: April 8th, 2002, 01:35 PM

Posting Permissions

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