source: EWD/ewd-fm/valfield.ewd@ 1215

Last change on this file since 1215 was 1215, checked in by Sam Habiel, 13 years ago

valfield puts destination text in innerhtml rather than value; modesig input name is now DDnnnFnnn rather than FnnnInnn; comments here and there.

File size: 272 bytes
RevLine 
[1201]1<ewd:config pageType="ajax" isFirstPage="false" prePageScript="VAL^KBANEWD1">
2
3<script language="javascript">
4 if ("<?= #tmp.error ?>")
5 {
6 alert("<?= #tmp.error ?>")
7 }
8 else
9 {
[1215]10 document.getElementById("<?= #tmp.name ?>").innerHTML = "<?= #tmp.result ?>"
[1201]11 }
[1215]12</script>
Note: See TracBrowser for help on using the repository browser.