Ver Mensaje Individual
  #3 (permalink)  
Antiguo 13/05/2013, 04:32
Avatar de arcanisgk122
arcanisgk122
 
Fecha de Ingreso: junio-2010
Mensajes: 755
Antigüedad: 14 años, 5 meses
Puntos: 28
Respuesta: Como capturar una url dinamica para usarla en un iframe

bueno no se si te sirva en algo pero yo capturo URL comparo y redirijo con este codigo:

Código Javascript:
Ver original
  1. <script language="Javascript">
  2. if (top.location != document.location)
  3. top.location = document.location;
  4. </script>

tambien tienes la pocion de hacer esto:

Código Javascript:
Ver original
  1. $('.prueba_form').submit(function(e){
  2.             $('#contenedor_respuesta').empty();
  3.             $('#loader_login').show();
  4.             $.ajax({
  5.                 type: 'POST',
  6.                 data: $(this).serialize(),
  7.                 url: '<?= base_url();?>login/autenticacion',
  8.                 success: function(data) {
  9.                     $('#loader_login').hide();
  10.                     var respuesta = data.substr(0,4);
  11.                     if(respuesta=='http'){
  12.                         window.location=data;
  13.                     }else{
  14.                         $('#contenedor_respuesta').text(data);
  15.                     $('.input_form_login').val('');
  16.                     }                          
  17.                 }
  18.             });
  19.             e.preventDefault();
  20.         });
__________________
Cooler Master Gladiator 600 - AMD PHENOM II X4 955 @ 3.5GHZ
GA-MA78GM-US2H - Super Talent 800 2GB x 2 Dual, (Unganged)
PSU Cooler Master eXtreme Power Plus 500W - Saphire R7-260OC-2GB