<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<title>无标题文档</title>
</head>
<body>
<input id="forwardURL" type="text"> <input id="gobt" type="button" onclick="URLGo(document.getElementById('forwardURL').value,gourliframe);" value="Go">
<input type="button" onClick="HG();" value="Happy Go">
<br>
<iframe name="gourliframe" width="500" height="500" frameborder="0"></iframe>
</body>
</html>
<script language="javascript">
var i=
function URLGo(goURLString,iframeWindowObj)
{
iframeWindowObj.location.href=goURLString;
}
function HG()
{
window.setInterval("document.getElementById('gobt').click();",1000);
}
</script>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<title>无标题文档</title>
</head>
<body>
<input id="forwardURL" type="text"> <input id="gobt" type="button" onclick="URLGo(document.getElementById('forwardURL').value,gourliframe);" value="Go">
<input type="button" onClick="HG();" value="Happy Go">
<br>
<iframe name="gourliframe" width="500" height="500" frameborder="0"></iframe>
</body>
</html>
<script language="javascript">
var i=
function URLGo(goURLString,iframeWindowObj)
{
iframeWindowObj.location.href=goURLString;
}
function HG()
{
window.setInterval("document.getElementById('gobt').click();",1000);
}
</script>