Tagged Questions

18
votes
13answers
21k views

Javascript Post Request like a Form Submit

I'm trying to direct a browser to a different page. If I wanted a GET request, I might say document.location.href = 'http://example.com/q=a'; But the resource I'm trying to access won't respond …
9
votes
4answers
4k views

In a django form, How to make a field readonly (or disabled) so that it cannot be edited?

In a django form, How to make a field readonly (or disabled) so that it cannot be edited? When the form is being used for a new record entry, all fields are enabled, but when the record is in update …
7
votes
7answers
575 views

Dynamic GUI creation using configuration files

Is is possible to create GUI for a Delphi application using an configuration pattern from an xml etc... file. Any frameworks exist for such an operation. It is easy with scripting like languages but …
7
votes
11answers
2k views

Is there a Javascript MVC (micro-)framework?

Are there any client-side Javascript MVC (micro-)frameworks? I have a rather complicated HTML form and it would benefit from the MVC pattern. EDIT: I imagine a good solution would provide the …
6
votes
3answers
394 views

How do I simplify Form Processing in PHP?

I'm been a PHP developer for quite some time now but until today I've not found a simple way to process (aka normalize, sanitize, validate, populate and display forms and it's respective field …
6
votes
8answers
1k views

Delphi form creation without freezing main thread

Hello everyone. I am having trouble with something i wanna do. I have some big forms which take some time to create. To make the app load faster i thought of letting the forms be created in a thread …
5
votes
5answers
492 views

Delphi 7 forms, anchors not working in Vista

The software is built on Delphi 7. On my XP machine, the form resizes as I expect. However, on two Vista machines, I have components with anchors set to [akLeft, akTop, akRight, akBottom], but when I …
5
votes
6answers
1k views

MVC - Passing Data with RedirectToAction()

What I'm attempting to do is take the data entered into an MVC user form and submit it back to the user in a different view. I have a private variabled declared in the class: IList<string> …
5
votes
6answers
1k views

How do you overcome the html form nesting limitation

I know that xhtml doesn't support nested form tags and I have already read other answers here in stackoverflow regarding this subject, but I still haven't figured out an elegant solution to the …
5
votes
7answers
2k views

Is there a W3C valid way to disable autocomplete in a HTML form?

When using the xhtml1-transitional.dtd doctype, collecting a credit card number with the following HTML <input type="text" id="cardNumber" name="cardNumber" autocomplete='off'/> will flag a …
5
votes
3answers
803 views

Firefox manipulation of saved form data

Hello, there is a firefox plugin for manipulate and delete saved form data? In the browser there is only the optiof for delete all data. Thanks all. Alberto
5
votes
4answers
858 views

Generic way to fill out a form in javascript

I'm looking for a really generic way to "fill out" a form based on a parameter string using javascript. for example, if i have this form: <form id="someform"> <select name="option1"> …
4
votes
6answers
655 views

In IE8 enter key in a form does not work

I have a problem that in IE8 the enter does not work to submit a form. I have generated a test page to expose this problem. It seems that displaying the form in the onLoad function disables results …
4
votes
3answers
107 views

What is the best practice for form and dialog placement on single and multi-monitor systems?

I'm having a sort out of my (Delphi) applications and I been visiting the floating form size and location persistence which seems to be increasingly important with larger screen real-estate and …
4
votes
4answers
104 views

What are these HTML form fields for?

Hi, I saw some code, html form code which looks like this: <form name="form1" method="post" action="action.php"> <label for="name"> Name: <input type="text" name="name"> …

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