|
Controle de formulaire basic
|
Thread Tools | Display Modes |
|
|
|
#2
|
|||
|
|||
|
Ce que je fais ça ressemble à peu près à ça :
Code:
<script type="text/javascript">
//<![CDATA[
function valid(){
if(document.fprodg.no.value == "") {
alert("Please enter a number");
return false;
}
if(document.fprodg.name_f.value == "") {
alert("Please enter a french name");
return false;
}
if(document.fprodg.name_d.value == "") {
alert("Please enter a german name");
return false;
}
return true;
}
//]]>
</script>
Code:
<form action="index.php" name="fprodg" onsubmit="return valid()"> |
| Bookmarks |
«
Previous Thread
|
Next Thread
»
| Currently Active Users Viewing This Thread: 3 (0 members and 3 guests) | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Acrobat Reader 7.0 Basic ou Full ? | alhazred | Discussions | 8 | 23-12-2004 09:48 |
| Trillian 3 Basic | Spycam | Tests utilisateurs | 2 | 20-12-2004 15:02 |
| RealProducer v10 Basic & Plus | LeMoi | Actualité | 6 | 30-09-2004 19:52 |
| Patchs pour Trillian Basic et Pro | LeMoi | Actualité | 2 | 25-06-2004 01:10 |
| Controle via réseau | kroms | Internet, Réseaux et Sécurité | 12 | 27-11-2002 02:59 |
All times are GMT +2. The time now is 11:13.
Powered by vBulletin® Version 3.8.4
Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.


























Threaded Mode

