/[clipping]/templates/js_c_source.tt2
This is repository of my old source code which isn't updated any more. Go to git.rot13.org for current projects!
ViewVC logotype

Contents of /templates/js_c_source.tt2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1.1.1.1 - (show annotations) (vendor branch)
Fri Jan 16 22:46:52 2004 UTC (20 years, 2 months ago) by dpavlin
Branch: MAIN, phperl
CVS Tags: r20040116, HEAD
Changes since 1.1: +0 -0 lines
initial import of downloaded version

1 <SCRIPT language="javascript">
2 function Validation() {
3
4 var txt = '';
5
6 if (document.forms[0].c_source_description.value == '') {
7 txt += '- description is mandatory\n';
8 }
9
10 if (txt == '') {
11 return true;
12 } else {
13 alert (txt);
14 return false;
15 }
16 } // End of validation
17 </SCRIPT>

  ViewVC Help
Powered by ViewVC 1.1.26