[Proto-Scripty] form input not working

2010-09-10 Thread nigeke...@googlemail.com
Hi I cannot get text input working on this dynamically generated form. I'm new to forms so maybe I'm missing something easy. My code is: $('ScoreScene').insert( new Element('form', { id:scoreForm, method:post,

Re: [Proto-Scripty] invoke attachment handling

2010-09-10 Thread Walter Lee Davis
There is a way in modern browsers to force a file upload through a pure Ajax connection. Have a look at noswfupload for a working example. You must however provide a fallback for browsers from Washington state and older browsers from elsewhere, using an iframe as the form's target.

[Proto-Scripty] Re: element is null suggestion

2010-09-10 Thread Blaine
Brian: I missed the point that it was changing your supplied reference, as opposed to just returning null. I agree: that's nasty. On Sep 9, 6:03 pm, Brian Marquis br...@quotepro.com wrote: Blaine, It's not my code... I'm trying to debug other people's work, it's rather irritating when I'm

[Proto-Scripty] Re: invoke attachment handling

2010-09-10 Thread Blaine
I have no problem uploading my data, which is not a file. My problem is with having the downloaded data treated as an attachment. On Sep 10, 2:51 pm, Walter Lee Davis wa...@wdstudio.com wrote: There is a way in modern browsers to force a file upload through a   pure Ajax connection. Have a

Re: [Proto-Scripty] Prototype return limited

2010-09-10 Thread chrysanthe m
Hi Dave Yes. I know I should not be shoveling out so much data to the client, but I have to for this proof of concept and will restrict it in production. Has anyone parsed return json data larger than 8K? On Thu, Sep 2, 2010 at 9:27 AM, Dave Kibble davekib...@gmail.com wrote: just going on the

[Proto-Scripty] Nested Ajax.Updater

2010-09-10 Thread Ed
I have the Facebook Social Plugin (Like Box) in a site that I am building. A good portion of the visitors are behind corporate firewalls, and if their browsers detect a Facebook domain they will reject the call to the plugin. I am using the Ajax prototype to make the calls to Facebook from my