[Solved] Link to a file and javascript simultaneously
[ad_1] In order to call javascript inside tag , u can use this approach : <a onclick=”jsfunction()” href=”#”> Or <a onclick=”jsfunction()” href=”https://stackoverflow.com/questions/36150848/javascript:void(0);”> 2 [ad_2] solved Link to a file and javascript simultaneously