I am developing a WAP site.It was required to generate an event on change with input type of file. When the WAP was run on firefox and other browser the on change event is being handled successfully. But no event is being generated when the site is run on blackberry 9700. I tried to alert to check the event. Below is the code:
<input type="file" name="file" onchange="javascript: alert('volvo');" />
One more thing I observed the same line of code with onclick event is working fine. Below is the code with onclick event.
<input type="file" name="file" onclick="javascript: alert('volvo');" />
Can anyone help me with this?

New Topic/Question
Reply



MultiQuote





|