<html>
<head>
<title> URL encode
</title>
</head>
<body>
<h2><font
color='blue'>장인수</font></h2><br>
<%=Server.HTMLEncode("<h2><font
color='blue'>장인수</font></h2>")%><p>
<%=Server.HTMLEncode("<%=Server.ScriptTimeout%\>")%><p>
<a
href="ok.asp?width=<%=Server.URLEncode("50%오십")%>">50%</a><p>
<a href="ok.asp?width=50%오십">50%</a>
</body>
</html>