submit text redirect http

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • baziltron
    New Member
    • Mar 2007
    • 2

    submit text redirect http

    i have been using html for a while, however i need help in creating a text and submit button, which will allow someone to enter letters into the text box, which will add this to the end of the site address followed by .html .. i am able to get the letters to add to the end of the address, but, it puts a the /?a= in between the address and letters entered,, and does not add the .html . what can i do to made this happen?
  • AricC
    Recognized Expert Top Contributor
    • Oct 2006
    • 1885

    #2
    Originally posted by baziltron
    i have been using html for a while, however i need help in creating a text and submit button, which will allow someone to enter letters into the text box, which will add this to the end of the site address followed by .html .. i am able to get the letters to add to the end of the address, but, it puts a the /?a= in between the address and letters entered,, and does not add the .html . what can i do to made this happen?
    This is dealt with by server side scripting.

    Comment

    • kestrel
      Recognized Expert Top Contributor
      • Jul 2006
      • 1071

      #3
      Yeah, thats some pretty complicated server-side scripting
      you know php, asp or something like that?

      Comment

      • drhowarddrfine
        Recognized Expert Expert
        • Sep 2006
        • 7434

        #4
        Yes, that is how forms work.

        Comment

        • AricC
          Recognized Expert Top Contributor
          • Oct 2006
          • 1885

          #5
          Originally posted by kestrell
          Yeah, thats some pretty complicated server-side scripting
          you know php, asp or something like that?
          I know ASP and can get around with PHP, but there isn't a whole lot of money in PHP so I try to stick with ASP.

          Comment

          Working...