Fri
1
Feb '08
Knowledge Sharing continues…

<html>
<head>
<script language=“javascript”>
function reload() {
fr = document.getElementById("iframe1");
fr.src = fr.src;
}
</script>
</head>
<body>
test contents
<input type=“button” value=“Click to refresh iframe” onClick=“reload()”/>
<hr />
<iframe id=“iframe1″ src=“http://www.pitsolutions.com/”>
</iframe></body>
</html>
Leave a passing comment »