|
-
Jun 10th, 2004, 05:03 PM
#1
Thread Starter
New Member
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.
-
Jun 10th, 2004, 05:50 PM
#2
Frenzied Member
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
-
Jun 11th, 2004, 01:06 AM
#3
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
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|