
Passing Values to another asp file from inside VbScript
<SCRIPT LANGUAGE= "VBScript">
Sub btnClickMeHardAndGood_OnClick
If validate(validated_value67,validated_value95,) then
location.href="another.asp"
Else
x=MsgBox("validate failed")
End if
End Sub
</script>
In the above sub-routine,
1. I don't know how to pass the validated
values to another.asp
or
2.how to save the two validated values to the session, so other
asp files can access them
I tried to get out in between the sub to go to asp & try to do
it in ASP but Vb script complains & won't let me.
Sent via Deja.com http://www.*-*-*.com/
Before you buy.