Results 1 to 3 of 3

Thread: The "search the forums" box, like above

  1. #1

    Thread Starter
    New Member
    Join Date
    Oct 2003
    Posts
    1

    The "search the forums" box, like above

    Hello forists.
    I'm taking a visual basic course for beginners, and I'm doing a website, but I do not know how to make the "search the forums" box (like the one on the top of this page).
    Must I create a program for having a box?
    Is there on internet free services of boxes and then I could insert a box in my website?

    Thanks a lot.

  2. #2
    Frenzied Member dis1411's Avatar
    Join Date
    Mar 2001
    Posts
    1,048
    the search code was not written by anyone here, it came with the forum software

    if your're using any kind of web site designer, it might have a search funtionality you can automatically put on the page

  3. #3
    I'm about to be a PowerPoster! mendhak's Avatar
    Join Date
    Feb 2002
    Location
    Ulaan Baator GooGoo: Frog
    Posts
    38,170

    Re: The "search the forums" box, like above

    Originally posted by epicous
    Hello forists.
    I'm taking a visual basic course for beginners, and I'm doing a website, but I do not know how to make the "search the forums" box (like the one on the top of this page).
    Must I create a program for having a box?
    Is there on internet free services of boxes and then I could insert a box in my website?

    Thanks a lot.
    What's a forist? Or do you mean florist? We don't appreciate flowers here.

    To make a web page, first of all, you should know HTML.

    A typical box would look something like:

    Code:
      <input type="text" name="Field">
    This would of course be placed in a <form>, and you'd need to process that with a server side language such as ASP in your case.

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