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?
Printable View
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?
use Request.QueryString.
Like this:
Code:Request.QueryString("icqnumber")