You are on page 1of 1

Practical No.

9
Program:-
<html>

<head>

<title> Intrinsic Function </title>

</head>

<form name="frm1" action="" method="post">

Name<input type="text" name="t1"/><BR>

<BR>

Age<input type="text" name="t2"/><BR>

<BR>

<a>

<img src="image1.png" height="40" width="80"


onclick="javascript:document.forms.frm1.submit()"/>

<img src="image2.png" height="40" width="80" onclick="javascript:document.forms.frm1.reset()"/>

</a>

</form>

</html>

You might also like