how with firefox
javascript code is not working with firefox, the simple
example is the following which is not working :
<a href="#" onclick="alert();">hiiii</a>
any other script requirements for firefox??
note: enable javascript checkbox in firefox settings is checked.
|