Ver Mensaje Individual
  #7 (permalink)  
Antiguo 03/05/2012, 09:26
chinanzio
 
Fecha de Ingreso: marzo-2007
Mensajes: 82
Antigüedad: 17 años, 3 meses
Puntos: 21
Respuesta: Crear sección de emoticonos

algo asi ?

Código HTML:
Ver original
  1. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  2. <html xmlns="http://www.w3.org/1999/xhtml">
  3. <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
  4. <title>Insert title here</title>
  5. <script type="text/javascript">
  6. function appendCountry(country) {
  7.     var elTextarea = document.getElementById("el-textarea");
  8.     elTextarea.value += country;
  9. }
  10. </head>
  11.     <img src="http://static.ajedrezweb.net/app/img/chess/flags/ES.png" onclick="javascript:appendCountry('&españa;');" style="cursor:pointer;"/>
  12.     <img src="http://static.ajedrezweb.net/app/img/chess/flags/AR.png" onclick="javascript:appendCountry('&argentina;');" style="cursor:pointer;"/>
  13.     <textarea id="el-textarea" style="width: 300px; height: 100px;"></textarea>
  14. </body>
  15. </html>
__________________
Hazle un favor a tu cerebro y juega Ajedrez online
Chess online

Última edición por chinanzio; 03/05/2012 a las 09:33