Top "Inputbox" questions

The <input> tag specifies an input field where the user can enter data.

how can the textbox width be reduced?

Can I reduce the textbox width without using classes? <input type="text" maxlength="5" style="3px"/>

html maxlength inputbox
Input boxes with transparent background are not clickable in IE8

I have an absolutely positioned input box in a form. The input box has transparent background: .form-page input[type="text"] { …

html css internet-explorer-8 internet-explorer inputbox
How do I make a HTML input box default text remove AFTER starting to type

Say I have an input box with default text "name" in it. I would like for the user to click …

html input inputbox
Prompting a user with an input box? [C++]

My goal is to simply use a pop-up box to ask the user for an input. I've searched around quite …

c++ winapi inputbox
Input box date range in vba?

I have an excel file and in the first column (A) i have some dates like this: 17/10/2013 18/10/2013 19/10/2013 20/10/2013 21/10/2013 22/10/2013 The other columns …

vba excel date-range inputbox
How to add reference to Microsoft.VisualBasic.dll?

using Microsoft.VisualBasic; Microsoft.VisualBasic.Interaction.InputBox("Favourite RPG?", "Game", "Cool!"); So what this does is basically ask the user …

c# inputbox
input box in asp.net c#

I need to create a simple input box on my website in C#. It should pop up, when i call …

c# asp.net inputbox
Styling HTML5 number input (spin box) in Chrome

Chrome recently updated its input element styles. I really like the number input type, but their new style gives us …

css html google-chrome inputbox
Delphi InputBox for password entry?

Inputbox: answer:=Inputbox('a','b','c'); works good, but I'm looking for a masked one, like a password box where …

delphi mask textinput inputbox
Filling Internet Explorer inputbox

I read so many answers to my problem but somehow if I try to "mimic" what I see, I still …

vba internet-explorer excel inputbox