

Study with the several resources on Docsity
Earn points by helping other students or get them with a premium plan
Prepare for your exams
Study with the several resources on Docsity
Earn points to download
Earn points by helping other students or get them with a premium plan
<meta charset=utf-8>. <title>Untitled Document</title>. </head>. <body>. <script language=javascript type=text/javascript> function fncSubmit().
Typology: Exercises
1 / 3
This page cannot be seen from the preview
Don't miss anything!


Untitled Document
alert('Please input Input 1'); document.form1.txt1.focus(); return false; } else if(document.form1.txt2.value == "") { alert('Please input Input 2'); document.form1.txt2.focus(); return false; } document.form1.submit(); }