Ver Mensaje Individual
  #11 (permalink)  
Antiguo 31/05/2010, 08:43
Luciata
 
Fecha de Ingreso: mayo-2010
Ubicación: www.brumasound.com
Mensajes: 52
Antigüedad: 14 años, 6 meses
Puntos: 0
Respuesta: Buscar cadena de texto en html con funcion Javascript

Lo he cambiado y lo he puesto como dices, pero tampoco me ejecuta la funcion tabla()

Código HTML:
$(document).ready(function proyecto()
{
$('<li><a href="#" onclick="this.blur(); tabla();" id="ttpro" title="Proyectos">Proyectos </a></li>').insertAfter('.currenttab');
});
	
function tabla()
{
	id = document.getElementById("ticketid").value;
	$('<iframe frameborder="0" src="http://brumasound.com/kayakoser/index.php?ticketid="'+id+'" width="780" height="95"></iframe>').insertAfter('.tabcontent');

};