Advertisement

1 - 10 of 171 containing alltags:("Submitting forms") (0.002 seconds)
Hi, I have three frames. The first frame contains a form. When an user submits the form, I set the target on the form to frame2 and submit, then to frame3 and submit. window.document.myform...
Zones: JavaScriptDate Answered: 05/08/2001 Grade: B Views: 0
I have some forms that contains selection list, text area and edit box controls. When focus is in edit box click on "Enter" key successfully submits forms. But focus is in selection list or text ar...
Zones: HTMLDate Answered: 08/09/2001 Grade: A Views: 0
I want to provide a form with a dropdown element such as,  <select>   <option value="1">*</option>   <option value="2">**</option>   <option value="3" selected>***</option>  </select> The...
Zones: JavaScriptDate Answered: 06/03/2002 Grade: A Views: 0
I would like to ask is there any reference and source code on writing a program to insert text in textfield in a form and click "submit" button in a browser (IE or netscape)? What programming tools...
Zones: Web Development, Web DevelopmentDate Answered: 03/18/2004 Grade: A Views: 0
Hi, I need some code that will submit a form whenever the user clicks on a hyperlink on the page. I already have it working with an onClick event handler in each hyperlink, but what I actually w...
Zones: JavaScriptDate Answered: 04/25/2004 Grade: A Views: 0
I have a web page which contains many forms, the form I having problems with is included.   My goal:   1) One form with two submit buttons that fire a function with clicked.  Currently the functo...
Zones: JavaScriptDate Answered: 11/09/2004 Grade: A Views: 0
Hi i have <Script> function submit_form(myform){      document.forms[myform].submit();     } </script>  <form action="bomstart.asp" method="get" enctype="application/x-www-form-urlencoded" ...
Zones: JavaScriptDate Answered: 11/22/2004 Grade: A Views: 0
I have a web form that I'm using to add information to a database as well as allow a user to upload a file.  I've gotten complaints that the form will not submit when someone just types in text ins...
Zones: Web Languages/StandardsDate Answered: 01/19/2006 Grade: A Views: 0
Hi Experts, I am currently working on a site which is very nearly complete. A very annoying problem is remaining, which I cannot solve This form is not submitting to the SQL database: http://...
Zones: PHP and DatabasesDate Answered: 08/29/2006 Grade: A Views: 0
Hi I have a form with will not submit through to the next page i wish it to go to.... The code reads:       <%       Set RSshipping = Server.CreateObject("ADODB.Recordset")       SQLshipping = "SELECT * F...
Zones: JavaScript, Web Development, ASPDate Answered: 09/26/2007 Grade: A Views: 0