Ver Mensaje Individual
  #5 (permalink)  
Antiguo 21/01/2010, 16:20
Aguiw
 
Fecha de Ingreso: enero-2010
Mensajes: 1
Antigüedad: 14 años, 10 meses
Puntos: 0
Respuesta: problemas con GREYBOX + PROTOTYPE + AJAX

Cita:
Iniciado por JuanRAPerez Ver Mensaje
GatorV:

quiero agradecerte el tiempo y sobre todo la ayuda, la cual ha sido muy buena.

Ya esta resuelto el problema, para la gente que entre a este post, les dejo como queda la pagina que se llama con el AJAX

Gracias Totales: GatorV!

destacado.html
Código PHP:
<html xmlns="http://www.w3.org/1999/xhtml">
<
head>
<
meta content="text/html; charset=utf-8" http-equiv="Content-Type">
<
title>destacado</title>
</
head>
<
body>
    <
h1>destacado</h1>
    <
h2><a href="PopUp_Galeria.html" title="galeria" rel="gb_page_center[500, 500]">enlace para cargar la ventana emergente con greybox</a></h2>
    <
p><strong>el enlace contiene el metodo de greybox lo siguiente</strong>: <br>&lt;a href=&quot;PopUp_Galeria.asp?id=2&quot
    
title=&quot;galeria&quotrel=&quot;gb_page_center[500500]&quot;&gt;enlace para cargar la ventana 
    emergente con greybox
&lt;/a&gt;</p>
    <
h2><a href="http://www.google.com" onclick="window.open('http://www.google.com','new','toolbar=no,directories=no,status=no,titlebar=no,menubar=no,scrollbars=no,resizable=no,width=300,height=450,top=0,left=0'); return false">enlace 2</a></h2>
    <
p><strong>el enlace 2 contiene</strong>:<br>&lt;a href=&quot;http://www.google.com&quot; onclick=&quot;window.open('http://www.google.com','new','toolbar=no,directories=no,status=no,titlebar=no,menubar=no,scrollbars=no,resizable=no,width=300,<br>height=450,top=0,left=0'); return false&quot;&gt;enlace 2&lt;/a&gt;</p>
    
<p>cargado el : <%=now()%></p>    
    <
script type="text/javascript">
        
setTimeout("alert('2 segundos!')",2000);
        
decoGreyboxLinks();
    
</script>
    <p>fin escritura</p>
</body>
</html> 
:)
Hola,

Tengo el mismo problema, ,pero soy nuevo en esto y no acabo de entender la solución. Para ser más concreto uso GREYBOX y TABLESORTER y he observado que al añadir la siguiente línea:

<script type="text/javascript" src="js/AJS.js">

el TABLESORTER deja de funcionar.

Como puedo solucionarlo? Gracias.