Java script function is not calling in Mozilla
I written one small javascript function.
It is working fine in IE 6.0 but it is not even firing in
Mozilla.
I wrote the code like this.
button1.Attributes.Add("Onclick","return getfunction);");
it is firing in IE and not in Mozilla.
So there is any syntax change for Mozilla
so any one can help me
Syam Kumar
|