D
Duke
<html>
<head>
<script type="text/javascript">
function init(){
var html = document.open('Hello.html');
document.getElementById('hi").innerHTML = html;
}
</script>
<body onload ="init();">
<did = 'hi'>
</d>
</body>
</html>
this code is not working Help me load hello.html page into this
index.html page
<head>
<script type="text/javascript">
function init(){
var html = document.open('Hello.html');
document.getElementById('hi").innerHTML = html;
}
</script>
<body onload ="init();">
<did = 'hi'>
</d>
</body>
</html>
this code is not working Help me load hello.html page into this
index.html page