|
|
|||||||||
|
|||||||||
| |||||||||
|
|
|
| |||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
|
|
Stop making mediocre tutorials.The best tutorials are video! Camtasia Studio makes it easy to create engaging, buzz-building screen videos at any size, in any popular format. Download the free trial!
|
|
#1
|
|||
|
|||
|
Transferring Variables
I want to know if there is a way to transfer variables that I have inside an <script> tag to the ASP?
Any Ideas? Last edited by benseri : June 28th, 2003 at 04:29 PM. |
|
#2
|
|||
|
|||
|
Questiion is not very clear, need more information to understand the issue.
__________________
Rahul Small things lead to perfection and perfection is not a small thing. |
|
#3
|
|||
|
|||
|
Here is an example:
<script language="vbscript"> dim cx cx = Document.parentWindow.Screen.Height </script> now i want to read the variable cx in the ASP tags - "<%%>". Can I do that? |
|
#4
|
|||
|
|||
|
store it in session variables or in cookies that is the best option
|
|
#5
|
|||
|
|||
|
but can I store session variables with vbscript?
|
![]() |
| Viewing: Dev Shed Forums > Programming Languages - More > ASP Programming > Tranferring Variables |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|
|