Funkcionalnosć tutoho sydła so přez wothladowanske dźěła wobmjezuje, kotrež maja waše dožiwjenje polěpšić. Jeli nastawk waš problem njerozrisuje a chceće prašenje stajić, wobroćće so na naše zhromodźenstwo pomocy, kotrež na to čaka, wam na @FirefoxSupport na Twitter a /r/firefox na Reddit pomhać.

Pomoc přepytać

Hladajće so wobšudstwa pomocy. Njenamołwimy was ženje, telefonowe čisło zawołać, SMS pósłać abo wosobinske informacije přeradźić. Prošu zdźělće podhladnu aktiwitu z pomocu nastajenja „Znjewužiwanje zdźělić“.

Dalše informacije

JavaScript alert() is not working in mozilla 19.0.2.Why?

  • 1 wotmołwa
  • 6 ma tutón problem
  • 9 napohladow
  • Poslednja wotmołwa wot cor-el

more options

I have created a .aspx page in it i have added gew javascript function containing alert(). But niether the functions nor the alerts are invoking.why? i have created a javascript function on keypress event as:

function isSpaceKey(evt) {
         //   debugger;
           var charCode = (evt.which) ? evt.which : event.keyCode
           
           if ((charCode < 47 || charCode > 57) &&  charCode != 8) {
               alert("Enter Numeral Values only!");
               return false;
           }
           return true;
       }

and added validation summary in .aspx page enabling its message box if user validation fails . But it is also not working. Before using Firefox i was using IE on which it was working fine. What is the problem? Thanks.

I have created a .aspx page in it i have added gew javascript function containing alert(). But niether the functions nor the alerts are invoking.why? i have created a javascript function on keypress event as: function isSpaceKey(evt) { // debugger; var charCode = (evt.which) ? evt.which : event.keyCode if ((charCode < 47 || charCode > 57) && charCode != 8) { alert("Enter Numeral Values only!"); return false; } return true; } and added validation summary in .aspx page enabling its message box if user validation fails . But it is also not working. Before using Firefox i was using IE on which it was working fine. What is the problem? Thanks.

Wšě wotmołwy (1)