Jump to content

Maximum The Receiver Does Not Work


gecekule

Recommended Posts

Hello,

 

maximum the receiver does not work

 

What could be the problem?

Could you help me?

 

Video: http://www.teklif.uzayforum.com/swf.html

 

<script type="text/javascript">
function baslangic(status)
{
status=!status;   
textler=document.getElementsByName("secilen_receiver_sayisi[]");
for(x=0;x<textler.length;x++){
textler[x].disabled = status;
}
}
function isaretle(){
marka=document.getElementsByName("secilenreceivermarka_id[]");
sayi=document.getElementsByName("secilen_receiver_sayisi[]");
for(x=0;x<marka.length;x++){
sayi[x].disabled=!marka[x].checked;
}
}
function kontrol(){
marka=document.getElementsByName("secilenreceivermarka_id[]");
sayi=document.getElementsByName("secilen_receiver_sayisi[]");
for(x=0;x<marka.length;x++){
if(marka[x].checked==true&&(sayi[x].value><?=$maximum_receiver?>||sayi[x].value==""||sayi[x].value<1||sayi[x].value.search(/\d/g)<0)){
alert("Receiver seçme isteğe bağlıdır.\n\nEğer bir marka seçtiniz ise miktarıda seçmelisiniz ve toplam daire sayınız olan <?=$maximum_receiver?> adet geçmemeniz gerekiyor.");
return false;
}
}
return true;
}
</script>

 

Thanks

Link to comment
https://forums.phpfreaks.com/topic/271202-maximum-the-receiver-does-not-work/
Share on other sites

Hello again,

 

The rule : The amount of products can be max 21(sample).

 

This Javascript gives a warning about rule above for one value.

 

I want that;

 

The Javascript must give a warning for total choosing values.

1. value="5"

2. value="10"

3. value="8"

=23 are great than 21. (It must give a warning)

 

Thanks

Google is a wonderful thing. I'm not going to do it for you. I told you what you need to use, now it's up to you to do it.

 

Capturing events with addEventListener() and the keyup event, as well as preventing default actions, and a simple if statement with an HTML modification.

 

4 lines of code (ignoring bracket lines)

or 6 lines for alternative to warning when it's good

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.