|
Last change
on this file since 1201 was 1201, checked in by Sam Habiel, 15 years ago |
|
New VISTA EWD Project for webifying the toolbox
|
|
File size:
267 bytes
|
| Line | |
|---|
| 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 | {
|
|---|
| 10 | document.getElementById("<?= #tmp.name ?>").value = "<?= #tmp.result ?>"
|
|---|
| 11 | }
|
|---|
| 12 | </script>
|
|---|
Note:
See
TracBrowser
for help on using the repository browser.