> > > view-sorce:»çÀÌÆ® ÁÖ¼Ò > > ÀϹݸµÅ©·Î º¸±â > > <a href='JavaScript:window.location="view-source:"+window.location.href'>¼Ò½º º¸±â!</a> > <a href="view-source:http://ÁÖ¼Ò">¼Ò½ºº¸±â</a> > > ÇÁ·ÒÇÁÆ®¸¦ ¶Ù¿ö¼ º¸±â > > <HTML> > <HEAD> > <meta http-equiv="Content-Type" content="text/html; charset=euc-kr"> > <SCRIPT LANGUAGE="JavaScript"> > function addurl(form){ > var ress=window.prompt("º¸°í½ÍÀº HTML ÆäÀÌÁö URL À» ÀûÀ¸¼¼¿ä."); > window.location="view-source:"+ress; > } > </script> > </head> > <body> > <INPUT TYPE="button" NAME=" " VALUE="À¥ ¼Ò½ººÒ·¯¿À±â" onClick="addurl();"> > </body> > </html> > > ÆäÀÌÁö ³» »ðÀÔÇØ¼ º¸±â > > <HTML> > <HEAD> > <meta http-equiv="Content-Type" content="text/html; charset=euc-kr"> > <SCRIPT LANGUAGE="JavaScript"> > function viewSource() { > document.getSource.view.value="Àá½Ã¸¸.."; > setTimeout("document.getSource.view.value='À¥¼Ò½ºº¸±â'",0); > window.location.href= "view-source:" + document.getSource.url.value; > return false; > } > </script> > </head> > <body> > <form name=getSource onSubmit="return viewSource();"> > <input type=text name=url value="http://" style="background-color:#ffffff;border:1 solid #000000;width:300;color:#000000;"> > <input type=submit name=view value="¼Ò½ºº¸±â" style="background-color:#ffffff;border:1 solid #000000;color:#000000;"> > </form> > </body> > </html> > > Ãâó : http://feelmail.net >
* ¿ÞÂÊÀÇ ÀÚµ¿µî·Ï¹æÁö Äڵ带 ÀÔ·ÂÇϼ¼¿ä.