Hi all,
is it possible to retrieve parameters in an HTML document?
For example in php u can send parameters through a form and then say:
if(name=a)
do this
else
do that
Can i do that in an HTML file with parameters that i will sent through a form?
Thanks