Reply to comment

For other links

for other links which have javasscript defined in href, if you need to do it then you can use:

eval(lnk.href.replace('javascript:', ''));

Reply