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');
};