954,598 Members — Technology Publication meets Social Media
Username:
Password:
Lost login information?
Have something to say? Contribute New Article Reply to this Article

css problem

hi there all

i have a input text , like this one :

<form>[INDENT]<input type="text">[/INDENT][INDENT]</input>[/INDENT]</form>

i want whenever the input is changed (without pressingEnter) a function in javascript named "welcome()" would be called, onchange function requires pressing Enter and i dont want it.

mzd12111
Light Poster
48 posts since Nov 2006
Reputation Points: 7
Solved Threads: 0
Infraction Points: 5
 

try onKeyup() or onkeyPress()

Shanti C
Posting Virtuoso
1,642 posts since Jul 2008
Reputation Points: 137
Solved Threads: 162
 

yup i guess this will solve. by the way u can do these kinda stuff automatically in Dreamweaver cs3 give it a try buddy

wickedsunny
Junior Poster in Training
97 posts since Oct 2008
Reputation Points: 10
Solved Threads: 5
 

I think you can use onpropertychange function

canonzone
Newbie Poster
5 posts since Oct 2008
Reputation Points: 10
Solved Threads: 1
 

Input is a self-closing empty tag, not a tag pair. It has no closing tag.

<form>
    <input type="text" />
</form>
MidiMagic
Nearly a Senior Poster
3,319 posts since Jan 2007
Reputation Points: 730
Solved Threads: 182
 

This article has been dead for over three months

Post: Markdown Syntax: Formatting Help
You