We launched new forums in March 2019—join us there. In a hurry for help with your website? Get Help Now!
    • 22388
    • 100 Posts
    Well....
    May be somebody prompt me, how to replace the buttons ("forgot password ", "logout", "profile" etc buttons in WebLoginPE forms) with similar links (url’s)?
      Sorry for my english! smiley
      • 26435
      • 1,193 Posts
      You would have to use javascript to submit the form if you want to use regular <a> links.

      How to submit a form using javascript.

      -sD-
      Dr. Scotty Delicious, DFPA.
        Husband, Father, Brother, Son, Programmer, Atheist, Nurse, Friend, Lover, Fighter.
        All of the above... in no specific order.


        I send pointless little messages
        • 22388
        • 100 Posts
        Thanks!
        But I haven’t absolutely understood, how can I apply this ( for example):
        <A href="javascript: document.myform.submit();">Link</A>

        for my form, then it has three buttons with an identical names (name="service") ?
          Sorry for my english! smiley
          • 26435
          • 1,193 Posts
          Quote from: OSBoy at Sep 28, 2007, 07:15 PM

          Thanks!
          But I haven’t absolutely understood, how can I apply this ( for example):
          <A href="javascript: document.myform.submit();">Link</A>

          for my form, then it has three buttons with an identical names (name="service") ?
          Well, to make it work without buttons, you will have to learn javascript.

          You could try:
          <a href="[~[*id*]~]?service=login">Login</a>
          <a href="[~[*id*]~]?service=forgot">Forgot your password?</a>
          <a href="[~[*id*]~]?service=register">Sign up!</a>



          -sD-
          Dr. Scotty Delicious, DFPA.
            Husband, Father, Brother, Son, Programmer, Atheist, Nurse, Friend, Lover, Fighter.
            All of the above... in no specific order.


            I send pointless little messages
            • 22388
            • 100 Posts
            Thanks. It really works! And it that is necessary for me! smiley
              Sorry for my english! smiley
              • 17554
              • 41 Posts
              Hi OSBoy

              can you give me the solution for making button to link ...I try but something I do wrong because don’t work for me?

              Thnks