Drag and drop problem

Drag and drop problem

Hallo there everyone i am using a drag and drop sample i found on  http://www.dhtmlgoodies.com/index.html?showDownload=true&whichScript=drag_drop_nodes

the thing is that when i use another ajax to retrieve something on my application my drag and drop possibility is not working...

  1. <title>Admin Page</title>
  2. <link rel="shortcut icon" href="../images/favico.ico" type="image/x-icon" />
  3. <link type='text/css' href='../stylesheets/admin_styles.css' rel='stylesheet' media='screen' />
  4. <script type='text/javascript' src='../js/ajax.js'></script>
  5. <script type='text/javascript' src='../js/ajax_search.js'></script>
  6. <script type='text/javascript' src='../js/drag_drop_admin.js'></script>

  7. </head>
  8. <body>
  9. <div id="welcome_div"><br />
  10.   Welcome, <?php echo $_SESSION['sn'].' '.$_SESSION['cn']; ?> | <a href="../login/logout.php">Logout</a></div>
  11. <br />
  12. <div id="dhtmlgoodies_dragDropContainer">
  13.   <div id="buttons_reveal">
  14.     <form method="get">
  15.       <p class="submit">
  16.         <input type="button" onclick="getStudents();" value="Μαθητές">
  17.         <input type="button" onclick="getLabs();" value="Τμήματα">
  18.       </p>
  19.     </form>
  20.   </div>
  21.  




i got the files attached...the buttons use js to retrieve the data i want ...
bus as i said on the admin page i get no drag and drop ..

any help