Skip to content

Commit

Permalink
Update inha_findremainseats.html
Browse files Browse the repository at this point in the history
  • Loading branch information
hyon3000 committed Jul 30, 2023
1 parent dbe5b8c commit 11ba452
Showing 1 changed file with 5 additions and 11 deletions.
16 changes: 5 additions & 11 deletions top_secret/inha_findremainseats.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,29 +2,23 @@
<html>

<head>
<title>Minesweeper</title>

<meta charset="utf-8">
<link href="mine.css" media="screen" rel="stylesheet" type="text/css" />
<link href="win98.css" media="screen" rel="stylesheet" type="text/css" />
<link href="mine-win98.css" media="screen" rel="stylesheet" type="text/css" />

</head>

<body>
<script>
var createurl=function(a){
var ret="https://sugang.inha.ac.kr/sugang/SU_53005/Remain_Search.aspx?gb=direct&gubun=2&haksu="+a+"&objList=txtHaksu";
return ret;
}
var moveurl=function(a){
window.location.href='https://sugang.inha.ac.kr/sugang/SU_53005/Remain_Search.aspx?gb=direct&gubun=2&haksu='+a+'&objList=txtHaksu';
};
</script>
<p>
<t1> 인상대학교 잔여좌석 검색서비스</t1>
</p>
<p>
이름(최소 2글자):
<input type="text" id="name" style="width:40px;" value="">
<input type="button" onclick="location.href=createurl(document.getElementById('name').value))" value="검색">
<input type="button" onclick="moveurl(document.getElementById('name').value)" value="검색">
<input type="button" onclick="location.href='https://google.com';" value="검색">
</p>
</body>
</html>

0 comments on commit 11ba452

Please sign in to comment.