Hi,
I have a problem I hope someone might be able to help me with.
I have a page with two frames one at the top which is basic html and one at
bottom which is all dynapi. The following code is in the top frame and has
a function which is intended to return some sort of reference to 'advert' so
that I can use it as an inline layer in the bottom frame. Any ideas how to
get a reference to it?
Thanks
Mike.
<html>
<head>
<title></title>
<SCRIPT Language='JavaScript'>
function GetAddLayer()
{
// Returns the div so that it can be used as an inline layer.
var rLayer = ???
return rLayer;
}
</SCRIPT>
</head>
<body bgcolor="#FFFFFF">
<div id="advert" style="position:absolute;left:175; top:10;z-index:2">
<A href='' name='AdLink' target="_blank"><img src='Advert.gif'
name='adImage' width='468' height='60' border="0"></A>
</div>
</body>
</html>
_______________________________________________
Dynapi-Help mailing list
[EMAIL PROTECTED]
http://lists.sourceforge.net/lists/listinfo/dynapi-help