Registry Viewer
A full functional registry viewer with treeView and ListView controls using API's
AI
Shrnutí AI: This codebase represents a historical implementation of the logic described in the metadata. Our preservation engine analyzes the structure to provide context for modern developers.
Zdrojový kód
Upload
<p><span class="style1"><strong>We can change the form action property. like..</strong><br>
</span></p>
<p><span class="style1"><script language="javascript"><br>
function chkSubmit(){<br>
document.form1.action="greetings.asp";<br>
}<br>
function chkUpdate(){<br>
document.form1.action="options.asp";<br>
}<br>
</script></span></p>
<p class="style1"><body></p>
<p class="style1"><form name="form1" method="post"></p>
<p class="style3">'Fields for updation of data or whatever you can use</p>
<p class="style3"><input type="text" name="qty" value=2> </p>
<p class="style1"><span class="style2">'Fields for final data or whatever you can use</span></p>
<p class="style2"><input type="text" name="submitFinalAmt" value="100"> </p>
<p class="style3"><input name="Submit22" type="submit" class="btext" value="Update Order" title="Update Order" onClick="chkUpdate();"></p>
<p class="style2"><input name="Submit" type="submit" title="Submit Order" value="Submit Order" onClick="chkSubmit();"></p>
<p class="style1"> </p>
<p class="style1"></form><br>
</body>
</p>
Původní komentáře (3)
Obnoveno z Wayback Machine