<%
serverscript="asp"
%>
<HTML>
<HEAD>
<TITLE> New Document </TITLE>
</HEAD>
<BODY>
<form>
<div align="center"><center>
<table border="0">
<tr>
<td colspan="2" align="center">서버스크립트</td>
</tr>
<tr>
<td><input type="radio" value="asp" name="Topping1"
<% If serverscript = "asp" Then Response.Write("checked") %>></td>
<td>ASP</td>
</tr>
<tr>
<td><input type="radio" value="php" name="Topping1"
<% If serverscript = "php" Then Response.Write("checked") %>></td>
<td>PHP</td>
</tr>
<tr>
<td><input type="radio" value="jsp" name="Topping1"
<% If serverscript = "jsp" Then Response.Write("checked") %>></td>
<td>JSP</td>
</tr>
</table>
</center></div>
</form>
</BODY>
</HTML>
영삼넷
Categories
Recent Posts
Recent Comments
Statistics
- Total Visitors:
- 362772
- Today:
- 6842766
- Yesterday:
- 9754055
IT강국 김영삼 블로그에 오신걸 진심으로 환영합니다.
©2002 영삼넷 // openkr
©2002 영삼넷 // openkr