Code

Code

Code example of a form that will be used by a tag

<html>

<body>85

<form action="show_result.jsp" method="post">

Shall I display the tag body?

<select name="shouldShow">

<option>yes

<option>no

<option>reverse

</select><br>

<input type="Submit" name="Go" value="Go">

</form>

</body>

</html>

Report Page