verzweifler: get_contents

Beitrag lesen

bist du sicher, dass es in der form von js alerted werden kann?
MFG
bleicher

nein aber so geht es ja auch...

  
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">  
<html xmlns="http://www.w3.org/1999/xhtml">  
<head>  
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />  
<title>Unbenanntes Dokument</title>  
  
<script language="javascript">  
function test(){  
<?php  
  
$inhalt = "tralala";  
  
?>  
  
  
alert("<?php echo $inhalt; ?>");  
  
}  
</script>  
</head>  
  
<body>  
<input type="button" value="asdasd" onclick="javascript:test()" >  
</body>  
</html>  

so alerted er "tralala" am ende