Home > Enterprise >  Search Input System
Search Input System

Time:10-09

I am working on a search project. I am new to html, css, etc., and haven't the slightest idea of how to accomplish this. Here is my idea in simplest form:

  1. User visits website.
  2. User finds search box (form) I created.
  3. User types something into search box.
  4. When the user clicks the search button, or presses enter, the website appends what the user typed into the search box and places it in this link and proceeds to follow the link:

https://www.example.com/results.aspx?q=(USER SEARCH HERE)

I have tried researching the topic but have not found anything useful on it. Everything is very unclear. If anyone can find a tutorial, or tell me what I might be doing wrong, that would be greatly appreciated.

  • Related