Tagged Questions

0
votes
2answers
15 views

There is only one “submit” for one form,how to place more than one operations on a set of checkboxes?

There is one form, inside the form there are many checkboxes. Two operations can placed upon these ticked checkboxes. Since there is only one "submit" button for a form, how to wal …
2
votes
2answers
22 views

Why File Upload didn’t work without enctype?

Most of time, the source of File Upload didn't work was forgetting enctype in HTML Form (for me). Normally, we do not need to add enctype in HTML Form for regular requests. But we …
2
votes
1answer
64 views

Banishing the Command Prompt Window (WinForms)

Hi All, I have a problem over here. You see, I wanted to create my own sample application in C# but without Visual Studio creating the files automatically for me. So I figured tha …
0
votes
2answers
26 views

help with form target, it popups in a blank page instead of the div I chose.

I have set the target of the "pic_form" to a div (pic_target). The form (pic_form) and the div (pic_target) are both inside the same iframe (iframe_pic). Whatever I set the target …
0
votes
1answer
14 views

Zend Form add error message

Hi I did register form in with zend form $password = new Zend_Form_Element_Password('password'); $password->setLabel($this->_translate->_("Password:")) ->setRequir …
1
vote
4answers
57 views

How to submit a form programmatically in Java servlet?

Hello, I have a java servlet which get the form request from one webpage in domain A, and it would deal with the form, and would send the result in another form as a request to an …
0
votes
1answer
13 views

Two forms share same input

Hi How can two forms share the same inputs? I have two forms, one for two different paths... if i wanted to get the user to enter their name, but only once.... how could both forms …
0
votes
2answers
15 views

Flash: How do I make a POST request from within flash to my processing php page?

I basically have a form inside of Flash that I need to submit to a server-side processing page, which will then return either json or xml telling if it succeeded or not ( json, xml …
0
votes
2answers
32 views

HREF Submit + value

i got this: <form method='post'> <input type='submit' value='".$slotm[0]."' name='slott'> ".$slotm[1]." </form> but i want to transform in a so i tried < …
2
votes
2answers
49 views

Detecting IsAjaxRequest() with ASP.NET MVC and JQuery Form Plugin / File Upload

I'm using the JQuery Form plugin to do a file upload on an ASP.NET MVC application. I've learned that since an iframe is used for file uploads (rather than XMLHttpRequest, which i …
0
votes
1answer
29 views

Square brackets in HTML form arrays. Just conventional or with a meaning ?

I frequently see, in particular in the PHP world, the following writing if you want to create a FORM array. <input name="MyArray[]" /> <input name="MyArray[]" /> wit …
0
votes
3answers
39 views

ASP.Net Form send click but nothing happens

Hi guys, I am building a german payment provider into my site. But when I click on "Submit", nothing happens. Can someone please help me? I think I've looked at it too much and I …
0
votes
5answers
62 views

PHP form validation for year

I'm using PHP to validate form input before the form data's submitted to a MySQL database. What would be the best way to validate a form input for the year only? I have a form inp …
-4
votes
2answers
99 views

PHP 200+ Form Fields…

Just to give you a bit of background i have a system where there's certain calculations that need to be calculated in the main section, there'll be various form fields under differ …
0
votes
1answer
19 views

Axapta: Edit form field values

Using a 'clicked' override on a button, I'd like to modify values in an Axapta form. I'm able to get data from the form field using: str strOld = Form_FieldName.valueStr(); I …

1 2 3 4 5 39 next
15 30 50 per page