Páginas (2):    1 2
Gypaete   2 Sep, 2011, 2:17 pm
#11
Claro, no sabía que había ese hook por eso no lo sugerí, gracias Edson.

<script>
function agregar(texto)
{
var id = "message";
$(id).value += texto;
$(id).focus();
}
</script>

Ponlo así:
<script type="text/javascipt">
function agregar(texto)
{
var id = "message";
$(id).value += texto;
$(id).focus();
}
</script>
Páginas (2):    1 2
  
Powered By MyBB, © 2002-2025 MyBB Group.
Made with by Curves UI.