onClick Javascript function inside an HTML cell

egurevich

Member
I have a certain cell in my database that I set in Dadabik to be executed as HTML and not just regular text. If I put there an <A HREF= ...><IMG ...></A> with an image everything works great. However if I add to the HREF tag an onClick or onMouseOver Javascript function call then it just ignores it and continues to work as a plain link without executing the Javascript. What do I need to do to get it to run the Javascript?
 

DebbieS

DaDaBIK Guru
What javascript are you trying to run and what is the exact text you are trying to put into the cell?

What are your DaDaBIK field settings for this field?

 
Top