moved js code from html to js files
[xynt.git] / xynt-dd-test.js
diff --git a/xynt-dd-test.js b/xynt-dd-test.js
new file mode 100644 (file)
index 0000000..3cc8e54
--- /dev/null
@@ -0,0 +1,8 @@
+function dropt1()
+{
+    ; //alert("t1");
+}
+window.onload = function() {
+    console.log("HT"+$('t1'));
+    xynt_dd.call($('t1'), dropt1, -1600, 1600, 10,10);   
+}
\ No newline at end of file