0% found this document useful (0 votes)
9 views45 pages

College Website Structure and Content

The document describes a college website with multiple HTML pages linked together. The main index.html page uses frames to divide the screen into sections for a top banner, left sidebar menu, and main content area. The sidebar menu links to other pages for departments, administration, fees, etc. Those interior pages then provide additional information, links, and navigation for that section of the site.

Uploaded by

Sudharsan Acj
Copyright
© All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
9 views45 pages

College Website Structure and Content

The document describes a college website with multiple HTML pages linked together. The main index.html page uses frames to divide the screen into sections for a top banner, left sidebar menu, and main content area. The sidebar menu links to other pages for departments, administration, fees, etc. Those interior pages then provide additional information, links, and navigation for that section of the site.

Uploaded by

Sudharsan Acj
Copyright
© All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd

COLLEGE WEB SITE

[Link] :
Date :
<[Link]>
<html>
<head>
<title>College Website</title>
<frameset rows="30%,*">
<frame src="[Link]" id="top">
</frame>
<frameset cols="10%,*">
<frame src="[Link]" id="menu">
</frame>
<frameset cols="100%,*">
<frame src="[Link]" name="content">
<h3>Academics</h3>
</frame>
</frameset>
</frameset>
</frameset>
</head>
</html>
<[Link]>
<html>
<head>
</head>
<center>
<h1>
<img src="[Link]" width="100px" height="100px"/>
Sri Chandrasekharendra Saraswathi Viswa Mahavidyalaya
</h1>
</center>
</head></html>
<[Link]>
<html>
<body>
<div><center> <h1><u>Home<u></h1></center></div>
<center><p>Welcome to SCSVMV university portal.</p></center></head></html>
<[Link]>

<html>
<body>
<p>
<a href="[Link]" target="content" >Home</a>
</p>
<p>
<a href="[Link]" target="content" >Departments</a>
</p>
<p>
<a href="[Link]" target="content" >administration</a>
</p>
<p>
<a href="[Link]" target="content">Fee Structure</a>
</p>
<p>
<a href="[Link]" target="content">Faculty</a>
</p>
</body>
</html>
<[Link]>
<html>
<body>
<center>
<h3>Our Academics</h3>
<table >
<th>Departments</th>
<tr><td><a href="[Link]">CSE</a></td></tr>
<tr><td><a href="[Link]">EEE</td></tr>
<tr><td><a href="[Link]">ECE</td></tr>
<tr><td><a href="[Link]">Mech</td></tr>
<tr><td><a href="[Link]">IT</td></tr>
</body>
</html>
<[Link]>
<html>
<center>
<h2>
Welcome to CSE
</h2>
</center></html>
<[Link]>

<html>
<center>
<h2>
Welcome to ECE
</h2>
</center></html>
<[Link]>
<html>
<center>
<h2>
Welcome to EEE
</h2></center></html>
<[Link]>
<html>
<center>
<h2>
Welcome to MECH
</h2></center></html>
<[Link]>
<html>
<center>
<h2>
Welcome to IT
</h2></center></html>
<[Link]>
<html>
<body>
<center>
<h3>Our Administration</h3>
</center></body></html>
<[Link]>
<html>
<head>
<center><h1>FEE STRUCTURE</h1></center>
<style>
#table
{
background-color:#F0E68C;
font-color:#B22222;

}
td
{
color:#B22222;
}
th
{
color:#B22222;
}
</style>
<title>FEE STRUCTURE</title>
<table >
<tr>
<th>
<th>TUTION FEE</th>
<th>LAB FEE</th>
<th>LIBRARY FEE</th>
<th>CAUTION DEPOSITE</th>
<th>TOTAL</th>
</tr>
<tr>
<th>BE 4TH YEAR</th>
<td>26000</td>
<td>2000</td>
<td>1000</td>
<td>----</td>
<td>29000</td>
</tr>
<tr>
<th>BE 3RD YEAR</th>
<td>29000</td>
<td>5000</td>
<td>2000</td>
<td>----</td>
<td>36000</td>
</tr>
<tr>
<th>BE 2ND YEAR</th>
<td>32000</td>
<td>6000</td>
<td>3000</td>
<td>----</td>
<td>41000</td>
</tr>

<tr>
<th>BE 1STYEAR </th>
<td>35000</td>
<td>7000</td>
<td>4000</td>
<td>20000</td>
<td>66000</td>
</tr>
<tr></table></head></html>
<[Link]>
<html>
<body>
<center>
<h2><u>Our Faculty</u></h2>
<center>
<p style="font-size:20px;" align=left>Chancellor : [Link] Reddy <br>
Vice Chancellor : [Link] Potty <br>
Registrar : [Link].G. Srinivasu </p></center></body></html>

Basic Calculator

PGM. No. :
Date
:
<html>
<head>
<h1 align="center"><u>Calculator</u></h1>
<style>
body
{
padding-top:100px;
}
</style>
</head>
<body>
<form class="form" name="calc">
<center>
<input type="text" name="input" placeholder="Input Values" />
<table border="6" overflow="auto" >
<br/>
<input type="input" value="1" onclick="[Link]+='1'"/>1</input>&nbsp;
<input type="input" value="2" onclick="[Link]+='2'" />2</input>&nbsp;
<input type="input" value="3" onclick="[Link]+='3'" />3</input> &nbsp;
<input type="input" value="+" onclick="[Link]+='+'" />+</input> &nbsp;
<br/>
<input type="input" value="4" onclick="[Link]+='4'"/> 4</input>&nbsp;
<input type="input" value="5" onclick="[Link]+='5'" />5</input>&nbsp;
<input type="input" value="6" onclick="[Link]+='6'" />6</input> &nbsp;
<input type="input" value="-" onclick="[Link]+='-'" /> -</input>&nbsp;
<br/>
<input type="input" value="7" onclick="[Link]+='7'"/> 7</input>&nbsp;
<input type="input" value="8" onclick="[Link]+='8'" />8</input> &nbsp;
<input type="input" value="9" onclick="[Link]+='9'" />9</input> &nbsp;
<input type="input" value="/" onclick="[Link]+='/'" />/</input> &nbsp;
<br/>
<input type="input" value="0" onclick="[Link]+='0'"/>0</input> &nbsp;
<input type="input" value="C" onclick="[Link]=''" />C</input>&nbsp;
<input type="input" value="*" onclick="[Link]+='*'" />*</input> &nbsp;
<input type="input" value="%" onclick="[Link]+='%'" />%</input> &nbsp;
<br/>
<input type="input" value="Execute" onclick="[Link]=eval([Link])"/ >
&nbsp;</table></center></body></html>

Email Validation using Java Script

PGM. No.:
Date :
<html>
<head>
<title>Email Validation</title>
<script type="text/javascript">
function button1_click()
{
if([Link]==0 ||
[Link]==0 ||
[Link]==0 ||
[Link]==0 ||
[Link]==0 ||
[Link]==0 )
{
alert("please fill the required fields");
}
else
{
alert("account creation has been validated");
}
}
</script>
</head>
<center><h1>Email Account page validation</h1></center>
</br><hr></br></br>
<form name="mail" id="email"s>
Name: &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
<input id="text1" type="text"></br>
Username:
<input id="text2" type="text"></br>
password: &nbsp;
<input id="text3" type="password"></br>
Email: &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
<input id="text4" type="text"></br>
Telephone:
<input id="text5" type="text"></br>
Location:
<input id="text6" type="text"></br>
<input id="button1" type="button" value="submit" onclick="button1_click();">
</form>
</body>
</html>

