PDA

Click to See Complete Forum and Search --> : Hyperlinks in pages that are generated by IIS...


Apr 21st, 2000, 08:19 AM
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

Apr 21st, 2000, 08:26 PM
Was working with it this morning. I just worked it out.
Used QueryString Variables...


AmigaZoid

compuGEEK
Apr 23rd, 2000, 10:40 PM
Another good way to pass variables is to use session variables. They do not show up in the URL.