Hi folks,
I wanted to get the value of the clicked A href links, somebody please help.... i have something like this,
<a href="javascript: void(0)" onClick=window.open('<?php echo $rows['file_name']?>','welcome') style="border:0 ">View</a>
So i want to get the value if user clicks the href button. so please anybody...