Quote Originally Posted by sSKKa View Post
some coder please guide properly how to do it in dle
Mate, you should actually ask this question in that thread

http://www.besthostingforums.com/showthread.php?t=49983

Its already stated how to do so.

Save the js file as myclicklink.js

Anyway, upload myclicklink.js file to this folder: /templates/{Mytemplatename}/js

The folder may not be there then create it.

Then open main.tpl of your template and add these linez:

Code: 
<script  src="http://ajax.googleapis.com/ajax/libs/jquery/1.3.2/jquery.min.js"  type="text/javascript"></script>
<script src="{THEME}/js/myclicklink.js" type="text/javascript"></script>