Sunteți pe pagina 1din 4

AJAX search

<html>

<head>

<title>Book Store</title>

<meta name="GENERATOR" content=" using 'PHP.ccp'">

<meta http-equiv="pragma" content="no-cache">

<meta http-equiv="expires" content="0">

<meta http-equiv="cache-control" content="no-cache">

</head>

<body style="background-color: #FFFFFF; color: #000000; font-family: Arial, Tahoma,
Verdana, Helveticabackground-color: #FFFFFF; color: #000000; font-family: Arial, Tahoma,
Verdana, Helvetica">

<center>

<table>

<tr>

<td valign="top">

<table style="">

<tr>

<td style="background-color: #FFFFFF; border-width: 1"><a href="Default.php"><font
style="font-size: 10pt; color: #000000"><img src="images/Logo_bookstore.gif"
border="0"></font></a></td>

<td style="background-color: #FFFFFF; border-width: 1"><a href="Default.php"><font
style="font-size: 10pt; color: #000000"><img src="images/icon_home.gif"
border="0"></font></a></td>

<td style="background-color: #FFFFFF; border-width: 1"><a href="Registration.php"><font
style="font-size: 10pt; color: #000000"><img src="images/icon_reg.gif"
border="0"></font></a></td>

<td style="background-color: #FFFFFF; border-width: 1"><a href="ShoppingCart.php"><font
style="font-size: 10pt; color: #000000"><img src="images/icon_shop.gif"
border="0"></font></a></td>

<td style="background-color: #FFFFFF; border-width: 1"><a href="Login.php"><font
style="font-size: 10pt; color: #000000"><img src="images/icon_sign.gif"
border="0"></font></a></td>

<td style="background-color: #FFFFFF; border-width: 1"><a href="AdminMenu.php"><font
style="font-size: 10pt; color: #000000"><img src="images/icon_admin.gif"
border="0"></font></a></td>

</tr>

</table>

</td>

</tr>

</table>

</center>

<hr>

<table>

<tr>

<td valign="top">

<form method="GET" action="Books.php">

<table style="">

<tr>

<td style="background-color: #336699; text-align: Center; border-style: outset; border-width: 1"
colspan="11"><a name="Search"><font style="font-size: 12pt; color: #FFFFFF; font-weight:
bold">Advanced Search</font></a></td>

</tr>

<tr>

<td style="background-color: #FFEAC5; border-style: inset; border-width: 0"><font
style="font-size: 10pt; color: #000000">Title</font></td>

<td style="background-color: #FFFFFF; border-width: 1">

<input type="text" name="name" maxlength="20" value="" size="20" ></td>

</tr>

<tr>

<td style="background-color: #FFEAC5; border-style: inset; border-width: 0"><font
style="font-size: 10pt; color: #000000">Author</font></td>

<td style="background-color: #FFFFFF; border-width: 1">

<input type="text" name="author" maxlength="100" value="" size="20" ></td>

</tr>

<tr>

<td style="background-color: #FFEAC5; border-style: inset; border-width: 0"><font
style="font-size: 10pt; color: #000000">Category</font></td>

<td style="background-color: #FFFFFF; border-width: 1"><select name="category_id"><option
value="">All</option><option value='2' >Databases</option><option value='3' >HTML &
Web design</option><option value='1' >Programming</option></select></td>

</tr>

<tr>

<td style="background-color: #FFEAC5; border-style: inset; border-width: 0"><font
style="font-size: 10pt; color: #000000">Price more then</font></td>

<td style="background-color: #FFFFFF; border-width: 1">

<input type="text" name="pricemin" maxlength="10" value="" size="10" ></td>

</tr>

<tr>

<td style="background-color: #FFEAC5; border-style: inset; border-width: 0"><font
style="font-size: 10pt; color: #000000">Price less then</font></td>

<td style="background-color: #FFFFFF; border-width: 1">

<input type="text" name="pricemax" maxlength="10" value="" size="10" ></td>

</tr>

<tr>

<td align="right" colspan="3"><input type="submit" value="Search">

</td>

</tr>

</table>

</form>

</td>

</tr>

</table>

<center>

<hr size=1 width=60%>

<table>

<tr>

<td valign="top">

<table style="">

<tr>

<td style="background-color: #FFFFFF; border-width: 1"><a href="Default.php"><font
style="font-size: 10pt; color: #000000">Home</font></a></td>

<td style="background-color: #FFFFFF; border-width: 1"><a href="Registration.php"><font
style="font-size: 10pt; color: #000000">Registration</font></a></td>

<td style="background-color: #FFFFFF; border-width: 1"><a href="ShoppingCart.php"><font
style="font-size: 10pt; color: #000000">Shopping Cart</font></a></td>

<td style="background-color: #FFFFFF; border-width: 1"><a href="Login.php"><font
style="font-size: 10pt; color: #000000">Sign In</font></a></td>

<td style="background-color: #FFFFFF; border-width: 1"><a href="AdminMenu.php"><font
style="font-size: 10pt; color: #000000">Administration</font></a></td>

</tr>

</table>

</td>

</tr>

</table>

</body>

</html>

S-ar putea să vă placă și