|
|
|
|
|
| | |
|
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: auto passing form results to variables. |
From: |
ann |
Date: |
8/11/1999 4:49:43 PM |
IP: |
134.205.91.190 |
Were you then able to access your variable with script? I have pulled data from a form off a previous page into Session level variables and then saved to local variables but my vbscript doesnt see the variables. I cant pass anything to the vb sub because there is no "calling" sub.
<%
Create SESSION LEVEL VARIABLES
Session("strID") = Request.Form ("rdoID")
Assign SESSION LEVEL variables to LOCAL variables, conserving system resources
dim strID
strID = Session("strID")
%>
<SCRIPT LANGUAGE=vbscript>
<!--
Sub CheckForDisplay()
If strID = "No" Then
HAHAHA.style.display="none"
Else
HAHAHA.style.display=""
End If
End Sub
-->
</SCRIPT>
ideas?
|
Previous Message
Follow Up - Re: auto passing form results to variables. - ann 8/11/1999 5:23:41 PM
|
|
|
|
|
|
|
|
|
|
|
|