







|
| > inserer un bouton bold |
[ Posté par sariline ] [ Détails ] [ Contact ] [ Citer ]
[ Posté le 22-12-2008 à 14:28 | 1 messages ]
  salut à tt
Ce script normalement sert à insérer un bouton lorsqu’on click la taille de l’écriture sera gras
Mais ça marche pas j’ai pas pu comprendre où est le problème
et merci pour votre disponibilité et vos future répanse
<html>
<head>
<script type="text/javascript">
window.onload=function()
{
Editor=document.getElementById('box').cententWindow.document;
Editor.disgnMode='on';
}
</script>
</head>
<body>
<script type="text/javascript">
function bold()
{
Editor.execCommand('bold', false, null);
}
</script>
<input type="submit" OnClick="bold()" value="Bold">
<textarea id="box" type="text" value="you can write" width="80%" heith="60" >
</textarea>
<!--<iframe width="50%" heith="50%"></iframe>-->
</body>
</html>
 
|
|
Services email :
  Vous devez vous identifier pour profiter des services par email du forum.
|

|