Results 1 to 3 of 3

Thread: Hyperlinks in pages that are generated by IIS...

  1. #1
    Guest

    Question

    I have one last problem. If I get past this, I will be close to completion.

    I have been building an IIS application in VB6 PRO.

    I start with a template with a submit button. The button starts some processing and generates a dynamic HTML page that is displayed to the user. I want to put some Hyperlinks on the page.

    So, this is my problem. What do I need to include in my code of the hyperlink to pass an eight character string to my IIS app? Also, can I have multiple links on the page that all fire up the same code segment?

    Remember, I'm still new at this. Learning on the way.

    I know this is probably simple, but I don't know the format.

    Thanks for any help.....

    AmigaZoid

  2. #2
    Guest

    Smile Nevermind, Just worked it out!

    Was working with it this morning. I just worked it out.
    Used QueryString Variables...


    AmigaZoid

  3. #3
    Hyperactive Member compuGEEK's Avatar
    Join Date
    May 1999
    Location
    Mpls,MN,USA
    Posts
    281
    Another good way to pass variables is to use session variables. They do not show up in the URL.

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