case HTML
case CSS
/* 주석 */
@import url("default.css");
body{padding:0; margin:0; font-family:Tahoma,나눔고딕,애플고딕,새굴림; font-size:11px; color:#787878; line-height:20px;}
case Javascript
/* 주석 */
var a=function(b){alert(b)},c=":p";a(c); // what?!
case PHP
Header("Location:http://www.saystone.com/");
exit;
/* 주석 */
case ASP
'주석
URL = request.querystring("url")
Response.ContentType = "image/jpeg"
Set xmlHTTP = Server.CreateObject("Microsoft.XMLHTTP")
xmlHTTP.Open "GET", URL, false
xmlHTTP.Send(null)
response.BinaryWrite xmlHTTP.ResponseBody
Set xmlHTTP = nothing
