search for: myformid

Displaying 4 results from an estimated 4 matches for "myformid".

2006 Jun 16
4
can someone please show me how to feed a drop down ....
Hi there... I have a html page that i have to use as a template page for an exucuting CGI file. (search engine). that source can not be modified on that CGI. The CGI file pulls in the template file and provides a way to format the resulting CGI output. (the htm template have has CSS in it to formate the CGI resulting page) of cource with html being stateless .. i have no way to put a feed drop
2007 Aug 03
1
Prototype AJAX functions.
Hi all! I have a form that when user fills he will press submit button which have effect "onClick:previewMessage()". previewMessage() function is an Ajax.update function. I would like to know how can I get form data into other file which I''m accessing with AJAX? I hope I made myself clear. --~--~---------~--~----~------------~-------~--~----~ You received this message
2005 Nov 04
1
prototype EventObserver on radio option elements
Hi all, I just started using prototype 1.3.1. I''ve successfully used Form.Element.EventObserver on a select list and recently tried to add it to radio options. However, I think there is a flaw in how it works with radio options. Radio options are a little unusual in that there are multiple distinct elements, tied together by a common name, where changing one element causes a
2006 Jun 15
3
how to give a form a name
Using a <%= form_tag ... %>, how do I give a form a name, so that I can reference it with javascript? I sure can''t figure this out from the docs... Thanks, Shelby PS - what I am trying to do is just have the focus in the first form field when the form is loaded. There has to be an easy way to do this, but I can''t figure it out... -------------- next part --------------