Is it possible to write two events on a input box...
For eg: in Select box :
<select name=s onblur= "javascript:Myfunc(child1)"
onclick="javascript:Myfunc(child1)" >
<option name=1>Hai
<option name=2>Hello
<option name=3>first
<option name=4>second
<option name=5>third
<option name=6>fourth
<option name=7>fifth
</select>
It is not working for onclick....since it is after onblur event...
Let me know it is possible or not....If it is ppossible plz provide the
solution....
Anand
===========================================================================
To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff JSP-INTEREST".
Some relevant FAQs on JSP/Servlets can be found at:
http://java.sun.com/products/jsp/faq.html
http://www.esperanto.org.nz/jsp/jspfaq.html
http://www.jguru.com/jguru/faq/faqpage.jsp?name=JSP
http://www.jguru.com/jguru/faq/faqpage.jsp?name=Servlets