ok, i changed the hta's into html's. i can see the url's on the top of the new window when the page is displayed like this:
file:///H:/public/updateDB.html?email=jerry@isp.net&model=T40&row=1
on this page, i have vbscript. all i want to do is retrieve email and model. how would i code in vb script to retrieve these two items. i know how to do it in asp by using request.querystring, but html and vbscript does not like that object.
thanks.
file:///H:/public/updateDB.html?email=jerry@isp.net&model=T40&row=1
on this page, i have vbscript. all i want to do is retrieve email and model. how would i code in vb script to retrieve these two items. i know how to do it in asp by using request.querystring, but html and vbscript does not like that object.
thanks.