|
From: rlb <bl...@wi...> - 2000-11-06 03:29:36
|
Got through part six.
Question though, can the inter frame communications be done with a
javascript popup window also?
I have something in mind, see this link:
http://64.33.167.222/work/GIS_site_html/Master.html
I was planning on spawning the above to control some other popups. This
would help out with the Forms problem that I relayed earlier, at least
until I learn more about creating my own objects with the DynAPI.
Are there any examples for controlling popup's with the DynDocument?
Thanks
bobb
rlb wrote:
> Oops, I forgot to change the "documents" in the attached back to
> "document" as the tutorial had them originally, just trying some
> things to get it to work.
>
> I got through the second part of the tutorial (5) though.
>
> bobb
>
> rlb wrote:
>
>> I can't seem to get to work from the tutorial:
>>
>> Using the DynAPI2
>>
>> part 5 : DynLayer advanced
>>
>> by Pascal Bestebroer
>> July 22, 2000
>>
>>
>> <html>
>> <head>
>> <title>Inline layers</title>
>>
>> <Script language="Javascript"
>> src="../../core/js/dynapi.js"></script>
>>
>> <Script language="Javascript">
>> DynAPI.setLibraryPath('../../core/js/lib2.0/')
>> DynAPI.include('core.api.*')
>>
>> DynAPI.onLoad=function() {
>>
>> DynAPI.documents.all["testlayer"].setBgColor('#c0c0c0')
>>
>> DynAPI.documents.all["testlayer"].setSize(60,60)
>>
>> DynAPI.documents.all["testlayer"].moveTo(100,100)
>> }
>> </script>
>>
>> </head><body>
>> <div id="testlayer" STYLE="position:
>> absolute">Testing inline layers</div>
>> </body>
>> </html>
>>
>> Should I be using "DynDocument" instead? I didn't see a function for
>> "document" in any of the CORE scripts.
>>
>> Just plain old lost bobb
>>
>>
>>
>>
>>
>>
>>
>>
>>
>>
>> --
>> -+-+-+-+-+-
>>
>>
>> bobb
>>
>> http://64.33.167.222/
>>
>
> --
> -+-+-+-+-+-
>
>
> bobb
>
> http://64.33.167.222/
>
--
-+-+-+-+-+-
bobb
http://64.33.167.222/
|