Quellcodebibliothek Statistik Leitseite products/Sources/formale Sprachen/C/Firefox/dom/html/crashtests/   (Browser von der Mozilla Stiftung Version 136.0.1©)  Datei vom 10.2.2025 mit Größe 278 B image not shown  

Quelle  580507-1.xhtml   Sprache: unbekannt

 
<!DOCTYPE html>
<html>
<head>
<script>

function boom()
{
  var input = document.getElementById("i");
  input.setAttribute('type', "image");
  input.removeAttribute('type');
  input.placeholder = "Y";
}

</script>
</head>

<body onload="boom();"><input id="i" /></body>
</html>

[ Dauer der Verarbeitung: 0.12 Sekunden  (vorverarbeitet)  ]