Get the parametter from the url of site using asp with vbscript

EngivyEssette

New Member
I have the code of Jquery for link to the asp page as below:Jquery code:\[code\]var url = "script_right2.asp?soc="+societe+"&phoneNum="+phoneNumber+"&seleDro="+sedro+"&desc="+des;\[/code\]I want to get the value of \[code\]societe,phoneNumber,seleDro,desc\[/code\] to the page \[code\]script_right2.asp\[/code\]But the problem is that I do not know how to get these data in asp page using vbscript.Anyone know help me please, Thanks.
 
Top