PDA

View Full Version : BB code xem



chihong
25-01-2009, 12:44 PM
<html>

<head>
<title>View code</title>
</head>

<body>
<table width="95%" border="0" cellspacing="0" cellpadding="0">
<tr align="center">
<td height="41">
<script>
function add()
{
var ress=document.forms[0].java.value
window.location="view-source:"+ress;
}
</script>
<form>
<input type="text" name="java" size=50 value="http://">
<br>
<br>
<input type="button" value="ENTER" onClick=add() name="button">
<input type="reset" size="10" value="Clear" onClick="clear(this.form)" name="reset">
</form>
</td>
</tr>
</table>
</body>

</html>