Tagged Questions

0
votes
1answer
34 views

Stop form page load upon submit with jQuery

$(document).ready(function() { $("form.ajax").submit(function(e) { destString = $(this).attr('action'); dataString = $(this).serialize(); $.ajax({ type: " …
0
votes
3answers
36 views

resetting form with javascript won’t work…

Here is my main page code: <form><iframe name="iframe_pic" src="iframe.html"></iframe></form> Here is my iframe.html: <script type="text/ …
0
votes
3answers
32 views

Django form submit button’s onclick does not call JavaScript function

I have a Django form that needs to do some client-side validation before submitting the form. This is the code in the template: <form action="/{{ blog_entry.id }}/addComment/" …
2
votes
1answer
58 views

How do I keep my C# Windows Form Responsive while it churns loops?

I have this massive nested loop scenario that is calling the DB and making HTTP requests to Basecamp API. At first it was a web app but it took much time to run the app so the user …
0
votes
2answers
25 views

Error with IE and form data when clicking back

Say if I am on page 1 , I enter my form data and go to page 2 , But wait I forgot something and I need to go back. FireFox and Safari ask me if I want to resend my form data. But …
1
vote
3answers
32 views

jQuery is not responding to a simple .click() command — what’s wrong?

I'm using jQuery to dynamically add form elements to a web form. Users can "add a time slot" to their request form by clicking a button/link. When clicked, I'm using .after() to ad …
0
votes
2answers
32 views

Winforms Disabling Control Box from showing up

Hello, I am creating a Winforms application without any Toolbars. The main window has FormBorderStyle set to Sizable and ControlBox is set to true. Every time I hit Alt and then …
0
votes
3answers
23 views

Email and Reusable Token URLs

I'm building a site that offers functionality to users without requiring them to register. The idea is to send an email to the specified address containing a link with a token. Tha …
0
votes
2answers
23 views

New MDI child resizes other maximized Forms

I have a project with a main MDI form. There is a child MDI form inside that is always present and cannot be closed (Is it possible to hide the close button while keeping the min …
0
votes
4answers
22 views

submit form with link while checking values

I have an HTML form defined as <form name="writeYourAd" id="writeYourAd" method="post" action="post.php?action=preview" onsubmit="return checkContentForm(this);" enctype="multi …
0
votes
1answer
22 views

C#: Getting a button to display a preset form

I am quite new to C#, so forgive my ignorance... I have (currently) 2 forms, one that needs to call the other. In other words, by clicking a certain button in Form1, Form2 needs to …
0
votes
2answers
26 views

Django Admin: How to dynamically insert values into the add inline form

Let's say I have this model: class Foo(models.Model): bar = models.ForeignKey(Bar) currency = models.ForeignKey(Currency) # currency is just an example is_active = mod …
0
votes
2answers
26 views

Character encoding problem with email format

Hi , I have a simple jsp form that the customer uses to send us emails. Though on some occasions the emails come through incorrectly formatted with the text =?ISO-8859-1?Q? sporad …
2
votes
5answers
160 views

How to position a form before it shows?

Our application used to make use of a common base form that all forms were meant to inherit from. I'd like to get rid of it for a number of reasons, ranging from the need to police …
0
votes
1answer
35 views

Select ForeignKey field in form ChoiceField

I have foreign key entries in my model that I'd like to use for my choicefields...now I'm not so sure how to go about this....my model file can be found here Basically I want have …

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