復制代碼 代碼如下:
<html>
<head>
<title>上傳程序</title>
<meta http
<style type=
<!
body
font
color: #FFFFFF;
}
INPUT {
BORDER
}
font
font
}
body {
background
}
a:link {
color: #FFFFFF;
text
}
a:visited {
color: #FFFFFF;
text
}
a:hover {
color: #FFFFFF;
text
}
a:active {
color: #FFFFFF;
text
}
</style>
<SCRIPT language=JavaScript>
<!
//more javascript from
var rotate_delay =
current =
function next() {
if (document
if(document
document
document
document
}
document
if(document
document
}
document
}
else first();
}
function previous() {
if (current
if(document
document
document
document
}
document
if(document
document
}
document
}
else last();
}
function first() {
current =
if(document
document
document
document
}
document
if(document
document
}
document
}
function last() {
current = document
if(document
document
document
document
}
document
if(document
document
}
document
}
function ap(text) {
document
rotate();
}
function change() {
current = document
if(document
document
document
document
}
document
if(document
document
}
}
function rotate() {
if (document
current = (current == document
if(document
document
document
document
}
document
if(document
document
}
document
window
}
}
// End
</SCRIPT>
</head>
<body>
<FORM name=slideform>
<div align=
</div>
<TABLE width=
<TR>
<TD height=
</TR>
</TABLE>
<TABLE width=
<TR>
<TD height=
<%
set rs=conn
%>
<SELECT onchange=change(); name=slide>
<% do while not rs
<OPTION value=<%=rs(
<%
rs
loop
set rs=nothing
set conn=nothing
%>
</SELECT>
<INPUT title=Beginning onclick=first(); type=button value=
<INPUT title=Previous onclick=previous(); type=button value=
<INPUT title=AutoPlay onclick=ap(this
<INPUT title=Next onclick=next(); type=button value=
<INPUT title=End onclick=last(); type=button value=
<a >[上傳圖片]</a> <a >[圖片管理]
</a></TD>
</TR>
</TABLE>
</FORM>
</body>
</html>
From:http://tw.wingwit.com/Article/program/Java/JSP/201405/30747.html