CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2
  1. #1
    Join Date
    Apr 1999
    Posts
    26

    send information to other through browser

    I want to send information to other people through browser,I want to send special information to specific people,not email.
    who can help me?


  2. #2
    Guest

    Re: send information to other through browser

    send specific values in a query string or by http headers based on how a person logs on or which hyperlink he clicks on and direct that person to that specific message page.


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