Say I have the following code in index.html:
(example could be any HTML file such as .PHP, .HTML, .CGI, etc.)Code:<object type="text/html" data="example"> <param name="first" value="andrew" /> </object>
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.


LinkBack URL
About LinkBacks
Reply With Quote



