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

|
|
Subject: |
Re: How can I access session variable in VBscript? |
From: |
cm |
Date: |
2/5/2001 4:52:04 PM |
IP: |
144.5.1.235 |
can i access the session variable with in the vbscript function?
for example in my page, can i use session var like this????
<form name="form1">
<input type="text" name="text1">
<input type="submit" name="submit">
</form>
<script language="vbscript">
sub submit_onclick()
<%session("myValue")%>=document.form1.text1.value
end sub
</script>
any help is appriciated.
thanks
cm
|
Previous Message
|
|
|
|
|
|
|
|
|
|
|
|