Advertisement

06.30.2008 at 06:29PM PDT, ID: 23528882
[x]
Attachment Details

I need help reating an HTML search form for my Home page.

Asked by SequimPC in Microsoft Visual Basic.Net, Java Programming Language, Search Engines

Tags: HTML, FIREFOX

I am creating a custom start page that has a google search box, Demonoid search box, etc.  I have the file saved locally on my PC and am using it for my start page.  I want to be able to input text into the box and have it call up the web page with the values I have entered into it already.  In this case, I want to search demonoid for the search phrase "ubuntu" i put in the box but I have preset it to sort the search term by most seeders first.  Can somebody help me get this to work?Start Free Trial
1:
2:
3:
4:
5:
6:
7:
8:
9:
10:
11:
12:
13:
14:
15:
16:
17:
18:
19:
20:
21:
22:
23:
24:
25:
26:
27:
28:
29:
30:
31:
32:
33:
34:
35:
36:
37:
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>Untitled Document</title>
</head>
 
<body>
<div align="center">
  <p><img src="../Documents/Sequim PC/images/google.gif" width="276" height="110" /></p>
  <form method="get" action="http://www.google.com/search">
 
<input type="text"   name="q" size="31"
 maxlength="255" value="" />
<input type="submit" value="Google Search" />
<input type="radio"  name="sitesearch" value="" />
 The Web
<input type="radio"  name="sitesearch"
 value="www.sequimpc.com" checked />
Sequim PC<br />
 
</form>
  <p><img src="../Documents/Sequim PC/images/demonoid.jpg" width="246" height="56" /></p>
  <form method="get" action="http://www.demonoid.com/files/?category=0&subcategory=All&quality=All&seeded=0&external=2&uid=0&sort=S&">
 
<input type="text"   name="query" size="31"
 maxlength="255" value="" />
<input type="submit" value="Demonoid Search" />
</form>
  &nbsp;</p>
  <p><img src="../Documents/Sequim PC/images/bitsoup.jpg" width="298" height="38" />  </p>
  </form>
</p>
  <p></p>
</div>
</body>
</html>
 
 
[+][-]06.30.2008 at 08:47PM PDT, ID: 21904872

View this solution now by starting your 7-day free trial. Setting up your free trial is quick, easy, and secure. We will return you to this solution, unlocked, when you're done.

 

About this solution

Zones: Microsoft Visual Basic.Net, Java Programming Language, Search Engines
Tags: HTML, FIREFOX
Sign Up Now!
Solution Provided By: SequimPC
Participating Experts: 0
Solution Grade: A
 
 
 
Loading Advertisement...
20080716-EE-VQP-32 / EE_QW_EXPERT_20070906