http://localhost/Project.html?ProjectId=P6610C32F-7C54-4221-A190-A9E7E08F8B08
This is my weburl.
I want to retreive query string value of variable "ProjectId"
How i can do this using vbscript and html page
http://localhost/Project.html?ProjectId=P6610C32F-7C54-4221-A190-A9E7E08F8B08
This is my weburl.
I want to retreive query string value of variable "ProjectId"
How i can do this using vbscript and html page
This is for JavaScript questions, not vb script. However, if you did a simple Google, you'd find the answer.
http://lmgtfy.com/?q=get+querystring+using+vbscript
http://www.planet-source-code.com/vb/scripts/ShowCode.asp?txtCodeId=6987&lngWId=4
So just to verify what you are asking...which scenario?
vbscript -server side such as within an ASP web app
vbscript -client side (would only work with IE)
javascript -client side
We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.