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.
1
vote
3answers
40 views
Read only inputs in AngularJS
I have some problem with readonly inputs on agularjs. I have some select which changes readonly inputs values by script. But when I try to output those values by ng-model in the table as {{ng-model}} ...
-2
votes
0answers
9 views
android - get input during android application installing from user [closed]
I am developing android application. I need to know something possible or not. I need to get input during application installing from user. I think this possible on windows but I'm working with ...
0
votes
1answer
17 views
VBA Word macro to stop user input
I'm writing a big macro for MS Word 2013 and one of the parts of it should be sub that prevents user from writing text; user should be able to use hotkey (eg. ctrl+q) to stop (or start) this sub (I ...
0
votes
3answers
33 views
Python: Data Getting
Im trying to find out how to get certain data from a file in the easiest way possible. I have searched all over the internet but can't find anything. I want to be able to do this:
File.txt:
data1 = ...
0
votes
1answer
17 views
How to suppress whitespace from inputs in tcsh?
In tcsh I'm trying to make an alias like
alias getit "mv /somedir/$* ."
If I then do
getit foo.txt
tcsh tries to execute
mv /somedir/ foo.txt
i.e. it inserts an unwanted whitespace and ...
0
votes
0answers
7 views
multiselect.js refresh after change
Just trying to use multiselect.js for multiple type select input's
Here is what select looks like
<select multiple="multiple" id="my-select" name="my-select[]">
<option ...
0
votes
0answers
2 views
JQuery Mobile input[type=date] provides dates in different formats
I'm using JQuery Mobile's native date/time picker (http://jquerymobile.com/demos/1.2.1/docs/forms/textinputs/) and overall it works well, with one exception:
If you use it on iPhone, the input is ...
1
vote
4answers
38 views
Javascript: retrieve hidden field value inside element with ID
guess I have this
<td id="c1s2a"><input type="hidden" name="allow_move" value="1"></td>
how can I access the element 'allow_move' referring with the id c1s2a?
there are many ...
0
votes
1answer
17 views
Controlling of input size in irvine32 of assembly?
How can i limit the size of input when i was taking player name from user?i am using like that:
player1 byte 36 dup(' '),0 but when the player entered larger than 36 characters, computer is giving ...
0
votes
1answer
22 views
HTML5 Number Input Fails with decimal value
I have not confirmed if this is just an iOS error, but I'm facing this problem in my app.
This:
<input type="number" step="0.01" disabled="disabled" name="cash_total" value="4.00" id="cash_total" ...
0
votes
0answers
11 views
Linux kernel not reporting duplicates
I have created a driver for a proximity sensor that returns ADC count to the userspace. The userspace then converts the ADC to the distance. The problem is, sometimes the ADC value is not stable - the ...
0
votes
1answer
20 views
PhoneGap Android: Input color and focus weird (with images!)
I have two problems around the input box of my PhoneGap HTML5 CSS3 app.
1) When I select or have "focus" on the input, the background of the input turns to the color white, and the text-color is ...
0
votes
0answers
9 views
SAFARI - input vertical alignment is not working (NOT vertical middle!)
I've got the following problem:
http://jsfiddle.net/rxpJr/2/ (view with safari v5.1.7 on win7)
.row{
height: 33px;
margin-bottom: 3px;
position:relative;
}
.group:after {
visibility: hidden;
...
-4
votes
1answer
47 views
I want to display value in textbox when radio button is check into databse
I want to post the things i write inside others (Please specify) to my database. How am i supposed to go onto doing that?
HTML:
<html>
<body>
<form action="x.php" ...
0
votes
2answers
54 views
How to get value from an input and pass it to a function?
I'm in the process of making little point-and-click game using html5 and jQuery. Even though I'm complete noob at these, up until now I didn't have any significant problems. But recently I've ...
0
votes
0answers
25 views
jQuery get value from input type=number containing dash / minus
I have an <input type="number"> as I want the numeric keyboard on mobile device.
I need to get this value in javascript/jquery, which is normally just $element.val().
This works as long as ...
1
vote
0answers
4 views
CakePHP and multiselect checkbox
I'm sorry I've looked everywhere. For sure I'm doing a basic error in PHP using arrays. FormHelper returns me the correct HTML input checkbox only when I use the parameter 'selected' => array ...
0
votes
0answers
4 views
How do I set my visual viewport to be equal to my layout viewport
I have an input that zooms in on touch. The mobile keyboard prevents me from using preventDefault(). I found a solution that makes my viewport a standard size. Now my site looks aweful. I want the ...
1
vote
5answers
46 views
How to Read Multiple Inputs separated by a space from one input line?
Let's say I have a program that asks for the Full Name:
string firstName;
string surName;
Console.Write("Enter your full name:");
let's say the user inputs the string "Santa Clause"
if I use:
...
1
vote
4answers
42 views
how to check that user can not input more than one decimal or dot in html web page
I have web page with input field i want that user can input number in that but number should not contain two decimals like 10.0.0 mean it can only enter .one time not two times any idea how we can fix ...
1
vote
0answers
16 views
Safari renders text input boxes and textarea differently on iOS and OS X
I discovered Safari 6 on the Mac renders text input boxes and textarea boxes differently from Safari on iOS 6.
OS X:
iPad:
Here is the code:
<!DOCTYPE html>
<html>
<meta ...
-2
votes
1answer
51 views
Dynamic create table using input range with jquery [closed]
Anybody can explain me, why when I set my table using input range with 5 columns and 5 rows, and then, when I will change size rows, for example to 3 rows, and next all table will be empty, then I ...
0
votes
2answers
46 views
How to make an input and a slider together
I am experimenting with CSS 3D transforms and I am trying to make sliders to handle the transforms. I came up with the editor of Three.js and I liked the idea of how it handles the position, rotation ...
0
votes
1answer
31 views
input_event structure description (from linux/input.h)
Can someone please tell me what are the properties of the datatypes used by the input_event structure?
It is defined as follows in the input.h file:
struct input_event {
struct timeval time;
__u16 ...
0
votes
1answer
20 views
AngularJS input with ng-model should be empty in pristine state
Here is an input element I have in a HTML form:
<input ng-model="amount" />
As of now, since $scope.amount = 0 in my controller, it shows with that value. What I need is the input to be blank ...
0
votes
2answers
57 views
jQuery - Cannot retrieve Input Number value [duplicate]
<input id='nb' name="nb" type="number" placeholder="Number"/>
jQuery.val() returns the value if there are only numbers, but empty if there is any letter.
Chrome shows the input number arrows ...
0
votes
1answer
34 views
How to remove the blue cross on datetime-local HTML input in Chrome 27?
I was using the datetime-local input but since Chrome v27 a blue cross appears which allows to clear the choosen datetime.
I don't want it and get back to the input we had with chrome 26.
Here is how ...
0
votes
0answers
37 views
R wait for user inpuut
I have a problem with simple script in R. I want to manually input range (range1 and range2) for the fit, but when I'm using my code it's not waiting and read code lines instead (it reads ...
-6
votes
0answers
24 views
after clickin in input next to it appear image [closed]
I am new in php so I'm hopping you can help me. I'm doing form on the web. I want to make something like when someone will click into input next to that input will appear pic. Different pic for ...
0
votes
0answers
11 views
How to not show the context menu on an iOS device when selecting text in an input via javascript
Via javascript when I select all text in an input:
inputElement.focus();
inputElement.selectionStart = 0;
inputElement.selectionEnd = theTextInTheBox.length;
It brings up a context menu above the ...
0
votes
0answers
13 views
Is the LWJGL Keyboard.isKeyDown Method Relitive To The Update?
If I held down the keys up and down, and pressed a button that calls Display.update and ran the following code:
while (!Keyboard.isKeyDown(Keyboard.KEY_SPACE);
Display.update();
boolean up = ...
3
votes
6answers
56 views
Jquery Show Input Text Based On Input Value
I facing problem with my jquery, on showing input text based on input value.
Here is the JS fiddle demo :
http://jsfiddle.net/Ltapp/364/
When I try to input @hotmail, the input box will show. But ...
0
votes
4answers
32 views
how to read a line ignoring the tab spaces
Hi i have a code here that reads an input line. But i need help in ignoring the tab spaces that come in the line or even white spaces.
#include <iostream>
#include <sstream>
using ...
0
votes
0answers
8 views
AVL Tree sort word or sentence + mergesort
i started learning algorithm and structural data, and i don't know how to make an AVL Tree function with input from word or sentence that already sorted using mergesort:
First user input word or ...
1
vote
2answers
45 views
Creating N-dimensional dynamical array based on user's input?
An ASCII file has 61 columns, from which the columns are read using readlines(). The user has the option to specify how many columns to use to create an n-dimennsional array based on his/her choice of ...
0
votes
1answer
60 views
How to read csv data with unknown encoding in R
I have a .csv data, and I could view it from a webpage, but when I read it into R, some of the data couldn't be showed. The data is available here home.ustc.edu.cn/~lanrr/data.csv
mydata = ...
2
votes
1answer
45 views
Element has `checked` attributes but isn't checked?
I am using ThreeDubMedia's drag and drop selection feature to check and uncheck a couple checkboxes. It will check and uncheck them once, but no more than that. What's more, when I look at the ...
3
votes
2answers
52 views
Input value disables Enter key
I have the most annoying problem ever! I'm using an easy to use password script:
var count = 2;
function validate() {
var un = document.myform.username.value;
var pw = ...
0
votes
1answer
39 views
html input button text
What I want to do is to include a small table as the display text on a button.
My button is set to be 15% of the screen width and 25% of the height with various other styling features done using css.
...
0
votes
4answers
38 views
Input field with background img outside of input
Setup: I cannot change anything outside of the CSS, I can ask to change but It would be easier if this can be done in HTML. Other than that I will have to create a jQuery snippet and see if the ...
0
votes
2answers
25 views
How to store user input urls (anchor links) and redirect user using window.location?
I managed to create a condition to detect anchor link, but after that how do I store the anchor link in my anchor_num variable, so that I can redirect the use to specific url?
<script ...
0
votes
2answers
23 views
Automate AJAXed forms with Jquery
I want to improve my website and figured out a good way to do it was by submitting forms via AJAX. But, I have so many forms that it would be inpractical to do $('#formx').submit(). I was wondering if ...
0
votes
3answers
59 views
Storing in Array from methods
im trying to a double in an array. The question is that i have to store the results from the user input in the array. For example, i ask the user for the initial population, first day and increase ...
0
votes
3answers
62 views
Need an Input Validation in a Java program(Java 2 SE)
I had made a java program in which it is supposed to take input from a user in a GUI frame and store in a .dat file in row and columns. The problem is with this particular code as it is not giving the ...
0
votes
3answers
30 views
calculation based on input field for a result on the fly
This is an extension to this thread.
My situation:
I need a user to enter a decimal value (ie 0.05) and show a simple calculation on the fly as the user types (or pastes). The example shown works ...
1
vote
1answer
16 views
Why would subclassing NSFormatter prevent me from editing NSTextField's input?
I'm trying to format two NSTextFields for SMPTE time codes, which have the format:
HH:MM:SS:FF. However, when the user switches the SMPTE code to drop-frame, the delimiter between SS and FF needs to ...
-1
votes
0answers
7 views
Change default mouse orientation\rotation in windows
I'm making my own gaming mouse prototype and have stolen the optics from a Razer mouse. To make the electronics fit into my new mouse casing I had to rotate the electronics about 15 degrees ...
0
votes
0answers
29 views
Android: Generate input event from a activity
Is there a method to generate an input event from inside an Android activity?
0
votes
2answers
53 views
The program takes input infinitely
The following code segment is to take input t (the number of test cases) and number of students n[w] and a number g[w]. then it should height of students as the input and store it in the array stu ...
-2
votes
1answer
69 views
Javascript FOR loop, form input variables [closed]
I am having an issue with incrementing form names to be pulled into jscript variables. ($('#p'+i+'_status'))
There are 10 of each status. For 1 input it should be $('#p1_status'), so I could simply
...






