Form Problem

Discussion in 'HTML & Website Design' started by kill71987, Apr 12, 2009.

  1. #1
    Hey guys, the problem basicailly is when you click on the website it opens with the domain of the page your on and then the domain of the page your going to.

    You can try it out for yourself here:

    http://tinyurl.com/proxpac

    Here is the code snippet which i believe is the problem:

    document.write('<form method="GET" name="prf" action="" target="_blank">');
     
    kill71987, Apr 12, 2009 IP
  2. kill71987

    kill71987 Peon

    Messages:
    338
    Likes Received:
    2
    Best Answers:
    0
    Trophy Points:
    0
    #2
    Has anyone got any suggestions?
     
    kill71987, Apr 13, 2009 IP
  3. vinayendra

    vinayendra Active Member

    Messages:
    262
    Likes Received:
    2
    Best Answers:
    0
    Trophy Points:
    55
    #3
    what is the name of the php file on which the action .. make sure action points to that php file ... ex. if the file is proxy.php then insert this code in that line

    action="proxy.php"
     
    vinayendra, Apr 13, 2009 IP
  4. kill71987

    kill71987 Peon

    Messages:
    338
    Likes Received:
    2
    Best Answers:
    0
    Trophy Points:
    0
    #4
    it is javascript: go to the website and then it's /proxy.js
     
    kill71987, Apr 13, 2009 IP
  5. kill71987

    kill71987 Peon

    Messages:
    338
    Likes Received:
    2
    Best Answers:
    0
    Trophy Points:
    0
    #5
    Any Suggestions?
     
    kill71987, Apr 14, 2009 IP