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.

learn more… | top users | synonyms (1)

3
votes
3answers
57 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
20 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
68 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
49 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
59 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
67 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
34 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
47 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" ...
1
vote
2answers
34 views

Can I reference input:text as an #id?

I'm looking to create a "filtering input field" that eliminates tiles from a page that don't match the input. So far I have this... HTML - <input name="filter" type="text" value="Find who ...
1
vote
1answer
61 views

Can hadoop take input from multiple directories and files

As I set the fileinputFormat as hadoop input. The arg[0]+"/*/*/*" said match no files. what I want to is to read from multiple files as: Directory1 ---Directory11 ---Directory111 ...
-2
votes
1answer
63 views

How do I use the replace function on input in javascript [closed]

I have this code so far <!DOCTYPE html> <html> <body> <p>Convert Link</p> <p id="youTube">http://www.youtube.com/watch?v=6eo5RDBLbVU</p> <button ...
0
votes
1answer
23 views

add an input in a div with javascript

i have in my html page this div shown as lightbox: <div id="container"> <input type="text" id="user_1" name="user_1" value="user_1"/><br> <input type="text" id="user_2" ...
0
votes
1answer
29 views

Pass many input values through ajax

My question is related to this How to send many form input values with $.ajax Want to understand how to pass ~ 100 input values through ajax For example input <input type="text" ...
2
votes
2answers
27 views

Using JTextField in a JApplet

This is my first time messing with JApplet.. I'm trying to make this JTextField() work properly... But no matter what i do i cant get it to show up on the page! import java.awt.*; import ...
2
votes
8answers
57 views

Input field value's length

Is there a way with jQuery to find out the width of text inserted in input field of type text? I need that info because I need to perform some work when certain with is achieved. Also it would be ...
1
vote
2answers
55 views

JQuery event, text changed but NOT by keyboard - how to catch it?

Scenario: A humble text field, marked as readonly. When clicked a datepicker appears. When you click a date from the datepicker it populates that text field with something like: 10/05/2013. Problem: ...
1
vote
1answer
28 views

Arduino : time scheduler is not working

I am trying to use the Arduino time scheduler. I copied the code from here and I imported the library, but it didn't compile. Here's the compilation error code and the code itself: Error: In file ...
0
votes
8answers
61 views

jQuery: change Minutes in hour

I am using jQuery to convert minutes into hour, whenever minutes exceeds more than 59 hour is changed to 1. I have tried this so far- <script type="text/javascript"> ...
0
votes
2answers
43 views

Testing if user hit enter(while still testing for good input)

I have a loop that i want to exit upon the enter key hit at the first cin, but i'm having trouble getting the program to work correctly. Currently i have: while(running) { cout << "enter ...
1
vote
1answer
35 views

My program works in Python shell but doesn't recognize my input when it runs in cmd.exe

Hey I'm totally new at this and not sure why I'm even trying to run my code in the cmd.exe... But, when I run my script in there it doesn't recognize when I type in my correct password for the input. ...
0
votes
4answers
50 views

Setting an ImageView from a For-Loop

This question may be a bit a tricky. I tried, but I am not really even sure what to search for, so I did not find any documentation on this. I have a 7x10 grid, and each grid has its own image view. ...
0
votes
2answers
28 views

How to prevent insertion point from changing its position in an input element when pressing arrows?

I have an auto-complete box where user can choose between results with arrow keys while the input element is in focus. when the user uses up and down arrows, the insertion point jumps between the ...
0
votes
1answer
26 views

Automatically reading in a single character from user input Android

I can't seem to find a way to do this: I want to store a single character from a user from the keyboard as part of the user input, as soon as they enter it. I don't need a text field or submit button. ...
3
votes
1answer
79 views

Handle IE 9 & 10's clear button with Knockout binding

I have an input text box bound to a knockout js observable. <input id="searchTextBox" class="searchTextBox" type="text" maxlength="25" title="Search" placeholder="Search" ...
1
vote
3answers
19 views

jQuery remove specific input value before submiting

Here is what I have: <form method="get" action="" name="advsearch"> <input type="hidden" name="query" value=""> <div class="formelement-01"> <select name="product" ...
0
votes
1answer
50 views

Running program from debug folder doesn't read input from file while on compile with VS2010 in runs properly

So i have a program which reads the input out of a specific .txt file. The code is: void Image::get_image_dimensions(char *fname) { // determine the number of entries in image ifstream fin(fname); ...
0
votes
1answer
23 views

Android multiple input filters

I would like to know how can I set more than one filter on input box? This is what I'm trying: input.setFilters( new InputFilter[] {new InputFilter.LengthFilter(20)}); input.setFilters( new ...
0
votes
1answer
30 views

Can this be done in classic ASP?

I am just wondering if I can make an input field that does something similar to the image in classic asp? a textbox or whatever that will use the up and down arrows to increase/decrease the value in ...
0
votes
1answer
32 views

Use One TextField to Input multiple data in Java

Im trying to make a program to calculate my average. But i only want to use one TextField for input. Any suggestions? I tried to make it so when the button changes, it assigns the number to the ...
2
votes
2answers
67 views

What Is The Difference Between BUTTON1_MASK and BUTTON1_DOWN_MASK?

From the java website: BUTTON1_DOWN_MASK = The Mouse Button1 extended modifier constant. BUTTON1_MASK = The Mouse Button1 modifier constant. I'm not even sure what a "modifier constant" is. Let ...
-1
votes
0answers
30 views

Stop jQuery from disabling inputs during animation

Hi I have a form and on submit it checks for errors and generates a div saying what the error is. Then the error message fades out when the user clicks on the input, but during the exit animation the ...
0
votes
0answers
44 views

Alt + numeric (ASCII code) input for wpf text box

In my WPF application, I want to input the ASCII code 9837 ('♭') in a TextBox. When I try (using LeftAlt+9837), the textbox displays the character 'm' instead. I tried to change the FontFamily of the ...
0
votes
2answers
26 views

How can I store user input inside a text file in perl?

I'm trying to create a text file that will store user input such as their initials. This code will prompt the user for the information and create a text file but the text file remains empty. How can ...
0
votes
1answer
70 views

Check if EditText input matches SimpleDateFormat Android

I've searched a lot about this but I didn't find a way to check if a text written by the user in an EditText matches a SimpleDateFormat, is there a simple way to do that without using regex ? Here is ...
0
votes
3answers
58 views

How to validate a form's input value

I am trying to validate a form's input value after clicking a button using jQuery and javascript. Right now, if I put in a value for the input and click submit the input field and button just ...
-2
votes
0answers
12 views

Facebook connect using javascript and Facebook application registration [closed]

i have tried to implement Facebook connect. but it is not working. i am using FB.init(,) function. > and added following script and i am getting javascript error message "Microsoft ...
1
vote
0answers
66 views

HTML Input has focus, but I can't edit it after using .val()

So here is the problem. I have facebook page tab app. In it there is a form with text inputs and a button "Facebook login". When the user clicks the button jQuery fills in the form with user data ...
0
votes
1answer
66 views

More than 3-Way Checkbox

I want to implement an country-selection-input. In other words, I've got a form with a 25x25px flag, which I want to be clickable - say, german as default, first click changes it to netherlands, ...
0
votes
0answers
31 views

Placeholder for an Iframe php

I use an onclick event on a text box. If a user clicks inside the textbox, a youtube video is loaded inside an iframe (in div "video_holder"). Next to this div, there is a div called "text_holder", ...

1 2 3 4 5 139