----- Original Message -----
From: "Tsiris Alexandros" <[EMAIL PROTECTED]>
To: "ActiveServerPages" <[EMAIL PROTECTED]>
Sent: Wednesday, September 11, 2002 7:07 AM
Subject: RE: querystrings


>
> >
> > Make it:
> >
> > "?var1=val1&var2=val2"
>
> Chris, that gives me a literal ?var1=val1&var2=val2 as they are inside the
> quotes.

> Any other way?

Yeah, break it up properly so it's dynamic. I was just showing
you that each item had to be separated (unless you'd rather split
it on the receiving end)

"?varName=" & val1 & "&varName2=" & val2

Now of course, you will need to change varName, varName2, val1 and val2

Chris Tifer



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

Reply via email to