Hello,
I am referring to another html page using the standard link tag: <a href="intro.html"...
Suppose I am transferring a parameter to this page, like this: <a href="intro.html?myVal=hello"...
Is it possible to read it from the intro.html file using client side technologies, such as plain html or javascript?
I am referring to another html page using the standard link tag: <a href="intro.html"...
Suppose I am transferring a parameter to this page, like this: <a href="intro.html?myVal=hello"...
Is it possible to read it from the intro.html file using client side technologies, such as plain html or javascript?