online Book store
#1

[attachment=14580]
1. AIM:
 Develop static pages (using only HTML) of an online Book store. The pages should resemble: amazon.com. The website should consist the following pages.
• Home page
• Registration and user Login
• User profile page
• Books catalog
• Shopping cart
• Payment by credit card
• Order Conformation
PROCEDURE:
Home page
Main.html:
Code:
<html>
<head>
<title>
Amazon</title>
</head>
<body bgcolor="cyan"> <center>
<strong><h1>Welcome to AMAZON</h1></strong>
<form method="post" action="login.html" target=_blank >
<h4>For Books Information </h4><input type="submit" value="click here">
</form>
</center>
</body>
</html>
Registration and user Login
Login.html:
Code:
<html>
<head>
<title>
login page</title>
</head>
<body bgcolor="cyan"> <center>
<strong><h1> AMAZON </h1></strong></center>
<right>
<table align="center" border="0">
<tr>
<form method="post" action="catalog.html"  >
<td><h4>User name:</td>
<td><input type="text" ></td>
<td></td>
</tr>
<tr>
<td><h4>Password:</td>
<td><input type="password"></td>
<td></td>
</tr>
<tr>
<td>
</td>
<td><input type="submit" value="Submit" ><input type="reset" value="Reset"></td>
</form>
</td>
<td>
</td>
</tr>
</table>

<table align="center" border="0">
<tr><td>For registration Click Here</td></tr>
<tr>
<td>
<form method="post" action="userpro.html">
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
<input type="submit" value="Register" >
</form>
</td></tr>
</table></body></html>
User profile page
Userpro.html:
Code:
<html>
<head>
<title>
login page</title>
</head>
<body bgcolor="cyan">
<center><strong><h1> AMAZON  </h1></strong></center>
<center><strong><h2> USER PROFILE</h2></strong></center>
<form method="post" action="catalog.html" >
<right>
<table align="CENTER">
<tr>
<td>Username:</td>
<td><input type="text" name="name1"></td>
</tr>
<tr>
<td>Password:</td>
<td><input type="password" name="pass1"></td>
</tr>
<tr>
<td>Confirm Password:</td>
<td><input type="password" name="pass2"></td>
</tr>
<tr>
<td>Gender:
</td><td>
Male:<input type="radio" name="sex" id="male">Female:
<input type="radio" name="sex" id="female" ></td>
</tr>
<tr>
<td>Address:</td>
<td><textarea name="address" rows=5 cols=19>
</textarea>
</td>
<tr><td></td>
<td>
<input type="submit" value="submit" >
<input type="reset" value="reset"></td>
</tr>
</form></body></html>
Books catalog
Catalog.html:
Code:
<html>
<head>
<title>
books catalog</title>
</head>
<body bgcolor="cyan">
<center><h1>AMAZON</h1></center>
<form method="post" action="shopping.html">
<left>
<table>
<tr>
<td><b><h3>Computer programming books</td>
<td></td></tr>
<tr>
<td></td>
<td><h4>C&Ds</td>
</tr>
<tr>
<td></td>
<td><h4>Ads</td>
</tr>
<tr>
<td></td>
<td><h4>JAVA
</td></tr>
<tr>
<td><b><h3>Database books</td>
<td></td>
</tr>
<tr>
<td></td>
<td><h4>Oracle</td>
</tr>
<tr>
<td></td>
<td><h4>Ms SQL Server
</td></tr>
<tr>
<td></td>
<td><h4>MySql </td>  
</tr>
</table>
</h4>
<center>
<b>To buy one of these books
<br>
</b><input type="submit" value="click here">
</center>
</form>
</body>
</html>
Shopping cart
Shopping.html:
Code:
<html>
<head><title>shopping cart</title>
</head>
<body bgcolor="cyan">
<center><h1>
Shopping Cart</h1></center>
<br><br><br><br><br>
<table align="center">
<tr>
<td>Text Books</td>
<td>
<select >
<opt group label="select the book">
<option value="C&DS">C&DS
<option value="ADS">ADS
<option value="Java">JAVA
<option value="Oracle">ORACLE
<option value="Ms SQL Server">Ms SQL Server
<option value="MySql">MySql
</optgroup>
</select>
</td></tr>
<tr>
<td>
Quantity</td>
<td>
<input type="text" id="q">
</td></tr>
<tr>
<td></td>
<td>
<form method=post action="payment.html">
<input type="submit" value=ok />
</form>
</td></tr>
</table>
<center>
<pre>Cost of one book = 500.00 <br> shipping is = 100.00</pre>
</center>
</body>
</html>
Payment by credit card
Payment.html:
Code:
<html>
<head><title>payment</title></head>
<body bgcolor="cyan">
<center><h1>Payment By Credit Card</h1></center>
<form method=post action="ordrconform.html">
<br><br><br><br><br>
<table align="center">
<tr>
<td>Total Amount:</td>
<td><input type="text" name="amount">
</td>
</tr>
<tr>
<td>Credit Card Number:</td>
<td><input type="text" name="ccno"></td>
</tr>
<tr>
<td>Cvv Code:</td>
<td><input type="text" name="ccno">
</td>
</tr>
<tr>
<td></td>
<td><input type="submit" value="Submit">
</td>
</tr>
</table>
</form></body>
</html>
Order Conformation
Ordrconform.html:
Code:
<html>
<head><title>order conformation</title></head>
<body bgcolor="cyan">
<center>
<h1><b>AMAZON</h1>
Your order Is Conformed
<h2><b>THANK YOU</h2>
</center>
</body></html>
Reply

Important Note..!

If you are not satisfied with above reply ,..Please

ASK HERE

So that we will collect data for you and will made reply to the request....OR try below "QUICK REPLY" box to add a reply to this page
Popular Searches: data dictionary pdf for online book store system, online store free, online store amazon, project report for book store, online book store project using php, robert redford online store, documentation of online computer store,

[-]
Quick Reply
Message
Type your reply to this message here.

Image Verification
Please enter the text contained within the image into the text box below it. This process is used to prevent automated spam bots.
Image Verification
(case insensitive)

Possibly Related Threads...
Thread Author Replies Views Last Post
  Online Art Gallery project topics 2 5,022 12-09-2017, 01:27 PM
Last Post: Mohankumari
  Online Training and Placement mechanical engineering crazy 17 13,667 11-05-2017, 01:42 PM
Last Post: Guest
  online examination full report project report tiger 14 42,959 03-09-2016, 11:20 AM
Last Post: jaseela123d
  Online Ticket Reservation System for Cinema Halls Electrical Fan 16 19,398 04-07-2016, 03:10 PM
Last Post: visalakshik
  Online Dictionary nit_cal 2 2,336 06-04-2016, 12:16 PM
Last Post: dhanabhagya
  Development of an Online Course Portal for a campus seminar topics 5 6,654 19-03-2016, 02:13 PM
Last Post: dhanabhagya
  Online Rental House Web Portal smart paper boy 6 5,453 06-02-2016, 01:00 PM
Last Post: seminar report asees
  ONLINE TICKET BOOKING SYSTEM FOR PVR CINEMAS seminar class 9 14,647 25-01-2016, 01:20 PM
Last Post: Guest
  PHP Slam Book seminar topics 2 5,520 12-08-2015, 10:15 AM
Last Post: seminar report asees
  Online Library Management System Project report science projects buddy 15 46,163 24-02-2015, 01:53 PM
Last Post: Guest

Forum Jump: