CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 5 of 5

Thread: forms

  1. #1
    Join Date
    Feb 2010
    Posts
    2

    forms

    have no idea where to post this, but im trying to create a form and when the user clicks submit, it will redirect all the data to a forum post on my website.

  2. #2
    Join Date
    Aug 1999
    Location
    <Classified>
    Posts
    6,882

    Re: forms

    so what's the trouble ?
    Regards,
    Ramkrishna Pawar

  3. #3
    Join Date
    Feb 2010
    Posts
    2

    Re: forms

    just dont know how to make the submit button redirect the form info to a forum post.

  4. #4
    Join Date
    Nov 2002
    Location
    .NET 3.5 VS2008
    Posts
    1,039

    Re: forms

    It is still not clear what are trying to do...Do you just want to redirect to a new url (in this case the forum)? Do you want the new url to have the form data? What do you want to do with the data? With just a one line description i think it would be difficult for anyone to give you good advice...

  5. #5
    Join Date
    Jul 2000
    Location
    Milano, Italy
    Posts
    7,726

    Re: forms

    Quote Originally Posted by nelo View Post
    It is still not clear what are trying to do...[...]What do you want to do with the data?
    seems as if the "form" severick is looking for does not belong to the site where the forum is. It is likely to be something that could come via mail...
    I do not know why I suddenly am not happy...
    ...at present time, using mainly Net 4.0, Vs 2010



    Special thanks to Lothar "the Great" Haensler, Chris Eastwood , dr_Michael, ClearCode, Iouri and
    all the other wonderful people who made and make Codeguru a great place.
    Come back soon, you Gurus.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured