943,948 Members | Top Members by Rank

Ad:
Oct 17th, 2008
0

css problem

Expand Post »
hi there all

i have a input text , like this one :
HTML and CSS Syntax (Toggle Plain Text)
  1. <form><blockquote><input type="text"></blockquote><blockquote></input></blockquote></form>
i want whenever the input is changed (without pressing Enter) a function in javascript named "welcome()" would be called, onchange function requires pressing Enter and i dont want it.
Similar Threads
Reputation Points: 7
Solved Threads: 0
Light Poster
mzd12111 is offline Offline
48 posts
since Nov 2006
Oct 17th, 2008
1

Re: css problem

try onKeyup() or onkeyPress()
Last edited by Shanti C; Oct 17th, 2008 at 7:13 am.
Reputation Points: 137
Solved Threads: 162
Posting Virtuoso
Shanti C is offline Offline
1,641 posts
since Jul 2008
Nov 2nd, 2008
0

Re: css problem

yup i guess this will solve. by the way u can do these kinda stuff automatically in Dreamweaver cs3 give it a try buddy
Reputation Points: 10
Solved Threads: 5
Junior Poster in Training
wickedsunny is offline Offline
96 posts
since Oct 2008
Nov 6th, 2008
0

Re: css problem

I think you can use onpropertychange function
Reputation Points: 10
Solved Threads: 1
Newbie Poster
canonzone is offline Offline
5 posts
since Oct 2008
Nov 9th, 2008
0

Re: css problem

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

HTML and CSS Syntax (Toggle Plain Text)
  1. <form>
  2. <input type="text" />
  3. </form>
Reputation Points: 730
Solved Threads: 181
Nearly a Senior Poster
MidiMagic is offline Offline
3,314 posts
since Jan 2007

This thread is more than three months old

No one has posted to this discussion for at least three months. Please let old threads die and do not reply to them unless you feel you have something new and valuable to contribute that absolutely must be added to make the discussion complete. Otherwise, please start a new thread in this forum instead.
Message:
Previous Thread in HTML and CSS Forum Timeline: Advertisement Banners
Next Thread in HTML and CSS Forum Timeline: a space between divs that I can't eliminate





About Us | Contact Us | Advertise | Acceptable Use Policy
Forum Index | Build Custom RSS Feed


Follow us on Twitter


© 2011 DaniWeb® LLC