LOGIN PAGE CATALOGUE PAGE LEFT PAGE FOR ONLINE BOOK STORE
LOGIN.HTML
<html>
<head><title>login</title>
<script type="text/javascript">
function one()
{
var a=f.uname.value; var b=f.pwd.value; if(a=="kbn" && b=="kbn")
alert("Authenticated");
else alert("Retry");
}
</script>
</head>
<body>
<form name="f">
<div align="center">
Username:<input type="text" size="10" name="uname" value=""/><br><br> Password:<input type="password" size="10" name="pwd" value=""/><br><br>
<input type="submit" value="submit" onclick="one()"/>
<input type="reset" value="reset"/>
</div>
</form>
</body>
</html>
CATALOGUE.HTML
<html>
<head><title>catalogue</title>
<body>
<table width="100%" height="100%">
<tr>
<td><img src="html.jpg" width="100" height="100"/></td>
<td>Name:Balaguru swamy<br> Title:c<br>
Publications:ss</td>
<td>Price:$50</td>
<td><input type="image" src="ADDTOCART.bmp" width="50" height="35"/></td>
</tr>
<tr>
<td><img src="css.jpg" width="100" height="100"/></td>
<td>Name:michael Bowers<br> Title:css<br> Publications:Apress</td>
<td>Price:$30</td>
<td><input type="image" src="ADDTOCART.bmp" width="50" height="35"/></td>
</tr>
<tr>
<td><img src="getimg.jpg" width="100" height="100"/></td>
<td>Name:Brett spell<br> Title:java<br> Publications:Apress</td>
<td>Price:$50</td>
<td><input type="image" src="ADDTOCART.bmp" width="50" height="35"/></td>
</tr>
<tr>
<td><img src="html.jpg" width="100" height="100"/></td>
<td>Name:Elizapeth<br>
Title:html<br> Publications:ss</td>
<td>Price:$50</td>
<td><input type="image" src="ADDTOCART.bmp" width="50" height="35"/></td>
</tr>
</table>
</body>
</html>
LEFT.HTML
<html>
<head><title>left</title>
</head>
<body>
<table width="100%" height="100%">
<tr align="center" bgcolor="pink">
<td><a href="cse.html" target="right">CSE</a></td>
</tr>
<tr align="center" bgcolor="#00ffff" ><td><a href="ece.html" target="right">ECE</a></td>
</tr>
<tr align="center"bgcolor="#ffff00"><td><a href="eee.html" target="right">EEE</a></td>
</tr>
<tr align="center" bgcolor="#ff00ff"><td><a href="mech.html" target="right">MECH</a></td>
</tr>
</table>
</body>
</html>
<html>
<head><title>login</title>
<script type="text/javascript">
function one()
{
var a=f.uname.value; var b=f.pwd.value; if(a=="kbn" && b=="kbn")
alert("Authenticated");
else alert("Retry");
}
</script>
</head>
<body>
<form name="f">
<div align="center">
Username:<input type="text" size="10" name="uname" value=""/><br><br> Password:<input type="password" size="10" name="pwd" value=""/><br><br>
<input type="submit" value="submit" onclick="one()"/>
<input type="reset" value="reset"/>
</div>
</form>
</body>
</html>
CATALOGUE.HTML
<html>
<head><title>catalogue</title>
<body>
<table width="100%" height="100%">
<tr>
<td><img src="html.jpg" width="100" height="100"/></td>
<td>Name:Balaguru swamy<br> Title:c<br>
Publications:ss</td>
<td>Price:$50</td>
<td><input type="image" src="ADDTOCART.bmp" width="50" height="35"/></td>
</tr>
<tr>
<td><img src="css.jpg" width="100" height="100"/></td>
<td>Name:michael Bowers<br> Title:css<br> Publications:Apress</td>
<td>Price:$30</td>
<td><input type="image" src="ADDTOCART.bmp" width="50" height="35"/></td>
</tr>
<tr>
<td><img src="getimg.jpg" width="100" height="100"/></td>
<td>Name:Brett spell<br> Title:java<br> Publications:Apress</td>
<td>Price:$50</td>
<td><input type="image" src="ADDTOCART.bmp" width="50" height="35"/></td>
</tr>
<tr>
<td><img src="html.jpg" width="100" height="100"/></td>
<td>Name:Elizapeth<br>
Title:html<br> Publications:ss</td>
<td>Price:$50</td>
<td><input type="image" src="ADDTOCART.bmp" width="50" height="35"/></td>
</tr>
</table>
</body>
</html>
LEFT.HTML
<html>
<head><title>left</title>
</head>
<body>
<table width="100%" height="100%">
<tr align="center" bgcolor="pink">
<td><a href="cse.html" target="right">CSE</a></td>
</tr>
<tr align="center" bgcolor="#00ffff" ><td><a href="ece.html" target="right">ECE</a></td>
</tr>
<tr align="center"bgcolor="#ffff00"><td><a href="eee.html" target="right">EEE</a></td>
</tr>
<tr align="center" bgcolor="#ff00ff"><td><a href="mech.html" target="right">MECH</a></td>
</tr>
</table>
</body>
</html>
Comments
Post a Comment