[Proto-Scripty] Problem with prototype.js

2008-10-28 Thread PAM
hi all, i m working with prototype.js 1.6 and drag n drop when i m using this code :new Element.insert(div, {top:content}); i m passing into this method : Element._getContentFromAnonymousElement = function(tagName, html) { var div = new Element('div'), t = Element._insertionTranslations.tag

[Proto-Scripty] Re: Problem with prototype.js

2008-10-28 Thread PAM
self-contained example > that demonstrates the problem and posting it to Pastie[1].  You might > figure it out by doing that, but if not it gives us a complete example > to look at. > > [1]http://pastie.org > > HTH, > -- > T.J. Crowder > tj / crowder software / co

[Proto-Scripty] Re: Ajax.Request - can't get to work in Firefox, Chrome

2013-06-10 Thread Pam
"Ejemplo1 de Servlet\n" + "\n" + today + "\n"+ "" ); } -- Pam On Tuesday, March 16, 2010 1:08:00 PM UTC-4, Ronen wrote: > > Excellent. Thanks very much T.J.. your idea worked. > > In my servlet, I overrided the doOptions() method from Htt