Password Protect Page
- BZS_XSLS
- Content_FileUploaderWPP.aspx
- BZS_FilesWPP
- Content_FileUploaderWPP.aspx
- //FormRequestElements/SendPass
- //BZSession_FUPassword
- form
- name=FPP
- onSubmit=SS_Set()
- type=password
- type=hidden
- name=BZSession value=True
- type=hidden
- javaScript
- SS_Set()
- document.FPP.BZSessionEle_FUPassword.value = document.FPP.SendPass.value
- O2New/www/include/Layout/O_Session.aspx
- Request BZSession
- For Each Item in Request.form
- Instring BZSessionEle_
- MySess = Replace(Item,"Ele","")
- For Each Item In Session.Contents
- XMLpath = XMLpath & Item & "=" & Session(Item)