Create mask url in new window [on downloads site]

Discussion in 'HTML & Website Design' started by basketmen, Aug 12, 2007.

  1. #1
    Hi guys

    i have downloads site
    if you click on download button you will redirect to other web page in new window


    i want address bar in this other web page still viewing my url site (mask other web page url)





    this is my download button code, what code that i need to add to do this




    please share your knowledge :D
     
    basketmen, Aug 12, 2007 IP
  2. b.a

    b.a Peon

    Messages:
    50
    Likes Received:
    3
    Best Answers:
    0
    Trophy Points:
    0
    #2
    The link opens downloads.php, assume downloads.php redirects to original file. To do this, download.php should echo the redirect URL. You may modify downloads.php to echo HTML page with frames.
    Ex.
    URL_of_external_page.htm should be the file URL that download.php outputs
     
    b.a, Aug 12, 2007 IP