Input is usually related to the user input, i.e. to the data that user effectively supply to the running application. In many systems this input is considered to be potentially dangerous and needs to be sanitized.
0
votes
1answer
35 views
Populating inputs with table values in laravel
I have a profile edit page that has multiple fields like the one below. These are being populated by my table values for a user address if the user has an address.
It all works fine even if I only ...
0
votes
1answer
49 views
How to simulate keypress in Batch file? [GPG expert key generation]
How do I make a Batch (or C/C++, on Windows) script (running a gpg command hundreds of times) that is able to simulate the following keyboard input (and being intelligent enough to wait for input to ...
0
votes
1answer
56 views
i have four string values from method. how to combine strings?
so i will get the value of these string from a method, and i need combine them as a file address, but i can't combine the string like i did on FILE_PATH_STRING. I tried to use concat method, but it ...
0
votes
1answer
53 views
how to move the text in input using js
I just use js to set an text input's value. But when the text is longer than input can hold, the excess text is hidden in the right part of the input. How can I hide the excess text in left area just ...
2
votes
1answer
26 views
How to change the background color of a line of user input in a textarea?
I know how to change the background color of a textarea, but what about changing the background color of the text that users type into a text area?
For example, in HTML you can change the background ...
0
votes
1answer
19 views
Prevent onfocus() from clearing text box
I don't usually need to ask on here as just about every question has been asked but after searching for half an hour all I can find is tutorials doing the opposite of what I want...
Basically I have ...
0
votes
1answer
31 views
customizing paypal checkout, including php variable
I'm trying to add a "custom" value to the 3rd party checkout PayPal option. The problem I'm having is the PHP variable is being displayed on the screen. I'm passing the shopping cart values in a ...
-2
votes
3answers
32 views
style input file button with JS - change text after file chosen
I have an HTML input which I am hiding because I don't like to see "Choose a file".
http://jsfiddle.net/tPTxJ/
Codes:
<a href="#" onclick="document.getElementById('userFile').click(); return ...
0
votes
0answers
27 views
Ho to add input box dynamically and submit the result on top / under the input boxes (NOT on alert box)?
May i note that i have no knowledge of php or javascript
Your input would be appreciated ...
I have found a script to do what i need, except for the fact that the results are displayed in array. (the ...
0
votes
1answer
43 views
Input in tr>td>input is not processed with jquery serialize
i have found some solution to an problem I face under the last solution provided under this link: Create a HTML table where each TR is a FORM
Anyhow, here are some fragments from my code:
HTML:
...
0
votes
3answers
37 views
Determining button boundries with terminal IO in non-canonical mode
I'm trying to understand how terminal I/O works.
When a terminal is placed in non-canonical mode like so (missing error handling):
struct termios term_original, term_current;
tcgetattr(STDIN_FILENO, ...
0
votes
1answer
11 views
How to force models to take all the input variables in WEKA?
I am using REPTree model in WEKA. My data has three input variables. Even setting up unpruned as TRUE, REPTree is only taking two input variables. How to force the model to take all the input ...
2
votes
6answers
89 views
Is “type” required for an input?
So I'm again amidst a philosophical debate;
Should you specify a type for an input when all you want is a text input?
The default for type is of course text, so omitting the default attribute ...
1
vote
1answer
20 views
selecting options for multiple input
this is my first time using this site so i will do my best to ask my question appropriately.
i am working on a name class that handles both first and last names. the problem i am having is that in ...
0
votes
0answers
10 views
WebKit-specific attribute to disable the AutoFill function on a certain field
Is there some kind of attribute that'll block Safari and Chrome's address and contact info on a certain HTML <input>.
I have an EmailSubject field in one of my forms and Safari (iOS and ...
1
vote
0answers
41 views
How to Intercept touch input on Windows 8
I'm writing Windows 8 desktop app and would like it to pop up when user taps the screen with (for example) 4 fingers. I've found this question:
How to detect tapping (touch input) globally instead of ...
0
votes
3answers
40 views
assembly getting an input immediately
Is there any interruption in assembly which read an input immediately (I mean without waiting for an enter and etc).
For example: In java there is in the keylistener a function gives the ascii code of ...
0
votes
1answer
34 views
Multiple options for query from select menu
I have a search area which contains 3 field, one is an input field and the other two are drop down menus. Either someone enters something into the input field or they select from BOTH of the drop ...
0
votes
2answers
36 views
Detect if an Input has Changed dynamically
Other javascript is changing the value of an input and I was wondering if there was a way to detect the change.
This question has nothing to do with Keyup or Change. This is not being typed in by ...
2
votes
1answer
40 views
How to detect if a one radio button in a group has been selected with jQuery
I'm 95% there in writing an HTML5 'required' attribute fallback, I'm having a small issue and I've come to the end of the road in my knowledge!
What works:
Detecting 'required' attributes, looping ...
0
votes
0answers
17 views
+50
Can't get backspace to work in codemirror, under Phonegap on Android 4.x?
I need a web-based text/code editor that behaves well, for my App.
I'm trying to use codemirror under Phonegap and currently I'm having problems getting backspace to work for previously entered text. ...
1
vote
1answer
40 views
Google Chrome Auto-Form Fill Highlight
I have custom text input CSS on my site, which causes the boxes to be all white when selected and grey when not in focus, as you can see here:
In the second picture, Google Chrome automatically ...
0
votes
2answers
30 views
Giving elements new id
I want to add ids to inputs dynamicly using javascript.How can I do that.I wrote a function but it wouldn't work.
html
<form>
element 0_0 <input type = "text" class = ...
1
vote
0answers
23 views
Optional prefix in masked input
I'm using this Masked Input plugin: http://digitalbush.com/projects/masked-input-plugin/ for my field input.
This plugin allows for optional fields easily enough, such as for example a telephone ...
0
votes
1answer
50 views
R read.csv from terminal using /dev/stdin
I'm using:
R version 3.0.0 (2013-04-03) -- "Masked Marvel"
Platform: x86_64-pc-linux-gnu (64-bit)
I try to use read.csv to input a little CSV data snippet + header, directly from the terminal.
I'm ...
0
votes
3answers
25 views
How can I limit user input to a single alpha character in c#?
I'm using the following code to accept user input. I want to limit user input to a single alpha (a-z) character only. I'm finding a lot of validations using IsNumber to validate integer input, and a ...
1
vote
2answers
44 views
Slashes are added automatically [duplicate]
I have a script on my local server which has some input tags where you can add some data which will be stored in a mysql database. On my local server, the data is added as it should but on my server, ...
0
votes
0answers
21 views
Windows 8 Pointer API giving WM_NCPOINTERUPDATE after double clicking caption bar
I'm trying to do mouse input with the new Pointer stuff in Windows 8 (i.e. WM_POINTERDOWN, WM_POINTERUPDATE etc.).
When I double click the caption bar to maximize, everything is fine, but when I ...
0
votes
1answer
44 views
How to not issue a new line in Python 3 when entering text with input()
I'm making a basic utility in Python 3 where the user inputs a command and gets feedback printed out into the console. When entering data using the input() or sys.stdin.readline() functions this is ...
0
votes
0answers
16 views
Printing an input's value, using a print media stylesheet
I'm using the following jQuery plugin to get a nice, user-friendly print preview and then printing using a print version of the stylesheet.
https://github.com/etimbo/jquery-print-preview-plugin
...
0
votes
2answers
53 views
Converting input to a double in Java 1.4.2
there is a section in a school project where I need to convert input to a double, to be multiplied by another double, and I keep getting "error: int cannot be dereferenced" for the following code:
...
3
votes
3answers
56 views
Avoid writing code twice while maintaining proper way to code?
I'm trying to create a function getInput(prompt, number), where prompt is the text that will get printed in front of user's input (e.g. > or Choose a password:) and number is a boolean value which ...
2
votes
1answer
55 views
form is not creating post variables
I have a form and its not creating post variables,
why is this? the code is below.
The function createMedewerkerList(); is not the issue
try'd removing all functions used in there but it didnt work ...
0
votes
2answers
27 views
How can I pass input to a function, then have it use that input across 5 internal functions that are chaining each other?
This is essentially 2 questions I think.
How do I make all internal functions use the same raw_input?
How do I chain functions with that input?
I've been trying to make something that will make a ...
0
votes
2answers
38 views
Python: Using run time inputs to change key values in a function
import sys
def fun( a=7, b=1 ):
print a, b
fun()
fun( a=5 )
fun( sys.argv[1:] )
The first fun() prints out '7,1', the second prints out '5,1', but the third prints out '['a=8', 'b=6'] 1]'. I ...
0
votes
0answers
19 views
how to make one search input form with select option list target
how to make one search input form with select option to change the target or maybe the fuction of input text form i did this but did'nt work at all:
<form action="/trinity/publishing" method="get" ...
-1
votes
3answers
67 views
How to do validation for input? number or alphabet.. C programming
set1:
printf("Name : ");
gets (name);
if (isalpha(name)) {printf("\nSorry, input is invalid\n");
goto set1;}
this is a piece of my code, and i declared name as char name [30];
but, it ...
0
votes
1answer
48 views
Java validating a range of numbers from user input
I have been having problem with my validation, and it is stressing me out, I have done it in various ways with different loops, and the one I have as of now is this one, if I take out the IF statement ...
0
votes
3answers
45 views
Create a JFrame from a class and take input from it
I'm a little confused by how to achieve what I want to implement. In my main Java class I want to be able to call multiple JFrames for things like settings. I have the GUI in the main class set up; I ...
0
votes
3answers
53 views
jQuery 'OR' not working when looping through required input elements
I'm writing a small required HTML5 attribute fallback for various inputs. It's going pretty well so far, but I'm having trouble when checking a radio button is ':checked' and using the 'OR' || ...
1
vote
4answers
60 views
How to find which input field is modified?
I have couple of input field and values in them. This is projected to the user.
The user can modify these values and submit them.
When submitted, I need to check which input field is modified.
I can ...
0
votes
0answers
55 views
C++ USB conencted barcode scanner input capture
I have a USB connected barcode scanner.
When I scan a barcode it emulates a regular keyboard and prints the value of the code into the current window. I'm looking for a way to grab that output and not ...
2
votes
2answers
66 views
Get input after prefix
I'm searching for a function that will print a string before the input is made. I know this is possible with printf and gets, but I want the string to stay on the last line where the input is given. ...
0
votes
0answers
14 views
How do I hide a parent if div does not contain content?
I have a script that matches user input to filter and hide parents with divs containing that content.
I want to use this same script to hide parent that do NOT contain the inputed content.
I tried ...
1
vote
1answer
28 views
Sending inputs to email? WinForm C#
I'm working on a simple WinForm project where I have a textBox that the user inputs his name.
When he clicks on a button I want to be able to send this input to an email address or something like ...
0
votes
1answer
44 views
wait(0.5) is there a way? --fflush() block stop stdin ??? HALF SOLVED
the objective is to make workin() a low priority thread while other really heavy calculations are being made
2- is there a way to make a wait() of, lets say, 0.5 seconds ??
1- is it possible to ...
0
votes
0answers
32 views
Php file not retrieving data from file directly
I have a folder of images and I only want to select specific images from that folder, so I created a .txt file with the names of the files i wanted to be selected from that folder, I then made it so ...
0
votes
1answer
42 views
execute commands from another program from a python script
Unable to communicate from a python script with java program.
I have a java program that reads from standard input.
Logic is:
public static void main(String[] args) {
...
BufferedReader in = new ...
1
vote
2answers
72 views
Just an input in Python
I've just started learning Python. As this is my first language, don't be harsh on me if this is too easy. I can't figure out how to solve this. This is what i've programed:
a=input("Enter pyramid ...
1
vote
1answer
45 views
How to get a form elements value in the resulting child window (jQuery)
I'm trying to pass the value of an input element from a form on my parent page to its child page. The form element on my opener page, as follows:
<input id="selectedOrgName" type="text" ...







