|
|
|
|
|
| | |
|
Active Server Pages ASP control controls class classes module script Scripts applet CJWSoft ASPProtect ASPBanner ASPClassifieds
(Advanced)
(Components)
(Database)
(General)
(Vbscript)

|
|
Subject: |
Re: URLparameters in variables |
From: |
Alee |
Date: |
2/24/2001 10:35:44 AM |
IP: |
24.177.213.205 |
The good thing about request variables is that you should assume them as global variables when writing vbscript. I would avoid the response.redirect as much as possible because of its travel trip to bring up the page. A good way is to integrate the pages as one and use a request variable that tells you what it needs to do like a variable call ProcessType which will equal D for Display, S for Search, R for Result for example. You want to use subroutines or functions for your structure. The point is that you have a form tag that calls the same page all the time but depending on the ProcessType on what it will display. |
Previous Message
|
|
|
|
|
|
|
|
|
|
|
|