Results 1 to 2 of 2

Thread: Make link open in new tab/window

  1. #1
    Senior Member Site Admin
    Join Date
    Jul 2009
    Posts
    184

    Default Make link open in new tab/window

    Use this simple JavaScript to make all links on your web pages open in new tab/window. Script is easy to setup, you should save them into a f... detail


    How to setup

    Step 1: Place JavaScript below in your HEAD section
    JavaScript
    Code:
    <script language=javascript>
    /*
    	Kevin Yank
    	http://www.sitepoint.com/authorcontact/48
    */
    function externalLinks()
    {
      if (!document.getElementsByTagName) return;
      var anchors = document.getElementsByTagName("a");
      for (var i=0; i<anchors.length; i++)
      {
          var anchor = anchors[i];
          if(anchor.getAttribute("href"))
    		anchor.target = "_blank";
      }
    }
    window.onload = externalLinks;
    
    </script>
    	<!--
        	This script downloaded from www.JavaScriptBank.com
        	Come to view and download over 2000+ free javascript at www.JavaScriptBank.com
    	-->
    Step 2: Place HTML below in your BODY section
    HTML
    Code:
    <a href="http://javascriptbank.com/">Home</a> | 
    	<a href="http://javascriptbank.com/4rum/">Forum</a> | 
    	<a href="http://javascriptbank.com/javascript/">JavaScript</a> | 
    	<a href="http://javascriptbank.com/service/">Services</a> | 
    	<a href="http://javascriptbank.com/javascript/submit-javascript-bank.html">Submit script</a> | 
    	<a href="http://javascriptbank.com/thietkeweb/javascriptmall/">Documentary</a> | 
    	<a href="http://javascriptbank.com/javascript/contact-javascript-bank.html">Contact us</a> | 
    	<a href="http://javascriptbank.com/javascript/aboutus-javascript-bank.html">About us</a>
    	<!--
        	This script downloaded from www.JavaScriptBank.com
        	Come to view and download over 2000+ free javascript at www.JavaScriptBank.com
    	-->






  2. #2
    Member Site Admin
    Join Date
    Sep 2009
    Posts
    80

    Thumbs up Guide for Backuping Movies with DVD Backup Tool

    This guide is for Backuping Movies with DVD Backup Tool.Example DVD Movie: Fred Williamson Triple Feature Synopsis:Delta Force CommandoCaptain Beck (Fred Williamson) is ***igned to hunt a group of Latin American militants and recover the nuclear weapon they stole from the U.S. government.Deadly ImpactWhen they learn about a valuable hacking program with the ability to rig ****** slot machines, two corrupt cops (Bo Svenson and Fred Williamson) - who want the software for themselves - track the violent thieves who are in possession of it. Also starring Marcia Clingan.Mean Johnny BarrowsJohnny Barrows, a dishonorably discharged Army officer (Fred Williamson), is offered a *** as a hired ******in by a local mob. On his first ***ignment, everything goes awry when a thug (Roddy McDowall) starts an all-out gang war... with Johnny caught right in the middle. YTXZ01010YUBackuping Movies just 4 steps: Step1: Click "Copy DVD to DVD" Button. Step2: Select DVD Source Movie and Target DVD Burner. Step3: Set Target DVD Settings and Target volume label. Step4: Click "Start Now" button to Clone DVD. Finished.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
| Privacy| Anti Spam Policy | Compensation Disclosure | DMCA Notice | Earnings Disclaimer | External Links Policy| Terms And Conditions