version 1.99.2.2, 2004/07/27 14:29:03
|
version 1.99.2.3, 2004/08/27 22:13:24
|
Line 595 $htmlheader
|
Line 595 $htmlheader
|
} |
} |
|
|
if (rec) { |
if (rec) { |
if (typeof(document.mailform.onsubmit)!='undefined') { |
if (typeof(document.mailform.onsubmit)=='function') { |
document.mailform.onsubmit(); |
document.mailform.onsubmit(); |
} |
} |
document.mailform.submit(); |
document.mailform.submit(); |
Line 1117 sub generate_preview_button {
|
Line 1117 sub generate_preview_button {
|
<input type="hidden" name="subject"> |
<input type="hidden" name="subject"> |
<input type="hidden" name="comment" /> |
<input type="hidden" name="comment" /> |
<input type="button" value="$pre" |
<input type="button" value="$pre" |
onClick="if (typeof(document.mailform.onsubmit)!='undefined') {document.mailform.onsubmit();};this.form.comment.value=document.mailform.comment.value;this.form.subject.value=document.mailform.subject.value;this.form.submit();" /> |
onClick="if (typeof(document.mailform.onsubmit)=='fuction') {document.mailform.onsubmit();};this.form.comment.value=document.mailform.comment.value;this.form.subject.value=document.mailform.subject.value;this.form.submit();" /> |
</form> |
</form> |
ENDPREVIEW |
ENDPREVIEW |
} |
} |