Open two links on refresh

Discussion in 'JavaScript' started by dennisbrittv, Jan 17, 2011.

  1. #1
    i use the following on one of my pages:
    <script type="text/javascript"><!--
    setTimeout('Redirect()',7000);
    function Redirect()
    {
      location.href = 'http://www.site.com/pahe.php';
    }
    // --></script>
    Code (markup):

    Can i have this load two pages at once?

    Thanks
     
    dennisbrittv, Jan 17, 2011 IP
  2. dennisbrittv

    dennisbrittv Peon

    Messages:
    17
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #2
    WOW!! No takers?
     
    dennisbrittv, Jan 17, 2011 IP