About Me

My photo
EVERYONE has the right to choose THE BEST for him/herself and NOBODY has the right to ask WHY they do so :)

Followers

Sunday, June 19, 2011

automatically in New Tab

hai hai hai..datin wt tuto lagi..korng mesti bosan kn bile click link je msti loading kt page yg same..kalo tgh syok bace entry pstu ade link korng nk tgk korng msti kne right click dlu kn kn kn? (CAKAP YE SUME!!) hehe datin ade penyelesaian untuk masalah ni..jom ikot

1. Dashboard >> Design >> Page Element >> Add a Gadget >> HTML/JAVASCRIPT 

2. Copy code bawah ni dan paste kt  HTML/JAVASCRIPT box tu..then SAVE

<!-- code for turning all non-blog links to new page links --><script type="text/javascript" language="javascript">var arr = document.getElementsByTagName("a"); //get all links in the pagefor(var i = 0; i < arr.length; i++){if(arr[i].href.indexOf("Your URL") < 0 //not links that are 'inside' blog&& arr[i].href.indexOf("javascript:") < 0) //not javascript linksarr[i].target = "_blank";}</script>
 

tak kan bace je. keyboard panggil tu

No comments:

Related Posts Plugin for WordPress, Blogger...