<!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=EUC-KR">
<title>Title</title>
<script src="../js/jquery-1.3.2.min.js" type="text/javascript"></script>
<style type="text/css">
.hidden { display:none; }
.hover { cursor:hand; background-color:Yellow;}
</style>
<script type="text/javascript">
$(document).ready(
function() {
}
);
</script>
<body>
</body>
</html>
'백엔드 프레임워크 & 언어' 카테고리의 다른 글
브라우저 버전 알아내기 (0) | 2011.03.09 |
---|---|
동적으로 폰트 늘이기 및 줄이기 (0) | 2011.03.09 |
[JDBC] dbcpTest.jsp (0) | 2011.02.27 |
10g emptable script (0) | 2011.02.20 |
1.뷰의 정의 (0) | 2011.02.20 |