Forum Moderators: open
<html>
<head>
<title>[b]EDIT: Example[/b]</title>
</head>
<body>
<form>
<input type="button" VALUE="< < Back " id="myIframe" onClick="history.back()">
<input type="button" VALUE=" Next > >" id="myIframe" onClick='history.forward()"'>
<input type="button" value="Reload" id="myIframe" onclick="location.reload()">
<input id="myput" type="text">
<input type="button" value="Go" onclick="myIframe.src='document.getElementById('myput').value'';">
<input type="button" VALUE="< < Back " id="yoIframe" onClick="history.back()">
<input type="button" VALUE=" Next > >" id="yoIframe" onClick='history.forward()"'>
<input type="button" value="Reload" id="yoIframe" onclick="location.reload()">
<input id="yoput" type="text">
<input type="button" value="Go" onclick="yoIframe.src='document.getElementById('yoput').value'';">
</form>
<br />
<iframe height="95%" width="48%" frameborder="0" src="http://www.example.com/x "frameborder=yes name="myIframe" id="myIframe"></iframe>
<iframe height="95%" width="48%" frameborder="0" src="http://www.example.com" "frameborder=yes name="yoIframe" id="yoIframe"></iframe>
</body>
</html> [edited by: Fotiman at 5:33 pm (utc) on Feb 11, 2010]
[edit reason] Examplified URLs, replaced identifying info with Example. [/edit]