|
|
|
|
|
| | |
|
Active Server Pages ASP programs help tutorial tutorials routine routines jobs listserve mailinglist bulletin board bulletin boards programming snippet snippets CJWSoft ASPProtect ASPBanner ASPClassifieds
(Advanced)
(Components)
(Database)
(General)
(Vbscript)

|
|
Subject: |
calling subs |
From: |
eran |
Date: |
1/31/2001 10:04:51 AM |
IP: |
212.68.131.195 |
why doesn't this code work ??
var = request("submit")
Response.Write var
if var = "order1" Then call order1()
if var = "order2" Then call order2()
sub order1()
for each item in request("text1")
document.write "text = " & item & "<br>"
next
end sub
sub order2()
document.write "you are in order 2"
end sub |
Follow Up - Re: calling subs - ALee 2/24/2001 10:03:20 AM
|
|
|
|
|
|
|
|
|
|
|
|