Say I have the following code in index.html:
(example could be any HTML file such as .PHP, .HTML, .CGI, etc.)
How can I get the param name's value within the file example? Whether it's using HTML/Javascript, PHP, Perl, etc. I want to know if it's possible. Please don't say use the GET method.
Code:
<object type="text/html" data="[COLOR=Red]example[/COLOR]">
<param name="first" value="andrew" />
</object>
(example could be any HTML file such as .PHP, .HTML, .CGI, etc.)
How can I get the param name's value within the file example? Whether it's using HTML/Javascript, PHP, Perl, etc. I want to know if it's possible. Please don't say use the GET method.
Last edited: