Hi there,
I am using this:
ondragstart=function(e) {
dx=e.target.getPageX();
dy=e.target.getPageY();
DynAPI.document.addChild(e.target);
DragEvent.dragevent.x-=dx;
DragEvent.dragevent.y-=dy;
}Hope this helps. Regards. -----Mensagem original----- De: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]Em nome de Abre Chase Enviada em: segunda-feira, 15 de abril de 2002 15:31 Para: [EMAIL PROTECTED] Assunto: [Dynapi-Help] cross frame dragging Hello all - its been quite a while since I've posted to the newsgroup - but I've been watching the traffic ;) I remember seeing some posts a long time ago about dragging dynlayers accross frames. Does anyone know of working examples of this? Thanks. - Abre _______________________________________________ Dynapi-Help mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/dynapi-help
<<attachment: winmail.dat>>
