Onclick in a hyperlink aloha editor does not work on chrome -


I integrate the Aloha editor into my page. While I click on the image, I want to make an onclick event on the specific image of the Aloha Editor's Show Image Toolbar.

Below is my code

  & lt; A href = "#" onclic = "extractIseDive ('level 5');" class = "hlink" & gt; & Lt; Img style = "cursor: indicator;" Src = "http: //domainname/images/fancy_close.png" align = "right" title = "Delete" /> gt; & Lt; / A & gt;   

When I click on the image onclick event, it is not called in Chrome and Safari

But its work in Firefox is fine.

Thanks

Try the background image for your copy button! Hope it will help you!

Comments

Popular posts from this blog

c - Mpirun hangs when mpi send and recieve is put in a loop -

python - Apply coupon to a customer's subscription based on non-stripe related actions on the site -

java - Unable to get JDBC connection in Spring application to MySQL -