Rev 9753 | Rev 14091 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 9753 | Rev 13306 | ||
---|---|---|---|
Line 1... | Line 1... | ||
1 | !!transfer towards a developper account |
1 | !!transfer towards a developper account |
2 | <script |
2 | <script> |
3 | function emptyfield() { |
3 | function emptyfield() { |
4 | alert("$name_warning_empty"); return false; |
4 | alert("$name_warning_empty"); return false; |
5 | } |
5 | } |
6 | function formcheck() { |
6 | function formcheck() { |
7 | if(document.getElementById('source').value=="") return emptyfield(); |
7 | if(document.getElementById('source').value=="") return emptyfield(); |