|
|
|
|
|
| | |
|
Active Server Pages ASP ASP.NET .aspx .ascx Web HTML Developer Internet Microsoft Web Services Visual Studio .NET CJWSoft ASPProtect ASPBanner ASPClassifieds
(Advanced)
(Components)
(Database)
(General)
(Vbscript)

|
|
Subject: |
Re: Retaining Checkbox Selection |
From: |
Jolus |
Date: |
2/12/1999 3:53:02 AM |
IP: |
24.234.54.25 |
If thats what you will try
(Routing the view user link through a page that saves the information to the session variables then redirecting to the User Information Page)
You will have to use Javascript to Change the FORM_NAME.action="delete_all_users.asp" to
FORM_NAME.action="save_info_to_session_vars.asp"
Unless the "delete_all_users.asp" checks to see if the form is being submitted for ACTUAL DELETION or Just to Save the Form information as Harlon specified (in Session Vars) then Response.Redirect to the correct USERVIEW so you gotta pass the url also.
Realize that youll have to populate the form only if the session variables are set for those checkboxes.
Also if the form is submitted for ACTUAL
DELETION youll have to clear the Session variables so that you dont populate in accident the next time you come to the Form page.
Late, JOLUS |
Previous Message
|
|
|
|
|
|
|
|
|
|
|
|