Questions tagged as 'input'

0
answers

Getting data from a form with external action with POST

Hello. I have a problem trying to retrieve data from a form where its action is an external url. <form accept-charset="UTF-8" method="post" name="formIntegration" id="formIntegration" onsubmit="return DinamizeValidateForm(this)" action=...
asked by 21.11.2017 / 19:12
0
answers

How to limit the upload of an image by its size in pixels?

I'm doing an application with VueJS and I have an image upload input and I want to set a size limit of image to upload, not in KB or MB, but rather based on its pixels ie only allow upload if the image respects the pixel limit. Eg 320x280...
asked by 04.10.2017 / 20:26
0
answers

Center TextBoxFor with column icon

I'm trying to create a centralized login form, but with the code below the input text is aligned to the left and the icon to the right: <div class="form-group"> <div class="row"> <div class="col-md-4 col-md-offset-4">...
asked by 24.08.2017 / 16:21
1
answer

I wanted to validate two input fields with a button

I am master of an RPG game and I made a puzzle with a website. In this puzzle is to discover two numbers and then find out if they are correct and after redirecting the players to another page. And I've tried everything that's singing how to do....
asked by 20.08.2017 / 21:07
0
answers

Search Value Input Jquery

I have the following field on the "index.php" page: <input type="hidden" id="exemplo" value="<?php $varExemplo; ?>"> I would like to get the value of this field on another page using jQuery. var exemploIndex = $("#exemplo").va...
asked by 01.07.2017 / 01:48
2
answers

Icon within the input

How do I put a icon inside of input ? input : <input id="password2" class="form-control" placeholder="Enter password" name="Password" type="password" value="" ng-model="user.Password" ng-pattern="/^(?=.*[a-z])(?=.*[A-Z])(?=...
asked by 09.06.2017 / 11:10
1
answer

How to exit an input by timeout in Python

I'm making software in python running on raspberry, now it has a data entry on a matrix keyboard ( link ) and another by a bar code reader, which functions like a normal keyboard. I loop through the menu first by listening to the matrix keyb...
asked by 19.05.2017 / 15:22
0
answers

Automatic hosting of JPG from PHP and Javascript functions [closed]

I have a part of a client's site that shows the name of the logged-in user, the drive where it works, and the user's photo. I want to implement an automated function (in javascript and php) so that when the user clicks on the photo, automatic...
asked by 27.06.2017 / 17:08
2
answers

Do search inside input and open in another page

Hello, I'm creating a project in my computer course. I would like to know the best way to do a search in the database inside an input, and open another page in the search. Note: I'm using php, I've used input and created a button to point to...
asked by 04.04.2017 / 18:28
0
answers

Insert a same image multiple times through the input file

I'm setting up a website for a school, and I'm adopting a new feature. I created an input file for people to insert images and they, through a preview should appear in the respective pictures below. But it only works with the first frame! does n...
asked by 17.03.2017 / 15:55