Retourner au contenu associé (journal : Sécurisation XUL)
Posté par liberforce (site web personnel, Mastodon) le 12 juillet 2004 à 17:10. En réponse au journal Sécurisation XUL. Évalué à 2.
<?xml version="1.0"?> <?xml-stylesheet href="chrome://global/skin/" type="text/css"?> <window id="win" title="ex" xmlns:html="http://www.w3.org/1999/xhtml(...)" xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul(...)"> <script> function toto(){ var aBox = document.getElementById("aBox"); for(;;) { var button = document.createElement("button"); button.setAttribute("label","Pti KiKi"); aBox.appendChild(button); window.sizeToContent(); } } </script> <box id="aBox"> <button label="HihhhA" oncommand="toto()"/> </box> </window>
AltStyle によって変換されたページ (->オリジナル) / アドレス: モード: デフォルト 音声ブラウザ ルビ付き 配色反転 文字拡大 モバイル
[^] # Re: Hum... Faudrait prévenir...
Posté par liberforce (site web personnel, Mastodon) . En réponse au journal Sécurisation XUL. Évalué à 2.