> I have a page and I am trying to pass 2 variables to another page.
>
> so I use the following code:
>
> str = "?" & selected & InputVal
> window.open "atest1.asp" & str
>
> I see on top that the values of the strings are being passed (should I put
> "?" &mystring=" & selected ...etc..)?
>

Make it:

"?var1=val1&var2=val2"
etc, etc..  As many variables as you need, although there are
some limits on how many characters can be passed through the
GET method.  Although you SHOULDN'T come anywhere
near this limitation for a few parameters.

Chris Tifer


---
You are currently subscribed to activeserverpages as: [email protected]
To unsubscribe send a blank email to [EMAIL PROTECTED]

Reply via email to