2 Unanswered Topics

Remove Filter
Member Avatar for eburlea

Hi. I have an input type "number" set to display decimals. For example if I type "5" there should appear "5.0000". It works in Chrome and previous versions of Firefox. Now with Firefox 29 it does not work anymore. Does somebody know what could be the problem? $('#mynumber').bind('focusout', function(){ if(!isNaN(parseFloat($(this).val()))){ …

0
113
Member Avatar for eburlea

I get an error and I cannot figure out what is the problem. Error: Warning: Cannot modify header information - headers already sent by (output started at z:\home\localhost\www\soccerstatistics\admin\new_team.php:1) in z:\home\localhost\www\soccerstatistics\admin\lock.php on line 6 1. <?php 2. include("blocks/db.php"); 3. if (!isset($_SERVER['PHP_AUTH_USER'])) 4. 5. { 6. Header ("WWW-Authenticate: Basic realm=\"Admin Page\""); 7. …

0
72

The End.