Since 4/4/2012 5:52:52 PM, anchi.chen has written 2 articles and participated in 0 conversations. anchi.chen signature: anchi.chen
anchi.chen's articles:
Items(2) /1
Drag and Drop multiple items between lists at once2499 (12/29/2006 1:36:03 AM) comp.lang.javascript Hi People, Just wondering if any of you have ever come across any javascript examples that will allow one to drag and drop multiple items between lists? That is, users would be able to use the "Shift" or "Ctr... anchi
Template::Plugin::GD - drawing graph150 (8/15/2006 4:14:18 AM) comp.lang.perl.misc Hi There's probably a very trivial answer to my question but I just can't find it. I'm trying to incorporate a line graph into a webpage by: .... [% FILTER null; USE im = GD.Graph.lines(); .... AC