Jump to content

Search the Community

Showing results for tags 'html web search form'.

  • Search By Tags

    Type tags separated by commas.
  • Search By Author

Content Type


Forums

  • General Discussion
    • Website Management and Coding
    • Technology and the Internet
    • Philosophy, Politics, and Science
    • Art and Entertainment
    • Other Discussion
  • HelioHost
    • Questions
    • Customer Service
    • How You Can Help
  • HelioNet
    • News
    • Contact HelioNet

Find results in...

Find results that contain...


Date Created

  • Start

    End


Last Updated

  • Start

    End


Filter by number of...

Joined

  • Start

    End


Group


AIM


MSN


Website URL


ICQ


Yahoo


Jabber


Skype


Location


Interests

Found 1 result

  1. Hi i am not as advanced as most peoples here and trying to do a html web search form. Id really appreciate if someone could write me the html codes and explain it in detail, so i can in the future make some modification. Here is my codes: <P align=center> <TABLE border=1 cellSpacing=2 cellPadding=1 width=400 background="MyImageDirectory/MyImageBackground.jpg" height=200> <TBODY> <TR> <TD align=center> <P><INPUT id=textzone name=textzone placeholder="Put your text here"></P> <P><SELECT><OPTION selected value=1>Google Search</OPTION><OPTION value=2>Yahoo Search</OPTION><OPTION value=3>Bing Search</OPTION><OPTION value=4>Excite Search</OPTION><OPTION value=5>Webcrawler Search</OPTION><OPTION value=6>Infospace Search</OPTION><OPTION value=7>Ask Search</OPTION><OPTION value=8>Aol Search</OPTION><OPTION value=9>Youtube Search</OPTION><OPTION value=10>Vanbasco Karaoke</OPTION></SELECT></P> <P><INPUT type=radio name=Radio1>WEB<INPUT type=radio name=Radio2>IMG.<INPUT type=radio name=Radio3>VID.</P> <P><INPUT value="Submit Query" type=submit></P></TD></TR></TBODY></TABLE></P> The idea is that a user simply enter his text, after choose one of the options (Google search / Yahoo search / etc); after that choose one radio button (making only one radio button at a time selectable) then the user click on the button (Submit Query). It open a new window "_blank" with the search. Example: A user write his text, choose Google Search, select the radio button Web; after click on the Submit button. It then open "_blank" Google webpage with the search like: http://www.google.com/search?q= If the user choose Google Search and the radio button Image (Img) it then open a new window and show the Google image results. It would really appreciate that you could give me the html codes to do so, and as said do some explications; so i can do future modifications. Thank's for your time.
×
×
  • Create New...