Ver Mensaje Individual
  #2 (permalink)  
Antiguo 16/04/2013, 04:58
Avatar de Fuzzylog
Fuzzylog
 
Fecha de Ingreso: agosto-2008
Ubicación: En internet
Mensajes: 2.511
Antigüedad: 16 años, 6 meses
Puntos: 188
Respuesta: Obtener Código HTML de una Web

Si la pagina tiene jquery podrías hacerlo fácil con:

var codigoHtml = $('html').html();
__________________
if (fuzzy && smooth) {
fuzzylog = "c00l";
return true;
}