Ankündigung

Einklappen
Keine Ankündigung bisher.

Prompt - Problem

Einklappen

Neue Werbung 2019

Einklappen
X
  • Filter
  • Zeit
  • Anzeigen
Alles löschen
neue Beiträge

  • Prompt - Problem

    Hallo,

    ich habe ein Problem mit JS. Ich weiß nicht, warum das nicht geht:

    Code:
        	  <script language='JavaScript'>
    
    		  
    
    	  function auszahlen(dbname)
    
    		  {
    			  var geld=prompt('{$staat['auszahlung_how_many']}{$staat['auszahlung_how_many2']}$treasury §{$staat['avaiable']}', '$treasury');
    
    			  if (isNaN(geld))
    
    				{ alert('{$staat['fail_how_many']}'); }
    
    			  else
    
    				{ document.location.replace('treasury.php?act=auszahlen'); }
    
    			  
    
    			  if (geld == null) 
    
    				{ document.location.replace('treasury.php'); }
    
    			  
    
    		  }
    </script>

  • #2
    hat sich erledigt!

    Kommentar

    Lädt...
    X