I need your help,
Given the following query string with backslashes in it:
"G:\\AS\\Asf\\ASF\\IMTS\\V11\\IMTS.hta?report=true&type=note"
How can I parse out the values of report and type?
example:
GetUrlParam('report') returns true
GetUrlParam('type') returns note