Code:
<html>
<head>
<title>Website Resolution Tester</title>
<script language="javascript">
function runURL () {
document.frames['newframe'].src = document.myform.webadd.value
return false
}
</script>
</head>
<body>
<p> </p>
<form name="myform" method="post" action="tester2.html" onsubmit="return runUrl()">
Type the address of the site to test:
<input type="text" name="webadd">
<input type="submit" value="Click to Test">
</form>
<p>640x480</p>
<iframe name="newframe" src="" width="640" height="480" frameborder="no">
</iframe>
</body>
</html>
Untested, but should work.
Bookmarks