Re: [jQuery] Re: Disable Submit

2010-01-16 Thread Viz skillipedia
You will need just this tiny js script: function disableOnSubmit(form ){ for (var i = 0; i < form.length; i++){ var e = form.elements[i]; if (e.type.toLowerCase() == "button" || e.type.toLowerCase() == "reset" || e.type.toLowerCase() == "submit") {

Re: [jQuery] Re: Displaying reviews using js widgets such as in freeindex.co.uk

2010-01-11 Thread Viz skillipedia
Thank you very much I am, now, certain the "document.write()" is all what in need: i process the request in Java handler and may be a bit of jsp scripting and all the rest is easy Thanks On Mon, Jan 11, 2010 at 3:12 PM, Scott Sauyet wrote: > On Jan 10, 11:49 pm, SkilliPedia

[jQuery] Displaying reviews using js widgets such as in freeindex.co.uk

2010-01-11 Thread SkilliPedia
Hi jQuery gurus, I have a website where services, software,etc get reviewed. What i want to do is enable users to display reviews in their own websites as testimonials and as extra backlink for me. I am looking for a js widget that can do that. My web application is coded in Java I am looking f