Arithmetic calculation using Java Script

[Link] :
Data :
<html>
<head>
<title>arithmetic on different types</title>
<script type="text/javascript">
n1=prompt("enter the first number","");
n2=prompt("enter the second number","");
n1=parseInt(n1);
n2=parseInt(n2);
sum=n1+n2;
sub=n1-n2;
prod=n1*n2;
div=n1/n2;
[Link]("the first number is"+n1+"</br>");
[Link]("the second number is"+n2+"</br>");
[Link]("the sum is"+sum+"</br>");
[Link]("the difference is"+sub+"</br>");
[Link]("the product is"+prod+"</br>");
[Link]("the division value is"+div+"</br>");
</script>
</head>
</html>

Sorting by Ascending Order using Java Script

PGM. No. :
Date
:
<html>
<head> </head>
<body>
<h1>click the button to get the Number Sorted</h1>
<input type="button" onclick="array_size()" value="Get ArraySize"/>
</body>
<script type="text/javascript">
var num=0;
number=0;
var numarray=new Array();
function array_size()
{
num=prompt("enter how many number to be sorted","");
number=parseInt(num);
get_numbers();
}
function get_numbers()
{
if(number!=null && number!="")
{
for(i=0;i<number;i++)
{
n=prompt("Enter the number to be sorted","");
numarray[i]=parseInt(n);
}
}
sorting();
}
function sorting()
{
[Link]("<h1>sorted Array<h1>");
[Link]([Link](sortNumber));
[Link]("");
}
function sortNumber(a,b)
{
return a-b;
} </script>
</html>

Sorting by Descending Order using Java Script

[Link] :
Date :
<html>
<head></head>
<script type="text/javascript">
var num=0;
number=0;
var numarray=new Array();
function array_size()
{
num=prompt("enter how many number to be sorted","");
number=parseInt(num);
get_numbers();
}
function get_numbers()
{
if(number!=null && number!="")
{
for(i=0;i<number;i++)
{
n=prompt("Enter the number to be sorted","");
numarray[i]=parseInt(n);
}
}
sorting();
}
function sorting()
{
[Link]("<h1>sorted Array<h1>");
[Link]([Link](sortNumber));
[Link]("");
}
function sortNumber(a,b)
{
return b-a;
}
</script> <body>
<h1>click the button to get the Number Sorted</h1>
<input type="button" onclick="array_size()" value="Get ArraySize"/>
</body> </html>

Exception Handling Using Java Script

PGM. No. :
Date
:
<html>
<body>
<p>Please Input a Number Between 5 and 10:</p>
<input id="demo" type="text">
<input type="button" onclick="myfunction()" value="Test Input"></input>
<p id="message"></p>
</body>
<script>
function myfunction()
{
var message,x;
message=[Link]("message");
[Link]="";
x=[Link]("demo").value;
try
{
if(x=="")throw" is Empty";
if(isNaN(x))throw" not a number";
if(x>10)throw" too high";
if(x<5)throw" too low";
if(x>5&&x<10)
throw"<br/>Yours is a correct choice"
}
catch(err)
{
[Link]="Input"+err;
}
finally
{
[Link]("demo").value="";
}
}
</script>
</html>

CSS - Simple Style Sheet

[Link] :
Date
:
<[Link]>
<html>
<head>
<link href="[Link]" rel="stylesheet">
<title>Styling</title>
<style>#div_style
{
padding-left:600px;
padding-top:200px;
}
#font_style
{
color:white;
}
</style>
</head>
<body>
<div id="div_style">
<div class ="style_internal"><p id="font_style">this is text</p></div>
</div>
</div>
<div class="row">
<p style="color:red">this is styled using Inline style sheet</p>
</div></body></html>
<[Link]>
.style_internal
{
border:3px;
border-radius:20px;
height:150px;
width:150px;
background-color:black;
overflow:hidden;
}

INSERTION OF RECORDS INTO TABLE USING CD2CD

[Link] :
Date
:
<[Link]>
<html>
<head>
<meta http-equiv="Content-Language" content="en-us">
<meta name="GENERATOR" content="Microsoft FrontPage 5.0">
<meta name="ProgId" content="[Link]">
<meta http-equiv="Content-Type" content="text/html; charset=windows-1252">
<title>ONLINE CD TO CD LIBRARY</title>
</head>
<body>
<p align="center"><font size="5">O N L I N E&nbsp;&nbsp;&nbsp; C D&nbsp;&nbsp; D E
T A I L S&nbsp;&nbsp; TO&nbsp;&nbsp; C D - L I B R A R Y </font></p>
<p>&nbsp;</p>
<p align="center"><img border="2" src="pics/[Link]" width="461" height="291"></p>
<p align="center">&nbsp;</p>
<p align="center"><a href= [Link]>ENTER</a></p>
</body>
</html>
<[Link]>
<%@ Language=VBScript %>
<HTML>
<HEAD>
<META NAME="GENERATOR" Content="Microsoft FrontPage 5.0">
</HEAD>
<form name=cd2cd action=[Link] method=post>
<BODY>
<P align=center><FONT size=4><b>ENTER THE DETAILS</b></FONT></P>
<P align=center><FONT size=2>ENTER THE CD NUMBER :&nbsp;<INPUT id=text1
name=cnum ></FONT></P>
<P align=center><FONT size=2>ENTER THE CD NAME :&nbsp;<INPUT id=text2
name=cname ></FONT></P>
<P align=center><FONT size=2>ENTER THE CD CATEGORY :&nbsp;<INPUT id=text3
name=ccat ></FONT></P>
<P align=center><FONT
size=2>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nb
sp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&
nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
&nbsp;&nbsp;
<INPUT id=submit1 type=submit value="ADD TO LIBRARY"
name=submit1></FONT></P></BODY></form></HTML>

