This is the mail archive of the xsl-list@mulberrytech.com mailing list .


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

RE: Events for text boxs


> The follow code only fires the onChange event when a button 
> on the form is pressed NOT when the text in the textbox 
> changes......  HELP!!!!!! Do I just have a whole wrong idea 
> on how XSL is supposed to be used?

Yes, I do think your ideas are mixed up. XSLT transforms XML into (in
your case) HTML. If events are firing at the wrong time, it's a problem
in the HTML that you're generating, not an XSLT problem. It's a good
idea to develop working HTML pages first, then write stylesheets to
generate them.

Michael Kay
Software AG
home: Michael.H.Kay@ntlworld.com
work: Michael.Kay@softwareag.com 


 XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]