quiza alguien tenga idea, les muestro el codigo
Código PHP:
<script type='text/javascript'>
document.observe('dom:loaded', function() {
new Tip('nuevo', 'Modificar Datos de personas', {
ajax:{url:'new_mov.php?cheque=<?php echo $row_cheque['n_cheque']; ?>',
options:{
onSuccess: function() {
alert('ajax content loaded');
}
},
},
title : 'Agregar Nuevo',
className: 'pinktip',
showOn: 'click',
hideOn: 'click',
closeButton: true,
hook: { tip: 'bottomLeft', target: 'topRight' },
offset: { x: 5, y: -5 },
});
});
</script>
Espero se entienda.
Saludos a todos!