X-Git-Url: http://git.freeside.biz/gitweb/?a=blobdiff_plain;f=httemplate%2Felements%2Fprogress-init.html;h=ba2e6be0ddf74813eff18d75bd9879aa74c9e353;hb=d65927fb45aa1c47d7f593db0142d14799b0fabf;hp=e38dde65f12700b5668d2206dfccbae53a9563c2;hpb=0caa7ea9f8c1975f855ab167d1f8d0d3d1a3ddad;p=freeside.git diff --git a/httemplate/elements/progress-init.html b/httemplate/elements/progress-init.html index e38dde65f..ba2e6be0d 100644 --- a/httemplate/elements/progress-init.html +++ b/httemplate/elements/progress-init.html @@ -92,8 +92,8 @@ function <%$key%>process () { //alert('<%$key%>process for form <%$formname%>'); - if ( document.<%$formname%>.submit.disabled == false ) { - document.<%$formname%>.submit.disabled=true; + if ( document.<%$formname%>.submitButton.disabled == false ) { + document.<%$formname%>.submitButton.disabled=true; } overlib( 'Submitting job to server...', WIDTH, 444, HEIGHT, 168, CAPTION, 'Please wait...', STICKY, AUTOSTATUSCAP, CLOSETEXT, '', CLOSECLICK, MIDX, 0, MIDY, 0 );