0
votes
1answer
39 views
cancel a submit in jquery?
Hi all, im doing a form validation and I want to validate the input fields when "on submit" if error Im using jquery.scrollTo to go to error:
$('#form_inscripcion').submit(functio …
0
votes
3answers
39 views
Why the form class in windows form application is declared as partial?
Can somebody tell why and for what it is declared as partial?
what is its use?
Is this possible to declare it without partial?
0
votes
3answers
20 views
Hiding Checkbox & Assigning Value - Ruby on Rails - Easy Question…
I am trying to hide a checkbox and assign a default value of 1 such that the submit button only shows. Here is my form. Just wondering as the proper format as I am new to rails. I …
0
votes
1answer
34 views
Complete POST and redirect to a third party site
I have been struggling with this for three days, I want to do a manual post to a third party provider, that will then take details from the web user (in this case the provider is P …
0
votes
0answers
33 views
How to print a page with more attractive way
I have a web page to print the customers for each each company has.
For instance the comany name is A. A has 4 customers and A wants to print its customers' detailed list to A4 pag …
0
votes
3answers
61 views
How to open an app main interface from the executable instead on the tray icon in c#
Here is the scenario, i opened my application then the tray icon shows, if i double-clicked the tray icon, the main interface will be shown. if i open again my application, the mai …
0
votes
2answers
35 views
Styling Forms Ruby on Rails 2 - Easy Question
I am new to Rails so this is probably an easy question but can't find anything that seems to explain it well.
How do I style forms in rails to. When I try to use the default styl …
0
votes
3answers
51 views
labels in textarea
<input name="textbox" type="text" value="Click here to type" onfocus="if(this.value=='Click here to type')this.value='';" onblur="if(this.value=='')this.value='Click here to typ …
1
vote
4answers
40 views
How to HTTP POST from a link without JS
Any methods to submit a POST request from a link if JS is disabled?
Ideeas so far (none of them perfect)
Use <input type='submit>, but I need a link not a button
Use < …
0
votes
2answers
25 views
ready event on a posted form
I have a form in an iframe, when this form is posted a file is returned to the user (based on the form information). This file is returned using content-disposition:attachment so t …
1
vote
1answer
50 views
C# Form Problem: new form losing control and randomly hiding
Hello, I'm encountering strange behavior with forms on a c# 3.5 app. On a button click, my form1 hides itself, creates a new form2, and shows form2. Form1 also contains the event …
1
vote
1answer
37 views
Is there javascript (prefer jquery) library that automatically maps form elements to JSON?
Background: This is something I have been looking for since before even JSON was known as JSON.
Suppose you have the following javascript variable inside your code:
jsonroot =
…
0
votes
1answer
15 views
Using CreateWindow and adding buttons and such to it? How?
This is kind of a noob question but I've realized after so long of coding DirectX/OpenGL applications I don't have the feintest of ideas how to create windows with basic form objec …
1
vote
2answers
110 views
drupal multiple node forms on one page
I have a view that displays several nodes. I want to place node form below each displayed node. Both node_add and drupal_get_form directly in template.php works fine, but I get for …
1
vote
2answers
32 views
Rails: Receive POST from External Form
I have a form on another website (using a different backend) that I want to be able to POST to my Rails application (on a different domain).
How do I generate a valid authenticit …
