|
|
|||||||||
|
|||||||||
| |||||||||
|
|
|
| |||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
#1
|
|||
|
|||
|
vbscript client side
I have a vbscript on the client side that checks for a plugin.
After checking for the plugin however I set a variable to a string. I need to access this variable outside the script. <script language="VBScript"> dim obj on error resume next set obj = CreateObject("xxx") if isObject(obj) Then page = "Java.asp" Else page = "Nojava.asp" End If </script> <frameset rows="5,*" cols="*" framespacing="1" frameborder="NO" border="1"> <frame src="p1.html" name="AppletFrame" scrolling="no" noresize> <frame src=XXpageXX age="VBSCRIPT"> source </script> name="ContentFrame" scrolling="auto" id="ContentFrame"> </frameset><noframes></noframes> I want to know how to access the variable page and use it in frame src=XXpageXX. Something similar to <%=page%> that works here. Thanks in advance. |
|
#2
|
|||
|
|||
|
never mind!! I realise the question itself is incorrect.
Sorry about the inconvenience. Still learning vbscript :-( |
![]() |
| Viewing: Dev Shed Forums > Programming Languages - More > .Net Development > vbscript client side |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|