<[Link]>
<%@ Language=VBScript %>
<HTML>
<HEAD>
<META NAME="GENERATOR" Content="Microsoft FrontPage 5.0">
</HEAD>
<BODY>
<form name=detailsadded action=[Link] method=post>
<P align=center>&nbsp;<U>CD DETAILS&nbsp;</U></P>
<P align=center>
<%
dim cn1,cn2,cn3
cn1=[Link]("cnum")
cn2=[Link]("cname")
cn3=[Link]("ccat")
[Link]("CD NUMBER : ")
[Link](cn1)
[Link] "<br>"
[Link]("CD NAME : ")
[Link](cn2)
[Link] "<br>"
[Link]("CD CATEGORY : ")
[Link](cn3)
[Link] "<br>"
Set Con=[Link]("[Link]")
[Link] ("PROVIDER=[Link].4.0;DATA
SOURCE="&[Link]("[Link]"))
Set rs1=[Link]("[Link]")
[Link] "insert into
cd2cd(c_num,c_name,c_cat)values('"&cn1&"','"&cn2&"','"&cn3&"')",Con
[Link]("The CD details you have entered has been added to the CD library
database")
%>
</P>
</BODY>
</form>
</HTML>

TRANSACTION OF BOOKS USING INSERTION DELETION UPDATION

PGM No :
Date
:
<[Link]>
<html>
<frameset cols="10%,90%">
<frame src="[Link]" name=mahi>
<frame src="[Link]" name=raju>
<head> my website</head>
</html>
<[Link]>
<html>
<title>book library</title>
<body>
<a href="[Link]"target="raju"><font color="red"><b>Book
Search</b></font></a><br>
<a href="[Link]" target="raju"><font color="black"><b>Book
Insert</b></font></a><br>
<a href="[Link]"target="raju"><font color="red"><b>Book
Update</b></font></a><br>
<a href="[Link]"target="raju"><font color="black"><b>Book
Delete</b></font></a><br>
</body>
</html>
<[Link]>
<html>
<head>
<meta http-equiv="Content-Language" content="en-us">
<meta name="GENERATOR" content="Microsoft FrontPage 5.0">
<meta name="ProgId" content="[Link]">
<meta http-equiv="Content-Type" content="text/html; charset=windows-1252">
<html>
<body>
<hr><br><br><br><br><br><br><br><br>
<center><br><br><font size="24" color="blue"> Welcome to Online Book
Library...</font></center><hr>
</body>
</html>
</body>
</html>

<[Link]>
<%@ Language=VBScript %>
<HTML>
<HEAD>
<META NAME="GENERATOR" Content="Microsoft FrontPage 5.0">
</HEAD>
<form name=booksearch action=[Link] method=post>
<BODY>
<P align=center><FONT size=7 color="olive"><b>Welcome to online Book Search
</b></FONT></P>
<hr>
<%
dim cn,rs
set cn=[Link]("[Link]")
[Link] ("PROVIDER= [Link].4.0;DATA SOURCE=&
[Link]("[Link]"))
set rs=[Link]("[Link]")
[Link] "select b_num,b_name,b_author from libbook",cn
if not [Link] then
%><P>
<TABLE borderColor=black cellSpacing=1 cellPadding=1 width="75%" border=2
align=center>
<TR> <TD>
<P align=center>BOOK NUMBER</P> </TD>
<TD>
<P align=center>BOOK NAME</P></TD>
<TD>
<P align=center>BOOK AUTHOR</P></TD>
<%while not [Link]%>
<tr> <td>
<P align=center><%=rs(0)%>&nbsp;</P></td>
<td>
<P align=center><%=rs(1)%>&nbsp;</P></td>
<td>
<P align=center><%=rs(2)%>&nbsp;</P></td>
<%[Link]
wend
end if
%>
</tr></TABLE></P>
<P>&nbsp;</P>
<hr></BODY>
</form>
</HTML>

<[Link]>

<%@ Language=VBScript %>


<HTML>
<HEAD>
<META NAME="GENERATOR" Content="Microsoft FrontPage 5.0">
</HEAD>
<form name=cd2cd action=[Link] method=post>
<BODY>
<P align=center><FONT color="red" size=10><b>Insert Book Details</b></FONT></P>
<hr>
<P align=center><FONT size=4>Enter Book Number :&nbsp;<INPUT id=text1 name=cnum
></FONT></P>
<P align=center><FONT size=4>Enter Book Name&nbsp;&nbsp;&nbsp; :&nbsp;<INPUT
id=text2 name=cname ></FONT></P>
<P align=center><FONT size=4>Enter Author Name :&nbsp;<INPUT id=text3 name=ccat
></FONT></P>
<P align=center><FONT
size=4>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nb
sp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&
nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
<hr>
<center><INPUT id=submit1 type=submit value="Insert to Library"
name=submit1></FONT></P>
</BODY>
</form>
</HTML>
<[Link]>
<%@ Language=VBScript %>
<HTML>
<HEAD>
<META NAME="GENERATOR" Content="Microsoft FrontPage 5.0">
</HEAD>
<BODY>
<form name=detailsadded action=[Link] method=post>
<P align=center>&nbsp;<U>Book DETAILS&nbsp;</U></P>
<P align=center>
<%
dim cn1,cn2,cn3
cn1=[Link]("cnum")
cn2=[Link]("cname")
cn3=[Link]("ccat")
[Link]("CBook NUMBER : ")
[Link](cn1)
[Link] "<br>"

[Link]("Book NAME : ")


[Link](cn2)
[Link] "<br>"
[Link]("Book CATEGORY : ")
[Link](cn3)
[Link] "<br>"
set con=[Link]("[Link]")
[Link] ("PROVIDER= [Link].4.0;DATA SOURCE=&
[Link]("[Link]"))
set rs1=[Link]("[Link]")
[Link] "insert into
libbook(b_num,b_name,b_author)values('"&cn1&"','"&cn2&"','"&cn3&"')",con
[Link]("The Book details you have entered has been added to the Book library
database")
%>
</P>
</BODY>
</form>
</HTML>
<[Link]>
<%@ Language=VBScript %>
<HTML>
<HEAD>
<META NAME="GENERATOR" Content="Microsoft FrontPage 5.0">
</HEAD>
<form name=cd2cd action=[Link] method=post>
<BODY>
<P align=center><FONT size=10 color="blue"><b>Update Book Details</b></FONT></P>
<hr>
<P align=center><FONT size=4>Enter Book Number : :&nbsp;<INPUT id=text1
name=cnum ></FONT></P>
<P align=center><FONT size=4>Enter Book Name&nbsp;&nbsp;&nbsp;:&nbsp;<INPUT
id=text2 name=cname ></FONT></P>
<P align=center><FONT size=4>Enter Author Name :&nbsp;<INPUT id=text3 name=ccat
></FONT></P>
<P align=center><FONT
size=4>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nb
sp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&
nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
<hr><center><INPUT id=submit1 type=submit value="Update TO Library"
name=submit1></FONT></P>
</BODY>
</form>

</HTML>
<[Link]>
<%@ Language=VBScript %>
<HTML>
<HEAD>
<META NAME="GENERATOR" Content="Microsoft FrontPage 5.0">
</HEAD>
<BODY>
<form name=detailsadded action=[Link] method=post>
<P align=center>&nbsp;<U>Book DETAILS&nbsp;</U></P>
<P align=center>
<%
dim cn1,cn2,cn3
cn1=[Link]("cnum")
cn2=[Link]("cname")
cn3=[Link]("ccat")
[Link]("CBook NUMBER : ")
[Link](cn1)
[Link] "<br>"
[Link]("Book NAME : ")
[Link](cn2)
[Link] "<br>"
[Link]("Book CATEGORY : ")
[Link](cn3)
[Link] "<br>"
set con=[Link]("[Link]")
[Link] ("PROVIDER= [Link].4.0;DATA SOURCE=&
[Link]("[Link]"))
set rs1=[Link]("[Link]")
[Link] "update libbook set b_name='" & cn2 & "',b_author='" & cn3 & "'where libbook.
[b_num]='" & cn1 & "'",con
[Link]("The Book details you have entered has been updated to the Book library
database")
%></P>
</BODY></form></HTML>
<[Link]>
<%@ Language=VBScript %>
<HTML>
<HEAD>
<META NAME="GENERATOR" Content="Microsoft FrontPage 5.0">
</HEAD>
<form name=cd2cd action=[Link] method=post>

<BODY>
<P align=center><FONT size=10 color="Gray"><b>Delete Book Details</b></FONT></P>
<hr>
<P align=center><FONT size=4>Enter the Book Number :&nbsp;<INPUT id=text1
name=cnum ></FONT></P>
<P align=center><FONT
size=4>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nb
sp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&
nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
<hr>
<center><INPUT id=submit1 type=submit value=Delete From Library
name=submit1></FONT></P>
</BODY>
</form>
</HTML>
<[Link]>
<%@ Language=VBScript %>
<HTML>
<HEAD>
<META NAME="GENERATOR" Content="Microsoft FrontPage 5.0">
</HEAD>
<BODY>
<form name=detailsadded action=[Link] method=post>
<P align=center>&nbsp;<U>Book DETAILS&nbsp;</U></P>
<P align=center>
<%
dim cn1
cn1=[Link]("cnum")
[Link]("CBook NUMBER : ")
[Link](cn1)
[Link] "<br>"
set con=[Link]("[Link]")
[Link] ("PROVIDER= [Link].4.0;DATA SOURCE=&
[Link]("[Link]"))
set rs1=[Link]("[Link]")
[Link] "delete * from libbook where(libbook.[b_num]='" &cn1& "')",con
[Link]("The Book details you have entered has been deleted from the Book library
database")
%>
</P></BODY>
</form></HTML>

e-BOOK SEARCH

PGM. No. :
Date
:
<[Link]>
<html>
<head>
<title> BOOK SEARCH</title>
</head>
<frameset cols= "20%,75%">
<frame src="[Link]">
<frame src="[Link]" name="secondframe">
</noframes>
</frameset>
</html>
<[Link]>
<html>
<head>
<title> MENU</title>
</head>
<body >
<h3> MENU</h3>
<ul>
<li><a href="[Link]"
target="secondframe">SEARCH</a>
<li><a href="[Link]"
target="secondframe">Browse</a>
</ul>
<p> <a href="[Link]" target="[Link]" >HOME</a>
</p>
</body>
</html>
<[Link]>
<html>
<body >
<p align="center">
<h1> WELCOME TO LIBRARY BOOK SEARCH </h1>
</p>
</body>
</html>
<[Link]>
<html>

<head>
<meta http-equiv="Content-Language" content="en-us">
<meta name="GENERATOR" content="Microsoft FrontPage 5.0">
<meta name="ProgId" content="[Link]">
<meta http-equiv="Content-Type" content="text/html; charset=windows-1252">
<title>LIBRARY BOOK SEARCH</title>
</head>
<body >
<p align="center"><font size="10"> Book Search&nbsp;&nbsp;
</font></p>
<p>&nbsp;</p>
<p align="center"></p>
<p align="center">&nbsp;</p>
<p align="center"><a href="[Link]">ENTER</a></p>
</body>
</html>
<[Link]>
<%@ Language=VBScript %>
<HTML>
<HEAD>
<META NAME="GENERATOR" Content="Microsoft FrontPage 5.0">
</HEAD>
<form name=booksearch action=[Link] method=post>
<BODY >
<P>&nbsp;</P>
<P><FONT size=3>ENTER THE DETAILS</FONT></P>
<P><FONT size=3>ENTER THE BOOK NAME :&nbsp;<INPUT id=text2 name=dest
></FONT></P>
<P><FONT
size=2>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nb
sp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&
nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
&nbsp;&nbsp;
<INPUT id=submit1 type=submit value="VIEW THE BOOK"
name=submit1></FONT></P>
</BODY>
</form>
</HTML>

<[Link]>
<%@ Language=VBScript %>

<HTML>
<HEAD>
<META NAME="GENERATOR" Content="Microsoft FrontPage 5.0">
</HEAD>
<form name=browse action=[Link] method=post>
<BODY>
<%
dim cn,rs
set cn=[Link]("[Link]")
[Link] "DRIVER={Microsoft Access Driver (*.mdb)}; DBQ=" &
[Link]("[Link]")
set rs=[Link]("[Link]")
[Link] "select * from librarybook",cn
if not [Link] then
%>
<P>
<TABLE borderColor=black cellSpacing=2 cellPadding=2 width="75%" border=2
align=center>
<TR>
<TD>
<P align=center><b>BOOK NUMBER</b></P> </TD>
<TD>
<P align=center><b>BOOK NAME</b></P></TD>
<TD>
<P align=center><b>BOOK AUTHOR</b></P></TD>
<%while not [Link]%>
<tr>
<td>
<P align=center><%=rs(0)%>&nbsp;</P></td>
<td>
<P align=center><%=rs(1)%>&nbsp;</P></td>
<td>
<P align=center><%=rs(2)%>&nbsp;</P></td>
<%[Link]
wend
end if
%>
</tr></TABLE></P>
<P>&nbsp;</P>
</BODY></form></HTML>
<[Link]>

<%@ Language=VBScript %>


<HTML>
<HEAD>
<META NAME="GENERATOR" Content="Microsoft FrontPage 5.0">
</HEAD>
<BODY >
<form name=bookavail action= [Link] method=post>
<P align=center>&nbsp;<U><b>BOOK DETAILS&nbsp;</b></U></P>
<P align=center>
<%
dim cn1,rs1,dest
[Link](" BOOK : ")
dest=[Link]("dest")
[Link](dest)
[Link] "<br><br>"
[Link](" AUTHOR : ")
dest1=[Link]("dest1")
[Link](dest)
[Link] "<br><br>"
set cn1=[Link]("[Link]")
[Link] "DRIVER={Microsoft Access Driver (*.mdb)}; DBQ=" &
[Link]("[Link]")
set rs1=[Link]("[Link]")
[Link] "select * from librarybook where bookname='" &dest& "'",cn1
if not [Link] then
%>
<TABLE borderColor=black cellSpacing=2 cellPadding=2 width="75%" border=2>
<TR>
<th>BOOK NUMBER</th>
<th>BOOK NAME</th>
<th>BOOK NAME</th>
<th>LOOK UP</th>
</TR>
<%
while not [Link]
%>
<tr>
<td><%[Link](rs1(0))%>&nbsp;</td>
<td><%[Link](rs1(1))%>&nbsp;</td>
<td><%[Link](rs1(2))%>&nbsp;</td>
<td><a href="<%[Link](rs1(3))%>">open</a></td>
</tr>
<%[Link]
wend

end if
%>
</TABLE></P>
<P align=center>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &nbsp;
&nbsp;&nbsp;&nbsp;</P>
</BODY>
</form>
</HTML>

e-Shopping

PGM No :
Date
:
<[Link]>
<html>
<frameset rows="20%,80%">
<frame src="[Link]" name=top>
<frameset cols="15%,80%">
<frame src="[Link]" name=left>
<frame src="[Link]" name=index>
<head>e-Shoppe</head>
</html>
<[Link]>
<html>
<title>my coll</title>
<body>
<h3><b>Category:</h3><hr>
<a href="[Link]"target="book"><font color="black"><b>Books</b></font></a><br>
<a href="[Link]" target="movie"><font color="black"><b>Movies</b></font></a><br>
<a href="[Link]"target="cd"><font color="black"><b>CD's</b></font></a><br>
<a href="[Link]"target="computer"><font
color="black"><b>Laptops</b></font></a><br>
<a href="[Link]"target="mobile"><font
color="black"><b>Mobiles</b></font></a><br>
<hr>
<a href="[Link]"target="cart"><font color="black"><b>View Cart</b></font></a><br>
</body>
</html>
<[Link]>
<html>
<head>
<meta http-equiv="Content-Language" content="en-us">
<meta name="GENERATOR" content="Microsoft FrontPage 5.0">
<meta name="ProgId" content="[Link]">
<meta http-equiv="Content-Type" content="text/html; charset=windows-1252">
<html>
<body>
<hr><br><br><br><br><br><br><br><br>
<center><br><br><font size="24" color="blue"> Select category from left
pane...</font></center><hr> </body></html> </body></html>
<[Link]>
<html>

<title>Welcome to e-shoppe portal</title>


<body>
<center><font size=10 color=blue> e-Shoppe</center></body></html>
<[Link]>
<%@ Language=VBScript %>
<html>
<body>
<h2><b><u><left>Your Cart:</b></left></u></h2>
<form name=booksearch action=[Link] method=post>
<% dim cn,rs
set cn=[Link]("[Link]")
[Link]("PROVIDER=[Link].4.0;DATA
SOURCE="&[Link]("[Link]"))
set rs=[Link]("[Link]")
[Link]"select item_id,item_name,item_amount from cart",cn
if not [Link] then %>
<p>
<table borderColor=black cellSpacing=1 cellPadding=1 width="75%" border=2
align=center>
<tr>
<th>
<p align=center>Item Id </p>
</th>
<th>
<p align=center>Item Name </p>
</th>
<th>
<p align=center>Item Amount </p>
</th>
<% while not [Link]%>
<tr>
<td>
<p align=center><%= rs(0)%>&nbsp;</p></td>
<td><p align="center"><%=rs(1)%>&nbsp;</p></td>
<td><p align="center"><%=rs(2)%>&nbsp;</p></td>
<%[Link]
wend
end if
%>
</tr>
</table>
</p>
<p>&nbsp;</p>

<hr></body>
</form>
</html>
<[Link]>
<%@ Language=VBScript %>
<HTML><HEAD>
<META NAME="GENERATOR" Content="Microsoft FrontPage 5.0">
</HEAD>
<form name=book action=[Link] method=post>
<BODY>
<h2><b><u><left>Available Books:</b></left></u></h2>
<%
dim cn,rs
set cn=[Link]("[Link]")
[Link] ("PROVIDER= [Link].4.0;DATA SOURCE=&
[Link]("[Link]"))

set rs=[Link]("[Link]")
[Link] "select * from book",cn
if not [Link] then
%>
<P>
<TABLE borderColor=black cellSpacing=1 cellPadding=1 width="75%" border=2
align=center>
<br>
<TR>
<TD>
<P align=center>Item Id</P> </TD>
<TD>
<P align=center>Item Name</P></TD>
<TD>
<P align=center> Item Amount</P></TD>
<%while not [Link]%>
<tr>
<td>
<P align=center><%=rs(0)%>&nbsp;</P></td>
<td>
<P align=center><%=rs(1)%>&nbsp;</P></td>
<td>
<P align=center><%=rs(2)%>&nbsp;</P></td>
<%[Link]
wend
end if
%>

</tr></TABLE></P>
<P>&nbsp;</P>
<hr>
<P><FONT size=3>ENTER THE ITEM CODE:&nbsp;<INPUT id=text2 name=dest
></FONT></P>
<P><FONT
size=2>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nb
sp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&
nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
&nbsp;&nbsp;
<img src="./images/[Link]" width="30" height="33" />
<INPUT id=submit1 type=submit value="ADD TO CART" name=submit1></FONT></P>
</BODY></form></HTML>
<[Link]>
<%@ Language=VBScript %>
<HTML><HEAD>
<META NAME="GENERATOR" Content="Microsoft FrontPage 5.0">
</HEAD>
<BODY >
<form name=book1 action= [Link] method=post>
<P align=center>&nbsp;<U><b>BOOK DETAILS&nbsp;</b></U></P>
<P align=center>
<%
dim cn1,rs1,dest
[Link](" BOOK : ")
dest=[Link]("dest")
[Link](dest)
[Link] "<br><br>"
set cn1=[Link]("[Link]")
[Link] ("PROVIDER= [Link].4.0;DATA SOURCE=&
[Link]("[Link]"))

set rs1=[Link]("[Link]")
[Link] "select * from book where item_id='" &dest& "'",cn1
if not [Link] then
%>
<TABLE borderColor=black cellSpacing=2 cellPadding=2 width="75%" border=2>
<TR>
<th>BOOK NUMBER</th>
<th>BOOK NAME</th>
<th>AMOUNT</th>
</TR>
<%
while not [Link]

%>
<tr>
<td><%[Link](rs1(0))%>&nbsp;</td>
<td><%[Link](rs1(1))%>&nbsp;</td>
<td><%[Link](rs1(2))%>&nbsp;</td>
</tr>
<%[Link]
wend
end if
%>
</TABLE>
<P><FONT
size=2>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nb
sp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&
nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
&nbsp;&nbsp;
<P><FONT size=3>ENTER THE ITEM ID :&nbsp;<INPUT id=text2 name=item_id
></FONT></P>
<P><FONT
size=2>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nb
sp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&
nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
&nbsp;&nbsp;
<P><FONT size=3>ENTER THE ITEM NAME :&nbsp;<INPUT id=text3 name=item_name
></FONT></P>
<P><FONT
size=2>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nb
sp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&
nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
&nbsp;&nbsp;
<P><FONT size=3>ENTER THE ITEM AMOUNT :&nbsp;<INPUT id=text2
name=item_amount ></FONT></P>
</P>
<INPUT id=submit1 type=submit value="CONFIRM ADDITION TO CART"
name=submit1></FONT></P>
<P align=center>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &nbsp;
&nbsp;&nbsp;&nbsp;</P>
</BODY></form></HTML>

<[Link]>
<%@ Language=VBScript %>

<HTML><HEAD>
<META NAME="GENERATOR" Content="Microsoft FrontPage 5.0">
</HEAD><BODY >
<form name=book2 action= [Link] method=post>
<P align=center>&nbsp;<U><b>BOOK DETAILS&nbsp;</b></U></P>
<P align=center>
<%
dim cn1,cn2,cn3,con,rs1,dest
cn1=[Link]("item_id")
cn2=[Link]("item_name")
cn3=[Link]("item_amount")
[Link]("BookNumber : ")
[Link](cn1)
[Link] "<br>"
[Link]("BookName : ")
[Link](cn2)
[Link] "<br>"
[Link]("Price : ")
[Link](cn3)
[Link] "<br>"
set con=[Link]("[Link]")
[Link] ("PROVIDER= [Link].4.0;DATA SOURCE=&
[Link]("[Link]"))

set rs1=[Link]("[Link]")
[Link] "insert into cart(item_id,item_name,item_amount)
values('"&cn1&"','"&cn2&"','"&cn3&"')",con
%>
<P align=center>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &nbsp;
&nbsp;&nbsp;&nbsp;</P>
<P><FONT
size=2>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nb
sp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&
nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
&nbsp;&nbsp;
</BODY></form></HTML>
<[Link]>
<%@ Language=VBScript %>
<HTML>
<HEAD>
<META NAME="GENERATOR" Content="Microsoft FrontPage 5.0">
</HEAD>
<form name=book action=[Link] method=post>
<BODY>

<h2><b><u><left>Available Movies:</b></left></u></h2>
<%
dim cn,rs
set cn=[Link]("[Link]")
[Link] ("PROVIDER= [Link].4.0;DATA SOURCE=&
[Link]("[Link]"))

set rs=[Link]("[Link]")
[Link] "select * from movies",cn
if not [Link] then
%>
<P>
<TABLE borderColor=black cellSpacing=1 cellPadding=1 width="75%" border=2
align=center>
<br><TR><TD><P align=center>Item Id</P> </TD>
<TD><P align=center>Item Name</P></TD>
<TD><P align=center> Item Amount</P></TD>
<%while not [Link]%>
<tr><td><P align=center><%=rs(0)%>&nbsp;</P></td>
<td><P align=center><%=rs(1)%>&nbsp;</P></td>
<td><P align=center><%=rs(2)%>&nbsp;</P></td>
<%[Link]
wend
end if
%>
</tr></TABLE></P>
<P>&nbsp;</P>
<hr>
<P><FONT size=3>ENTER THE ITEM CODE:&nbsp;<INPUT id=text2 name=dest
></FONT></P>
<P><FONT
size=2>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nb
sp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&
nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
&nbsp;&nbsp;
<INPUT id=submit1 type=submit value="ADD TO CART" name=submit1></FONT></P>
</BODY></form></HTML>
<[Link]>
<%@ Language=VBScript %>
<HTML><HEAD>
<META NAME="GENERATOR" Content="Microsoft FrontPage 5.0">
</HEAD>
<BODY >
<form name=movie1 action= [Link] method=post>

<P align=center>&nbsp;<U><b>ITEM DETAILS&nbsp;</b></U></P>


<P align=center>
<%
dim cn1,rs1,dest
[Link](" BOOK : ")
dest=[Link]("dest")
[Link](dest)
[Link] "<br><br>"
set cn1=[Link]("[Link]")
[Link] ("PROVIDER= [Link].4.0;DATA SOURCE=&
[Link]("[Link]"))

set rs1=[Link]("[Link]")
[Link] "select * from movies where item_id='" &dest& "'",cn1
if not [Link] then
%>
<TABLE borderColor=black cellSpacing=2 cellPadding=2 width="75%" border=2>
<TR>
<th>ITEM ID</th>
<th>ITEM NAME</th>
<th>ITEM AMOUNT</th>
</TR>
<%
while not [Link]
%>
<tr><td><%[Link](rs1(0))%>&nbsp;</td>
<td><%[Link](rs1(1))%>&nbsp;</td>
<td><%[Link](rs1(2))%>&nbsp;</td>
</tr>
<%[Link]
wend
end if
%>
</TABLE>
<P><FONT
size=2>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nb
sp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&
nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
&nbsp;&nbsp;
<P><FONT size=3>ENTER THE ITEM ID :&nbsp;<INPUT id=text2 name=item_id
></FONT></P>
<P><FONT
size=2>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nb
sp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&
nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;

&nbsp;&nbsp;
<P><FONT size=3>ENTER THE ITEM NAME :&nbsp;<INPUT id=text3 name=item_name
></FONT></P>
<P><FONT
size=2>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nb
sp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&
nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
&nbsp;&nbsp;
<P><FONT size=3>ENTER THE ITEM AMOUNT :&nbsp;<INPUT id=text2
name=item_amount ></FONT></P>
</P>
<INPUT id=submit1 type=submit value="CONFIRM ADDITION TO CART"
name=submit1></FONT></P>
<P align=center>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &nbsp;
&nbsp;&nbsp;&nbsp;</P>
</BODY></form></HTML>
<[Link]>
<%@ Language=VBScript %>
<HTML>
<HEAD>
<META NAME="GENERATOR" Content="Microsoft FrontPage 5.0">
</HEAD>
<BODY >
<form name=movie2 action= [Link] method=post>
<P align=center>&nbsp;<U><b>ITEM DETAILS&nbsp;</b></U></P>
<P align=center>
<%
dim cn1,cn2,cn3,con,rs1,dest
cn1=[Link]("item_id")
cn2=[Link]("item_name")
cn3=[Link]("item_amount")
[Link]("Itemid : ")
[Link](cn1)
[Link] "<br>"
[Link]("Itemname : ")
[Link](cn2)
[Link] "<br>"
[Link]("Price : ")
[Link](cn3)
[Link] "<br>"
set con=[Link]("[Link]")
[Link] ("PROVIDER= [Link].4.0;DATA SOURCE=&
[Link]("[Link]"))

set rs1=[Link]("[Link]")
[Link] "insert into cart(item_id,item_name,item_amount)
values('"&cn1&"','"&cn2&"','"&cn3&"')",con
%>
<P align=center>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &nbsp;
&nbsp;&nbsp;&nbsp;</P>
<P><FONT
size=2>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nb
sp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&
nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
&nbsp;&nbsp;
</BODY></form></HTML>
<[Link]>
<%@ Language=VBScript %>
<HTML>
<HEAD>
<META NAME="GENERATOR" Content="Microsoft FrontPage 5.0">
</HEAD>
<form name=book action=[Link] method=post>
<BODY>
<h2><b><u><left>Available Mobile Models:</b></left></u></h2>
<%
dim cn,rs
set cn=[Link]("[Link]")
[Link] ("PROVIDER= [Link].4.0;DATA SOURCE=&
[Link]("[Link]"))

set rs=[Link]("[Link]")
[Link] "select * from mobile",cn
if not [Link] then
%>
<P>
<TABLE borderColor=black cellSpacing=1 cellPadding=1 width="75%" border=2
align=center>
<br><TR><TD><P align=center>Item Id</P> </TD>
<TD><P align=center>Item Name</P></TD>
<TD><P align=center> Item Amount</P></TD>
<%while not [Link]%>
<tr><td><P align=center><%=rs(0)%>&nbsp;</P></td>
<td><P align=center><%=rs(1)%>&nbsp;</P></td>
<td>
<P align=center><%=rs(2)%>&nbsp;</P></td>
<%[Link]
wend

end if
%>
</tr></TABLE></P>
<P>&nbsp;</P>
<hr>
<P><FONT size=3>ENTER THE ITEM CODE:&nbsp;<INPUT id=text2 name=dest
></FONT></P>
<P><FONT
size=2>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nb
sp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&
nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
&nbsp;&nbsp;
<INPUT id=submit1 type=submit value="ADD TO CART" name=submit1></FONT></P>
</BODY></form></HTML>
<[Link]>
<%@ Language=VBScript %>
<HTML>
<HEAD>
<META NAME="GENERATOR" Content="Microsoft FrontPage 5.0">
</HEAD>
<BODY >
<form name=mobile1 action= [Link] method=post>
<P align=center>&nbsp;<U><b>ITEM DETAILS&nbsp;</b></U></P>
<P align=center>
<%
dim cn1,rs1,dest
[Link](" BOOK : ")
dest=[Link]("dest")
[Link](dest)
[Link] "<br><br>"
set cn1=[Link]("[Link]")
[Link] ("PROVIDER= [Link].4.0;DATA SOURCE=&
[Link]("[Link]"))

set rs1=[Link]("[Link]")
[Link] "select * from mobile where item_id='" &dest& "'",cn1
if not [Link] then
%>
<TABLE borderColor=black cellSpacing=2 cellPadding=2 width="75%" border=2>
<TR>
<th>ITEM ID</th>
<th>ITEM NAME</th>
<th>ITEM AMOUNT</th>
</TR>

<%
while not [Link]
%>
<tr><td><%[Link](rs1(0))%>&nbsp;</td>
<td><%[Link](rs1(1))%>&nbsp;</td>
<td><%[Link](rs1(2))%>&nbsp;</td>
</tr>
<%[Link]
wend
end if
%>
</TABLE>
<P><FONT
size=2>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nb
sp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&
nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
&nbsp;&nbsp;
<P><FONT size=3>ENTER THE ITEM ID :&nbsp;<INPUT id=text2 name=item_id
></FONT></P>
<P><FONT
size=2>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nb
sp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&
nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
&nbsp;&nbsp;
<P><FONT size=3>ENTER THE ITEM NAME :&nbsp;<INPUT id=text3 name=item_name
></FONT></P>
<P><FONT
size=2>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nb
sp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&
nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
&nbsp;&nbsp;
<P><FONT size=3>ENTER THE ITEM AMOUNT :&nbsp;<INPUT id=text2
name=item_amount ></FONT></P>
</P>
<INPUT id=submit1 type=submit value="CONFIRM ADDITION TO CART"
name=submit1></FONT></P>
<P align=center>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &nbsp;
&nbsp;&nbsp;&nbsp;</P>
</BODY></form></HTML>
<[Link]>
<%@ Language=VBScript %>
<HTML><HEAD>
<META NAME="GENERATOR" Content="Microsoft FrontPage 5.0">

</HEAD>
<BODY >
<form name=mobile2 action= [Link] method=post>
<P align=center>&nbsp;<U><b>ITEM DETAILS&nbsp;</b></U></P>
<P align=center>
<%
dim cn1,cn2,cn3,con,rs1,dest
cn1=[Link]("item_id")
cn2=[Link]("item_name")
cn3=[Link]("item_amount")
[Link]("Itemid : ")
[Link](cn1)
[Link] "<br>"
[Link]("Itemname : ")
[Link](cn2)
[Link] "<br>"
[Link]("Price : ")
[Link](cn3)
[Link] "<br>"
set con=[Link]("[Link]")
[Link] ("PROVIDER= [Link].4.0;DATA SOURCE=&
[Link]("[Link]"))

set rs1=[Link]("[Link]")
[Link] "insert into cart(item_id,item_name,item_amount)
values('"&cn1&"','"&cn2&"','"&cn3&"')",con
%>
<P align=center>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &nbsp;
&nbsp;&nbsp;&nbsp;</P>
<P><FONT
size=2>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nb
sp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&
nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
&nbsp;&nbsp;
</BODY></form></HTML>
<[Link]>
<%@ Language=VBScript %>
<HTML>
<HEAD>
<META NAME="GENERATOR" Content="Microsoft FrontPage 5.0">
</HEAD>
<form name=book action=[Link] method=post>
<BODY>
<h2><b><u><left>Available Computer Models:</b></left></u></h2>

<%
dim cn,rs
set cn=[Link]("[Link]")
[Link] ("PROVIDER= [Link].4.0;DATA SOURCE=&
[Link]("[Link]"))

set rs=[Link]("[Link]")
[Link] "select * from computer",cn
if not [Link] then
%>
<P>
<TABLE borderColor=black cellSpacing=1 cellPadding=1 width="75%" border=2
align=center>
<br><TR><TD><P align=center>Item Id</P> </TD>
<TD><P align=center>Item Name</P></TD>
<TD><P align=center> Item Amount</P></TD>
<%while not [Link]%>
<tr><td><P align=center><%=rs(0)%>&nbsp;</P></td>
<td><P align=center><%=rs(1)%>&nbsp;</P></td>
<td><P align=center><%=rs(2)%>&nbsp;</P></td>
<%[Link]
wend
end if
%>
</tr></TABLE></P>
<P>&nbsp;</P>
<hr>
<P><FONT size=3>ENTER THE ITEM CODE:&nbsp;<INPUT id=text2 name=dest
></FONT></P>
<P><FONT
size=2>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nb
sp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&
nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
&nbsp;&nbsp;
<INPUT id=submit1 type=submit value="ADD TO CART" name=submit1></FONT></P>
</BODY></form></HTML>
<[Link]>
<%@ Language=VBScript %>
<HTML>
<HEAD>
<META NAME="GENERATOR" Content="Microsoft FrontPage 5.0">
</HEAD>
<BODY >
<form name=computer1 action= [Link] method=post>

<P align=center>&nbsp;<U><b>ITEM DETAILS&nbsp;</b></U></P>


<P align=center>
<%
dim cn1,rs1,dest
[Link](" BOOK : ")
dest=[Link]("dest")
[Link](dest)
[Link] "<br><br>"
set cn1=[Link]("[Link]")
[Link] ("PROVIDER= [Link].4.0;DATA SOURCE=&
[Link]("[Link]"))

set rs1=[Link]("[Link]")
[Link] "select * from computer where item_id='" &dest& "'",cn1
if not [Link] then
%>
<TABLE borderColor=black cellSpacing=2 cellPadding=2 width="75%" border=2>
<TR><th>ITEM ID</th>
<th>ITEM NAME</th>
<th>ITEM AMOUNT</th>
</TR>
<%
while not [Link]
%>
<tr>
<td><%[Link](rs1(0))%>&nbsp;</td>
<td><%[Link](rs1(1))%>&nbsp;</td>
<td><%[Link](rs1(2))%>&nbsp;</td>
</tr>
<%[Link]
wend
end if
%>
</TABLE>
<P><FONT
size=2>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nb
sp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&
nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
&nbsp;&nbsp;
<P><FONT size=3>ENTER THE ITEM ID :&nbsp;<INPUT id=text2 name=item_id
></FONT></P>
<P><FONT
size=2>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nb
sp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&
nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;

&nbsp;&nbsp;
<P><FONT size=3>ENTER THE ITEM NAME :&nbsp;<INPUT id=text3 name=item_name
></FONT></P>
<P><FONT
size=2>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nb
sp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&
nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
&nbsp;&nbsp;
<P><FONT size=3>ENTER THE ITEM AMOUNT :&nbsp;<INPUT id=text2
name=item_amount ></FONT></P>
</P>
<INPUT id=submit1 type=submit value="CONFIRM ADDITION TO CART"
name=submit1></FONT></P>
<P align=center>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &nbsp;
&nbsp;&nbsp;&nbsp;</P>
</BODY></form></HTML>
<[Link]>
<%@ Language=VBScript %>
<HTML>
<HEAD>
<META NAME="GENERATOR" Content="Microsoft FrontPage 5.0">
</HEAD>
<BODY >
<form name=computer2 action= [Link] method=post>
<P align=center>&nbsp;<U><b>ITEM DETAILS&nbsp;</b></U></P>
<P align=center>
<%
dim cn1,cn2,cn3,con,rs1,dest
cn1=[Link]("item_id")
cn2=[Link]("item_name")
cn3=[Link]("item_amount")
[Link]("Itemid : ")
[Link](cn1)
[Link] "<br>"
[Link]("Itemname : ")
[Link](cn2)
[Link] "<br>"
[Link]("Price : ")
[Link](cn3)
[Link] "<br>"
set con=[Link]("[Link]")
[Link] ("PROVIDER= [Link].4.0;DATA SOURCE=&
[Link]("[Link]"))

set rs1=[Link]("[Link]")
[Link] "insert into cart(item_id,item_name,item_amount)
values('"&cn1&"','"&cn2&"','"&cn3&"')",con
%>
<P align=center>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &nbsp;
&nbsp;&nbsp;&nbsp;</P>
<P><FONT
size=2>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nb
sp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&
nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
&nbsp;&nbsp;
</BODY></form></HTML>
<[Link]>
<%@ Language=VBScript %>
<HTML>
<HEAD>
<META NAME="GENERATOR" Content="Microsoft FrontPage 5.0">
</HEAD>
<form name=book action=[Link] method=post>
<BODY>
<h2><b><u><left>Available CD's:</b></left></u></h2>
<%
dim cn,rs
set cn=[Link]("[Link]")
[Link] ("PROVIDER= [Link].4.0;DATA SOURCE=&
[Link]("[Link]"))

set rs=[Link]("[Link]")
[Link] "select * from cd",cn
if not [Link] then
%>
<P>
<TABLE borderColor=black cellSpacing=1 cellPadding=1 width="75%" border=2
align=center>
<br><TR><TD><P align=center>Item Id</P> </TD>
<TD><P align=center>Item Name</P></TD>
<TD><P align=center> Item Amount</P></TD>
<%while not [Link]%>
<tr><td><P align=center><%=rs(0)%>&nbsp;</P></td>
<td><P align=center><%=rs(1)%>&nbsp;</P></td>
<td><P align=center><%=rs(2)%>&nbsp;</P></td>
<%[Link]
wend
end if

%>
</tr></TABLE></P>
<P>&nbsp;</P>
<hr><P><FONT size=3>ENTER THE ITEM CODE:&nbsp;<INPUT id=text2 name=dest
></FONT></P>
<P><FONT
size=2>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nb
sp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&
nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
&nbsp;&nbsp;
<INPUT id=submit1 type=submit value="ADD TO CART" name=submit1></FONT></P>
</BODY></form></HTML>
<[Link]>
<%@ Language=VBScript %>
<HTML>
<HEAD>
<META NAME="GENERATOR" Content="Microsoft FrontPage 5.0">
</HEAD>
<BODY >
<form name=cd1 action= [Link] method=post>
<P align=center>&nbsp;<U><b>ITEM DETAILS&nbsp;</b></U></P>
<P align=center>
<%
dim cn1,rs1,dest
[Link](" ITEMID : ")
dest=[Link]("dest")
[Link](dest)
[Link] "<br><br>"
set cn1=[Link]("[Link]")
[Link] ("PROVIDER= [Link].4.0;DATA SOURCE=&
[Link]("[Link]"))

set rs1=[Link]("[Link]")
[Link] "select * from cd where item_id='" &dest& "'",cn1
if not [Link] then
%>
<TABLE borderColor=black cellSpacing=2 cellPadding=2 width="75%" border=2>
<TR><th>ITEM ID</th>
<th>ITEM NAME</th>
<th>ITEM AMOUNT</th>
</TR>
<%
while not [Link]
%>

<tr><td><%[Link](rs1(0))%>&nbsp;</td>
<td><%[Link](rs1(1))%>&nbsp;</td>
<td><%[Link](rs1(2))%>&nbsp;</td>
</tr>
<%[Link]
wend
end if
%>
</TABLE>
<P><FONT
size=2>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nb
sp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&
nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
&nbsp;&nbsp;
<P><FONT size=3>ENTER THE ITEM ID :&nbsp;<INPUT id=text2 name=item_id
></FONT></P>
<P><FONT
size=2>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nb
sp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&
nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
&nbsp;&nbsp;
<P><FONT size=3>ENTER THE ITEM NAME :&nbsp;<INPUT id=text3 name=item_name
></FONT></P>
<P><FONT
size=2>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nb
sp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&
nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
&nbsp;&nbsp;
<P><FONT size=3>ENTER THE ITEM AMOUNT :&nbsp;<INPUT id=text2
name=item_amount ></FONT></P>
</P>
<INPUT id=submit1 type=submit value="CONFIRM ADDITION TO CART"
name=submit1></FONT></P>
<P align=center>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &nbsp;
&nbsp;&nbsp;&nbsp;</P>
</BODY></form></HTML>
<[Link]>
<%@ Language=VBScript %>
<HTML>
<HEAD>
<META NAME="GENERATOR" Content="Microsoft FrontPage 5.0">
</HEAD>
<BODY >

<form name=cd2 action= [Link] method=post>


<P align=center>&nbsp;<U><b>ITEM DETAILS&nbsp;</b></U></P>
<P align=center>
<%
dim cn1,cn2,cn3,con,rs1,dest
cn1=[Link]("item_id")
cn2=[Link]("item_name")
cn3=[Link]("item_amount")
[Link]("Itemid : ")
[Link](cn1)
[Link] "<br>"
[Link]("Itemname : ")
[Link](cn2)
[Link] "<br>"
[Link]("Price : ")
[Link](cn3)
[Link] "<br>"
set con=[Link]("[Link]")
[Link] ("PROVIDER= [Link].4.0;DATA SOURCE=&
[Link]("[Link]"))

set rs1=[Link]("[Link]")
[Link] "insert into cart(item_id,item_name,item_amount)
values('"&cn1&"','"&cn2&"','"&cn3&"')",con
%>
<P align=center>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &nbsp;
&nbsp;&nbsp;&nbsp;</P>
<P><FONT
size=2>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nb
sp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&
nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
&nbsp;&nbsp;
</BODY></form></HTML>

You might also like