I have an onClick call on a link:
//this is working good
The problem is the variable insid
Try:
\ use backslashes to escape '
\
Lets say if you have function like this =>
function fomateName(txt){ alert(txt); }
and invoking it from anchor =>