Click here to Skip to main content
15,889,992 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi All,

I am using one imagebutton in my application . I have fixed a property called "OnClientClick" , under that property I have written javascript function like this OnClientClick="return checkSelectREQcount('myCheckbox','gvJobs')" for showing alert message when we don't select checkboxes in GridView .

This is not working with Mozilla Firefox .

Thanks & Regards
Posted
Comments
Bryian Tan 11-Sep-12 0:33am    
what the error message?

1 solution

Check first onclientclick is working in Mozilla. Then check your function is working in Mozilla.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900