<html>
<head>
<title>iLink Tech - All In One Job Search</title>
<script language="javascript">
function resize()
{
var width = window.document.body.clientWidth;
var t1 = document.getElementById("t1");
t1.style.width = width/2;
}
</script>
</head>
<body onresize="resize()">
<form id=f1 name=f1>
<textarea id="t1" rows="10" style="width: 400px;"></textarea></form>
</body>
</html>
<head>
<title>iLink Tech - All In One Job Search</title>
<script language="javascript">
function resize()
{
var width = window.document.body.clientWidth;
var t1 = document.getElementById("t1");
t1.style.width = width/2;
}
</script>
</head>
<body onresize="resize()">
<form id=f1 name=f1>
<textarea id="t1" rows="10" style="width: 400px;"></textarea></form>
</body>
</html>