similar to: Managing multiple form data

Displaying 20 results from an estimated 100000 matches similar to: "Managing multiple form data"

2006 Apr 19
2
How to use multiple buttons on the same form with AJAX?
Hi, We are trying to use multiple submit buttons in the same form to tie to different actions on the server side. For example: <input name="commit" type="submit" value="edit"> <input name="commit" type="submit" value="cancel"> <input name="commit" type="submit" value="test
2008 Jan 31
3
Multiple form weirdness in IE6
I am having an issue where I have multiple forms on a page. The first form has a couple of hidden inputs. The second form has all the visible controls including three buttons. Each of these buttons has a behaviour attached to it (From Ben Nolan''s Behaviour.js) based on its id. The code for the first button is something like this (I am also using prototype.js): var button1Func =
2007 Mar 19
1
Forms lost focus in KDE
Hello, I'm testing a simple delphi application that have 3 forms. >From FORM1 (the main form) I press a button to show FORM2, then from FORM2 I press a button to show FORM3, when I close FORM3, FORM1 becomes focused instead of FORM2. Every time you close a form or a dialog the application main form becomes the active one. This only happend in KDE, allowing windows manager to control the
2005 Feb 08
0
DIAX version 0.9.10a available for download
Dear all, The new version of DIAX (0.9.10a) is ready to be downloaded. The web site and the help file are updated too. What's new comparing with 0.9.9g: - independent codec configuration for each registration server; - use control chars in the dial string to automatically send some DTMF codes after dialing: - '#' dial separator - 'p' pause 1s (long press on '*' key)
2005 Apr 10
1
Submitting form using link_to
I''ve got a form with a paginator and I''d like to save the contents of the form whenever the user moves to a different page. Since the form contents aren''t submitted when a link is clicked, I thought I''d just change the action of the form to the URL of the paginator link and then submit the form using form.submit(). The form submits but I keep getting a 404
2006 Feb 23
0
Patterns for multiple forms
Hi, I''m currently sat at home ill and am thinking about a problem I''ve been looking at recently. I have a form that lets users enter orders into a system. At the moment its all pretty simple stuff (proof of concept rather than working just for the time being), with basic details about an order and a place for them to enter billing and delivery addresses. I am also
2006 Jun 15
2
AJAX form inside table - error
Hello, I need to put an AJAX, form such that it is inside a table, and spans across few rows. But, what I am noticing is that, while submitting the form, the data in the fields is not submitted. If I move the form outside the table or inside a cell, things work OK, but not when the form is inside the table and spans few rows. This problem is only with AJAX forms, regular forms work perfect. I
2007 Jan 22
0
How to stop return key from submitting form
I''ve got an ajaxed form going that is set up to have the user type something in a text field and hit a button that throws that entry into a table on the page. User is expected to enter several items, and then submit the form which goes to the next page. I would like the user to be able to enter an item and hit the return key to toss it into the table, but either Rails or the browser
2005 Aug 25
0
multiple refreshs clicks cause errors in WEBrick
Hi all I am new to rails, so I hope it is not a trivial question... I am using rails with webrick and MySql4.1 on win XP. I enter a simple action (with a post method) which fetches some data from a ''users'' table and present it in a rhtml view. Now when I press the refresh button quickly a few times I get in the command line window errors such as this: [2005-08-25 17:08:55]
2007 Feb 13
1
form_tag only useful for pages with a single form?
Howdy, I''m new to rails and I''m learning form Agile Web Dev with Rails. It seems all of the examples that use form_tag use it in situations where the action first creates a new object before doing a request.post... If I''m in a situation where I''m managing Roles, Rights, and assignments of rights to roles, I may want to have one little form with a text field and
2007 May 06
1
How to submit this form?
Hey all, maybe I am missing the obvious again, but I can not submit the form on buy.com: require ''rubygems'' require ''mechanize'' agent = WWW::Mechanize.new agent.user_agent_alias = ''Mac Safari'' page = agent.get("http://www.buy.com") search_form = page.forms.with.name("searchbox").first p search_form.buttons the last
2009 Apr 28
3
[cucumber] Use of Scenario Outline for validation stuff ?
Hi there ! I was wondering if the way I test the validation of my forms is right or not. So here''s a little example : Imagine you have a form with some validations designed to create some object. You want to test it using Scenario Outline and Examples. So you fill in the fields using <value>, and press the create button. Then you "should see" (using webrat) the
2006 Nov 21
0
RESOLVED - Snom 360 Multiple calls on hold help
I wanted to post this to everyone in case someone else ran into this problem! Firmware 6.5.1 (Current stable release) Asterisk 1.2.13 Call Completion: Off Peer to Perr call completion: On (canreinvite=no is set in sip.conf for each friend) Call join on Xfer (2 calls): Off Those settings seem to do the trick, I tested on Snom 320s with no errors at all, Im going to test on the 360s later today,
2004 Sep 26
1
Strange problem: can't fit into subject
Hi all, I'm experiencing something rather strange with our Asterisk setup. I'll go through the steps. Scenario 1: 1. I call someone on the outside (from my analog phone extension). 2. Everything appears honkey dorey. 3. Transfer called party to conference or another extension - fails. Scenario 2: 1. Receive a call at my extension from the outside. 2. Everything appears honkey dorey.
2006 Feb 27
2
Multiple forms on a page
Hello all. I have the following Code in a view: <% @dishes.each do |dish| -%> <tr> <td><%= link_to dish.name, :controller => "restaurant", :action => "show_dish", :id =>"#{dish.id}" -%> <% if dish.vegetarian? -%> <%= image_tag("/images/vegetarian.gif", :class => "bevel", :size => "8x8")
2004 Jun 07
2
IAX calls dropout on button press
Hello all, Over the weekend, I setup and linked an Asterisk box at another site to the Asterisk box here. The phones here are a mixture of Cisco 7940/7960 and Grandstream BT-100 phones. The phones at the other end are Grandstream BT-100 SIP phones. The Cisco phones run SIP 7.1 (upgraded last Friday from 6.1), the Grandstream phones run 1.0.4.68. Both Asterisk boxes are running stable CVS
2013 Oct 14
1
parking - why doesn't this work?
I'm trying to implement parking with only one button to park and unpark a call. Scenario: Call is answered, I press the button (on a Cisco SPA504) to park the call, it comes to [from-office] context where the call is parked successfully (there is no parking lot number announcement though). To unpark, I press the same button, it comes to [from-office] context, and the call is picked
2005 Dec 10
1
submit ajax form through javascript
hi all, my problem: i have a form that is sent through ajax with ajax.updater. the onsubmit function looks like this: new Ajax.Updater( { failure:''command_div'' }, ''/windows/chat_post'', { asynchronous:true, parameters:Form.serialize(this } ); return false; this works fine when I submit the form by pressing the submit button.
2008 Feb 13
2
javascript pop window from form how to update field back to main form
Hi I have question where I run web form. Now on this form I have one field with link select user. This link will pop up new window with javascript and on this window I have form with items which end user can select. Once selection is done end user press button Select User. Now I need to close that javascipt window and send back value of that selection back to form and to the field which has
2006 Apr 17
1
Form.Serialize - Method''s for limiting form data?
I have some ideas how to go about this, but wanted to see if people already had solutions in place for this. The basic scenario is i''m sending form data over ajax using form.serialize to send the form data (as per the standard methodology). However, on some pages i have very large forms (few thousand form fields - its a simulated editable grid), and I only want to send the data in