怎么美化下这个页面啊?请各位高手帮下忙!
<%@LANGUAGE="VBSCRIPT" CODEPAGE="936"%>
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<title>无标题文档</title>
</head>
<body>
<%
dim db,zhang
Set db=Server.CreateObject("ADODB.Connection")
db.Open "dbq=" & Server.MapPath("db.mdb")&";driver={microsoft access driver (*.mdb)}"
dim sql
sql="select name from catory where pid=0"
set rs=db.execute(sql)
%>
<script language="javascript">
function bh()
{
window.location.href='wori.asp?a='+(document.form1.aa.options[document.form1.aa.options.selectedIndex].text);