How to count the number of times a DIV is clicked?

averalovex

New Member
I wanna to count the number of times a div clicked. For example,\[code\]<div id="id1"> click here..</div><div id="id2"> click here..</div>......\[/code\]I want to click these div one time only. If the user clicks the second time, it will display the error msg. Anyone can help? pls!
 
Back
Top