ȨÆäÀÌÁö ¼Ò½ºº¸±â
°ü¸®ÀÚ 05-02-05 16:56
 viewsource.html (1.3K), DOWN:31
<html>

<head>

</head>

<body>

<script language='javascript'>
function viewSource() {
document.getSource.view.value="wait !";
setTimeout("document.getSource.view.value='¼Ò½ºº¸±â'",6000);
window.location.href= "view-source:" + document.getSource.url.value;
return false;
}
</script>

</head>

<style>
body{font-family:¹ÙÅÁ;
scrollbar-face-color: #e5e5e5;
scrollbar-highlight-color: #fafafa;
scrollbar-shadow-color: #e5e5e5;
scrollbar-3dlight-color: #a5a5a5;
scrollbar-arrow-color: #a5a5a5;
scrollbar-track-color: #ededed;
scrollbar-darkshadow-color: #a5a5a5;
background:#efefe7;}
</style>

<body>

<div align='center' valign='top'>
<table align='center' valign='top' width='440' height='40' cellspacing='0' cellpadding='0' border='0'>
<form name='getSource' onSubmit='return viewSource();'>
<tr><td width='90%' height='40'>
 URL : <input type='text' size='50' name='url' value='' style='border-right:#dedede 1px solid; border-top:#000000 1px solid; border-left:#000000 1px solid; border-bottom:#dedede 1px solid;
font-size:12px; color:#000000; line-height:150%; background-color:#c5ceef;'></td>
<td width='10%' height='40' align='left'><input type='submit' name='view' value='¼Ò½ºº¸±â' style='border:1px color:#000000; background-color:#ffffff; font-size:12px;'></td>
</tr></form></table></div>

</body>
</html>