problem is that the divs ids needs to be writen in the script but I they will be generated automaticly by the php script so I don't even know how much of them it will be.
do You know any script that allows to drag'n'drop divs without known id?
or do You have any idea how can I write them latter, not in js script in itself?
other problem is when I want to call div's onload:
<body onload="popup_show('contact', 'contact_drag', 'contact_exit3'); popup_show('about', 'about_drag', 'about_exit2');">
Bookmarks