vcherubini
Programmer
Hello:
I am working on a project and I need to know if there is a way to load a webpage into a layer (div, or span). Is this possible?
I have some code working so far, but it loads the page into a new window:
[tt]
<html>
<head>
<title>
load page</title>
</head>
<script language=javascript>
function loadpage() {
open("}
</script>
<body>
<div id=placetoloadpage onmload="loadpage()" style="border:1px solid black; width:500px; height:500px;">
</div>
</body>
</html>
[/tt]
I know that it is basic, but I thought that it would work.
Any help is appreciated.
Thanks,
-Vic
vic cherubini
malice365@hotmail.com
====
Knows: Perl, HTML, JavScript, C/C++, PHP, Flash, Director
====
I am working on a project and I need to know if there is a way to load a webpage into a layer (div, or span). Is this possible?
I have some code working so far, but it loads the page into a new window:
[tt]
<html>
<head>
<title>
load page</title>
</head>
<script language=javascript>
function loadpage() {
open("}
</script>
<body>
<div id=placetoloadpage onmload="loadpage()" style="border:1px solid black; width:500px; height:500px;">
</div>
</body>
</html>
[/tt]
I know that it is basic, but I thought that it would work.
Any help is appreciated.
Thanks,
-Vic
vic cherubini
malice365@hotmail.com
====
Knows: Perl, HTML, JavScript, C/C++, PHP, Flash, Director
====