The following is my problem VB script.
How to get the value of facility(ie. USA) in a URL like
http://myscript?facility=USA?? Thanks!!!
<SCRIPT language="vbscript">
<!--
Sub ChartFX1_UserCommand(wParam,lParam,nRes)
'Set oWSArgs=WScript.Arguments
'For x=0 To oWSArgs.Count-1
' MsgBox oWSArgs(x)
'Next
session("strfacility")= Request.Form("facility")
navigate "http://based on the URL"
End Sub
-->
</script>
*** Sent via Developersdex http://www.developersdex.com ***
Don't just participate in USENET...get rewarded for it!