PDA

Click to See Complete Forum and Search --> : Request???


chenko
Apr 1st, 2001, 03:27 PM
icq.asp?icqnumber=111111111

I want to be able to pick up the "111111111" from the address above, I currently use
Request("icqnumber") but it returns nothing???

Does anyone know whats up?

sail3005
Apr 1st, 2001, 04:04 PM
use Request.QueryString.

Like this:


Request.QueryString("icqnumber")