|
|
|
|
|
| | |
|
Active Server Pages help tutorial how to ASP Help ASP Tutorials ASP Programming ASP Code - ASP Free CJWSoft ASPProtect ASPBanner ASPClassifieds
(Advanced)
(Components)
(Database)
(General)
(Vbscript)

|
|
Subject: |
Re: ASP & VBScript |
From: |
Shailesh Lolam |
Date: |
8/17/2001 7:32:28 AM |
IP: |
203.129.236.141 |
Hi there,
Say that u have a variable named myServerVar in ASP.
the sample code below shows how to pass to the client script
<% myServerVar = 25
...
...
..%>
<script language=javascript>
myClientVar=<%=myServerVar%>
...
...
...
</script>
<%
......
........
...%>
I Hope this will help you
Good Luck
Shailesh Lolam
|
Previous Message
|
|
|
|
|
|
|
|
|
|
|
|