passing Variables in HTML URL
Ok this is probably a really basic thing... but for some reason I can't find any documentation on it (maybe its so basic ppl assume that it should be known =)
Anyway, I know you can pass .asp pages variables and retrieve thrm thru the request.form("BLAH").. or request.servervariables...
BUT, I am wondering if it is possible to pass an .html page variables and somehow get them out with JavaScript.
Basically I have some buttons that i want to reference the original page they were created on, but will add a variable to allow the JavaScript at the top to redirect the page properly within a parent frame. (kind of a pain... but it should work as long as I can pass vars to an .html page).
Thanks!