Last change
on this file since 1206 was 1202, checked in by Sam Habiel, 13 years ago |
Added routines; reorganized dirs
|
File size:
1.1 KB
|
Line | |
---|
1 | <ewd:config isFirstPage="false">
|
---|
2 | <html>
|
---|
3 | <head>
|
---|
4 | <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
|
---|
5 | <script type="text/javascript">
|
---|
6 | SAM = {}; //My global storage object
|
---|
7 | SAM.x = function () {
|
---|
8 | // ewd:esigjs^KBANDemo('SAM[20.4]');
|
---|
9 | // document.forms[0].F200I20_4.value = SAM['20.4']();
|
---|
10 | };
|
---|
11 | SAM.val = function (dd,iens,field,value,name) {
|
---|
12 | var q = 'dd=' + dd + '&iens=' + iens + '&field=' + field + '&value=' + value + '&name=' + name;
|
---|
13 | EWD.ajax.getPage({page: 'valfield', targetId: 'testdiv', nvp: q})
|
---|
14 | };
|
---|
15 | </script>
|
---|
16 | <title>Edit Electronic Signature</title>
|
---|
17 | </head>
|
---|
18 | <body bgcolor="#C5E3E4" onload='SAM.x()'>
|
---|
19 | <div style="text-align: center">
|
---|
20 | <h1>Edit Electronic Signature</h1>
|
---|
21 | <hr />
|
---|
22 | <form name="form" method="post" action="ewd">
|
---|
23 | <label for="esig">Electronic Signature</label>
|
---|
24 | <input type="text" name="F200I20_4" value="*" onchange="SAM.val(200,<?= #DUZ ?>,20.4,this.value,this.name)" />
|
---|
25 | <input type="submit" name="save" value="Save" action="saveEsig^KBANDemo" nextpage="welcome.ewd" />
|
---|
26 | </form>
|
---|
27 | </div>
|
---|
28 | <div id="testdiv" style="background-color: purple; color: white; ">
|
---|
29 | Testing
|
---|
30 | </div>
|
---|
31 | </body>
|
---|
32 | </html>
|
---|
Note:
See
TracBrowser
for help on using the repository browser.