css problem

Reply

Join Date: Nov 2006
Posts: 48
Reputation: mzd12111 is an unknown quantity at this point 
Solved Threads: 0
mzd12111 mzd12111 is offline Offline
Light Poster

css problem

 
0
  #1
Oct 17th, 2008
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.
Reply With Quote Quick reply to this message  
Join Date: Jul 2008
Posts: 1,073
Reputation: Shanti Chepuru is on a distinguished road 
Solved Threads: 98
Shanti Chepuru's Avatar
Shanti Chepuru Shanti Chepuru is offline Offline
Veteran Poster

Re: css problem

 
1
  #2
Oct 17th, 2008
try onKeyup() or onkeyPress()
Last edited by Shanti Chepuru; Oct 17th, 2008 at 7:13 am.
Be intelligent, But Don't try to cheat.. Be innocent But Don't get cheated..
Reply With Quote Quick reply to this message  
Join Date: Oct 2008
Posts: 89
Reputation: wickedsunny is an unknown quantity at this point 
Solved Threads: 4
wickedsunny wickedsunny is offline Offline
Junior Poster in Training

Re: css problem

 
0
  #3
Nov 2nd, 2008
yup i guess this will solve. by the way u can do these kinda stuff automatically in Dreamweaver cs3 give it a try buddy
Reply With Quote Quick reply to this message  
Join Date: Oct 2008
Posts: 5
Reputation: canonzone is an unknown quantity at this point 
Solved Threads: 1
canonzone canonzone is offline Offline
Newbie Poster

Re: css problem

 
0
  #4
Nov 6th, 2008
I think you can use onpropertychange function
Reply With Quote Quick reply to this message  
Join Date: Jan 2007
Posts: 3,210
Reputation: MidiMagic has a spectacular aura about MidiMagic has a spectacular aura about 
Solved Threads: 165
MidiMagic's Avatar
MidiMagic MidiMagic is offline Offline
Nearly a Senior Poster

Re: css problem

 
0
  #5
Nov 9th, 2008
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>
Daylight-saving time uses more gasoline
Reply With Quote Quick reply to this message  
Reply

This thread is more than three months old.
Perhaps start a new thread instead?
Message:



Similar Threads
Other Threads in the HTML and CSS Forum
Thread Tools Search this Thread



About Us | Contact Us | Advertise | DaniWeb | Acceptable Use Policy | RSS Feed

©2003 - 2009 DaniWeb® LLC