|
-
Jul 4th, 2001, 03:26 AM
#1
Lively Member
I got a work around for what you want to do. (I don't think what you want to do is possible)... but
path.asp?ID=2&Page=PageName.asp
Now you can retrieve the ID and the Page.
And on the page that you catch this variables...
Response.redirect (pageName.asp)
So now you can have 1 page (to do the work) and redirect to multi pages.
I did this because : Want 1 page that will display multiple messages like 'Updated suceeded'. So I have my response.page (to do all the work)... and just redirect to the that message page with the message and file to redirect to.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|