'If Statement' possible in HTML?

liunx

Guest
Hi,<br />
<br />
I was wondering if it is possible to write an if statement in html. For example, using data sent from a form from a previous page, I would be able to find out what radio button they selected and output a statement that corresponds to their selection. I know this is possible using scripts, etc., but I would like to do it in plain html.<br />
<br />
Thanks for your help. If more clarification is needed let me know.<!--content-->Nope.<br />
<br />
It's possible with scripts, but this really sounds like a job for a server-side language such as PHP or ASP. Have a look into one of those.<!--content-->Yeah I've done it in php before, I was just curious if it could be done in html. Thanks, I appreciate your help.<!--content-->No problem. :)<!--content-->
 
Back
Top