0
votes
1answer
13 views
Jquery dynamic rows with form
I am trying to change 'inputs' in this demo to 'selects'. The demo works fine, which is at:
http://devblog.jasonhuck.com/assets/infiniteformrows.html
The problem with modified is is everytime you …
0
votes
5answers
40 views
Insert multiple rows into mysql with php using foreach arrays
Im stuck, been trying to figure this out for 2 hours now. I have figured out the foreach loop, but cant figure out how to insert the data now.
here is my php, what am I doing wrong?
$query = …
0
votes
1answer
14 views
why the jmeter not work ?
I use jmeter to record the requests and then perform a performance test.
after i records all the requests with proxy server.
and these requests contain post form.
after that I run the test cases, but …
1
vote
7answers
45 views
Jquery to target same id as class name of clicked element?
I'm trying to use jquery to enable a form button only after a radio button has been selected.
It's a t-shirt shop where the user is required to choose a size before the 'add to cart' button becomes …
1
vote
4answers
77 views
Is it redundant to use the “name” attribute for input fields in modern web development?
Hello,
I've noticed a lot of websites with form(s) containing input fields whose "name" attribute is specified even if it isn't used for styling or scripting purpose!
Moreover, according to the …
1
vote
1answer
17 views
Can’t get JSF input field value on JAVA backend
Hello.
I have following UI part on JSF - it's simple search form with input field and submit:
<h:form>
<h:commandButton action="#{operation.found}" value="#{msg.search}" />
…
1
vote
2answers
76 views
Delphi Form Painting Black Flash When Restoring
When I minimize and restore my Delphi application, the window contents flash a horrible black before (re)painting on Vista/Win7. This can also be seen with the Delphi 2007 IDE - the Object Inspector, …
0
votes
1answer
18 views
MDI Child Form Start Position Problem
Hi:
I am having this strange problem with the start position of the MDI child Form.
Here is my code for the start position, I wanted it to be the middle left of
the MDI Parent Form.
//show …
0
votes
3answers
28 views
Post the checkboxes that are unchecked
I've got a load of checkboxes that are by default checked. My users will probably uncheck a few of the checkboxes (if any) and leave the rest of them checked. Is there any way to get the checkboxes …
0
votes
2answers
82 views
Creating a Form In C++
Hello,
I'm just starting to use MetroWerks CodeWarrior 1.1 For Mac 68k in a Mac System 7.5.5, but I need to know: How can I create a simple Form with a TextBox on it? Thanks.
0
votes
1answer
14 views
chinese search form in flash
hey!!
i'm working on a menu with a search field, all this menu is done in flash, on the english side works perfect, you write "dah" and it searches for "dah" but on chinese, you write "餅" it posts …
0
votes
3answers
34 views
Cross-site tomcat form post not working
Hi,
For a customer, I need to write a Servlet which can print values in a form post. The form is hosted on another server and looks somewhat like this:
<form action="http://myserver/myServlet" …
0
votes
5answers
39 views
How to pass values of a form to the sever with Ajax and Jquery?
How to use Ajax and Jquery to send all the values of input elements within a form to the server? The input elements are dynamically generated so a list of input names in an Ajax post is troublesome. …
0
votes
2answers
33 views
Problem with caching (maybe) when using AJAX and PHP
Hi
Firstly I tried fiding some similar posts but could not quite find anything. Mainly because I see this problem in FF and not IE only.
I had a web page that was updating a mysql db no problem with …
0
votes
5answers
78 views
POST to a form that POSTS to another form
From an external site, I need to present a form that POSTS data to secure.domain.com/index.php. Inside of index.php, I fill some hidden fields which in turn need to be posted to …
