Hello,
i'm new to dynapi ... wonderful project ....
i have a simple beginner question ...
i ve created a simple layr by this way :
var dlyr = new DynLayer(null,400,200,400,500);

i can delete it in html code using :
<a href="javascript:DeleteLayer()">Delete layer</a>  // fonction to delete

but i'm wondering how to create a bouton (link) to be able to delete it in
the layer that i ve created ....

dlyr.setHTML ("<a href="javascript:DelteLayer()">Delete layer</a>");
doesn't work....

what is the good code to this kind of thing ....

thanks a lot ....

stephane B





-------------------------------------------------------
This SF.NET email is sponsored by:
SourceForge Enterprise Edition + IBM + LinuxWorld = Something 2 See!
http://www.vasoftware.com
_______________________________________________
Dynapi-Help mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/dynapi-help

Reply via email to