2
votes
6answers
65 views
Python: Checking Header Format
I'm new to python and need help with a problem. Basically I need to open a file and read it which I can do no problem. The problem arises at line 0, where I need to check the header format.
The …
0
votes
1answer
40 views
PHP - How to use arrays for form input and update respective database records
I'm new to PHP... I want to know how to populate a form from mySQL. I'm stumped at the input section where I am trying to allow the user to select choices for radio button /checkbox for each record. …
2
votes
4answers
30 views
Ways to remove the autocomplete of an input box
Hi
I need a text input field which does not use the autocomplete function - If a user has submitted the form before, his previous submissions should -not- appear as he types into the form again, even …
1
vote
1answer
32 views
ASP page not receiving POST parameters
Hi all, I am writing a small application in Classic ASP. I have a page which has a form, which posts to a second page. Included with the form's POST, are file uploads, hence the need for a POST …
0
votes
2answers
39 views
Disable Opera’s autocomplete
Hello!
Opera's autocomplete function draws a yellow border around text inputs where it saved data. Is there any way to disable it programmatically?
Here's a picture to illustrate it:
0
votes
1answer
31 views
Asp.net MVC accept formatted input?
How is formatted user input typically handled in an MVC application? A user entering "1,000.00" for a number for example. I'm somewhat surprised the default ModelBinder does not pick up on this. Would …
1
vote
4answers
42 views
Label for password field
<input type="text" value="useraname" />
<input type="password" value="password" />
I'm using jQuery to make the inline labels disappear on click/focus. Password shows bulls as usual, but …
0
votes
4answers
37 views
<input /> type conversion (jQuery)
I have this:
<input type="text" value="Enter Password" class="password" />
... onclick/onfocus, I'd like to change the input type to 'password' and value removed, like so:
<input …
0
votes
1answer
133 views
Why is the ***** not working for my password input on IE?
On all other browers, when someone types in a password the * for security works just fine. For some reason those are not showing up on IE and the password is just showing up as is. Any ideas?
0
votes
3answers
65 views
Cakephp comment form input keeps the same value after i press add
Hello,
I've created a blog site from "Beginning CakePHP from novice to professiona"-David Golding. I have the comment view listed below:
<div class="comments form">
<?php echo …
0
votes
1answer
38 views
.NET: Inject Data into Input-Buffer of Process
Hi *
I need to automate an command line application. It asks the user to enter a password. All my approches to send the password via STDIN failed. Now I am trying to do this with an wrapper-programm …
0
votes
4answers
93 views
Copying INPUT FILE value to INPUT TEXT with click in jQuery
I would like to copy the value of a input:file to input:text. I can do it with plan JavaScript but I will like to know how to do it with jQuery.
----JavaScript
// This what the script would look …
0
votes
3answers
63 views
find value in a.txt , put it as an input in b.txt using batch
Hi guys,
I am looking for your help on the following.
I am going to read a value in a.txt, and put it as an input for b.txt
The problem is, in a.txt, the value will keep changing due to iteration …
0
votes
1answer
82 views
Getting user input from Win32 C++. WPARAM casted as int?
I'm working on a pre-existing codebase and I'm looking to have the user type any 1-2 digits followed by the enter key at any time during the code being run and pass that number to a function. …
0
votes
1answer
81 views
Can’t select text in input box on IE
I have an input box that is inside of a div, the div has a background image and the input box inside of it is positioned and limited in size / font to work nicely with the background image. In FF …
