Foros del Web » Programando para Internet » ASP Clásico »

al cambiar de alojamiento

Estas en el tema de al cambiar de alojamiento en el foro de ASP Clásico en Foros del Web. Vereis mi problema es el siguiente hace poco cambie una web de un hosting a otro y mi sorpresa a sido que en la web ...
  #1 (permalink)  
Antiguo 08/04/2008, 10:58
 
Fecha de Ingreso: julio-2003
Mensajes: 87
Antigüedad: 21 años, 9 meses
Puntos: 0
al cambiar de alojamiento

Vereis mi problema es el siguiente hace poco cambie una web de un hosting a otro y mi sorpresa a sido que en la web hay dos secciones asp que no me funcionan y me muestran esto ( class="autor_n"> ) en la pagina web.A ver si alguien pudiera ayudarme pork yo no tengo ni idea de asp gracias un saludo.
__________________
Parece mentira lo que la picha estira
  #2 (permalink)  
Antiguo 08/04/2008, 11:17
Avatar de mc_quake  
Fecha de Ingreso: enero-2006
Ubicación: www.ecocargo.cl
Mensajes: 683
Antigüedad: 19 años, 3 meses
Puntos: 8
Re: al cambiar de alojamiento

Cita:
Iniciado por andresin Ver Mensaje
Vereis mi problema es el siguiente hace poco cambie una web de un hosting a otro y mi sorpresa a sido que en la web hay dos secciones asp que no me funcionan y me muestran esto ( class="autor_n"> ) en la pagina web.A ver si alguien pudiera ayudarme pork yo no tengo ni idea de asp gracias un saludo.
class="autor_n"> eso no es asp por lo ke se ve es que tienes mal cerrado algun tag del html

revisa la pagina del error
__________________
Mc_Quake

Para ayudar en lo que se pueda:Zzz:
  #3 (permalink)  
Antiguo 08/04/2008, 11:40
Avatar de i_e_s27  
Fecha de Ingreso: marzo-2008
Ubicación: En mi casa
Mensajes: 208
Antigüedad: 17 años, 1 mes
Puntos: 5
Re: al cambiar de alojamiento

Mmm quizas tu nuevo servidor no soporte ASP?
  #4 (permalink)  
Antiguo 08/04/2008, 11:46
 
Fecha de Ingreso: agosto-2003
Ubicación: Guatemala
Mensajes: 94
Antigüedad: 21 años, 9 meses
Puntos: 0
Re: al cambiar de alojamiento

Hola andresin, como te menciona i_e_s27, puede ser que el servidor contratado no soporte ASP, si te muestra todo el codigo de las paginas, ahora si solo te muestra html puro, entonces tienes un tag mal cerrado, si este es el caso, revisa el html de esa pagina.
__________________
Luis Pirir
Programador Web
Móvil: (502) 50623292
  #5 (permalink)  
Antiguo 08/04/2008, 12:04
 
Fecha de Ingreso: julio-2003
Mensajes: 87
Antigüedad: 21 años, 9 meses
Puntos: 0
Re: al cambiar de alojamiento

hola Mc_Quake gracias por responder veras yo he revisado no veo nada sin cerrar te refieres a que me falta uno de estos no (>) no se he revisado varias veces y no veo na sin cerrar vaya tela...
__________________
Parece mentira lo que la picha estira
  #6 (permalink)  
Antiguo 08/04/2008, 12:06
 
Fecha de Ingreso: julio-2003
Mensajes: 87
Antigüedad: 21 años, 9 meses
Puntos: 0
Re: al cambiar de alojamiento

gracias a todos el caso es que hay varias cosas en asp que si funcionan debe ser lo que decis de algun tag mal cerrado pero no lo veo hay algun software que corrija el codigo??
__________________
Parece mentira lo que la picha estira
  #7 (permalink)  
Antiguo 08/04/2008, 12:08
 
Fecha de Ingreso: julio-2003
Mensajes: 87
Antigüedad: 21 años, 9 meses
Puntos: 0
Re: al cambiar de alojamiento

OS PEGO EL CODIGO A VER SI ALGUIEN LO VE COÑA

<html>
<head>
<title>Hortofrut&iacute;cola_Elvira</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<script language="JavaScript" type="text/JavaScript">
<!--

function MM_openBrWindow(theURL,winName,features) { //v2.0
window.open(theURL,winName,features);
}

var maximizat=1;

function minimiza(){
window.resizeTo(750,612);
window.moveTo((screen.availWidth-750)/2,(screen.availHeight+24-612)/2);
MM_swapImage('maxmin','','images/maxim.gif',1);
maximizat=0;
}

function maximiza(){
window.resizeTo(screen.availWidth,screen.availHeig ht+30);
window.moveTo(0,0);
MM_swapImage('maxmin','','images/minim.gif',1);
maximizat=1;
}
function cambiatam(){
if (maximizat==1){
minimiza();
return;
}
if (maximizat==0){
maximiza();
return;
}
}
function MM_findObj(n, d) { //v4.01
var p,i,x; if(!d) d=document; if((p=n.indexOf("?"))>0&&parent.frames.length) {
d=parent.frames[n.substring(p+1)].document; n=n.substring(0,p);}
if(!(x=d[n])&&d.all) x=d.all[n]; for (i=0;!x&&i<d.forms.length;i++) x=d.forms[i][n];
for(i=0;!x&&d.layers&&i<d.layers.length;i++) x=MM_findObj(n,d.layers[i].document);
if(!x && d.getElementById) x=d.getElementById(n); return x;
}

function NewWindow(u,n,w,h,f,p,x,y){var win=(ws=window.screen?1:0,m=Math,C='center',R='ran dom',M='custom',sw=screen.availWidth,sh=screen.ava ilHeight,T=(p==C&&ws)?(sh-h)/2:(p==R&&ws)?(m.floor(m.random()*(sh-h))):(p==M)?y:100,L=(p==C&&ws)?(sw-w)/2:(p==R&&ws)?(m.floor(m.random()*(sw-w))):(p==M)?x:100,s='width='+w+',height='+h+',top= '+T+',left='+L,s+=(!f||f=='')?'':','+f,window.open (u,n,s));if(win.focus){win.focus();}}

function MM_preloadImages() { //v3.0
var d=document; if(d.images){ if(!d.MM_p) d.MM_p=new Array();
var i,j=d.MM_p.length,a=MM_preloadImages.arguments; for(i=0; i<a.length; i++)
if (a[i].indexOf("#")!=0){ d.MM_p[j]=new Image; d.MM_p[j++].src=a[i];}}
}

function MM_swapImage() { //v3.0
var i,j=0,x,a=MM_swapImage.arguments; document.MM_sr=new Array; for(i=0;i<(a.length-2);i+=3)
if ((x=MM_findObj(a[i]))!=null){document.MM_sr[j++]=x; if(!x.oSrc) x.oSrc=x.src; x.src=a[i+2];}
}
//-->
</script>
</head>

<body bgcolor="#009966" text="#009966" leftmargin="0" topmargin="0" scroll="no">
<table height="100%" width="100%" border="0" cellspacing="0" cellpadding="0" align="center">
<tr align="right">
<td height="12">
<table width="750" height="12" border="0" cellpadding="0" cellspacing="0">
<tr align="right">
<td height="11"><img src="images/trans.gif" width="2" height="10"></td>
<td width="26" height="11" align="right"><a href="#" onClick="cambiatam()" ><img src="images/minim.gif" name="maxmin" width="10" height="10" hspace="1" vspace="1" border="0" id="maxmin"></a><a href="javascript:window.close();"><img src="images/cerrar.gif" width="10" height="10" hspace="1" vspace="1" border="0"></a><img src="images/trans.gif" width="2" height="10"></td>
</tr>
</table>
</td>
</tr>
<tr>
<td height="454" align="center" valign="middle">
<table width="760" height="411" border="0" cellpadding="0" cellspacing="0" bordercolor="0">
<tr valign="top">
<td width="193" rowspan="2"><object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,29,0" width="193" height="420">
<param name="movie" value="izquierda_curiosidades.swf">
<param name="quality" value="high">
<embed src="izquierda_curiosidades.swf" quality="high" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" width="193" height="420"></embed></object></td>
<td width="586" bgcolor="c8d12f"> <object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,29,0" width="567" height="125">
<param name="movie" value="arriba_empresa.swf">
<param name="quality" value="high">
<embed src="arriba_empresa.swf" quality="high" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" width="567" height="125"></embed></object></td>
</tr>
<tr valign="top">
<td height="286" align="center" valign="top" bgcolor="c8d12f">
<div align="left">
<table width="567" height="286" border="0" cellpadding="0" cellspacing="0">
<tr valign="top">
<td width="586" height="40" colspan="2" valign="top">
<iframe frameborder="0" height="294" width="566" scrolling="yes" src="cont_curiosidades.asp"></iframe>
</td>
</tr>

</table>
</div></td>
</tr>
</table></td>
</tr>
</table>
</body>
</html>
__________________
Parece mentira lo que la picha estira
  #8 (permalink)  
Antiguo 08/04/2008, 13:15
Avatar de mc_quake  
Fecha de Ingreso: enero-2006
Ubicación: www.ecocargo.cl
Mensajes: 683
Antigüedad: 19 años, 3 meses
Puntos: 8
Re: al cambiar de alojamiento

cont_curiosidades.asp cual es el codigo de esa pagina

en esta otra linea te faltaba el simbolo # y quedaria asi

<td height="286" align="center" valign="top" bgcolor="#c8d12f">
__________________
Mc_Quake

Para ayudar en lo que se pueda:Zzz:
  #9 (permalink)  
Antiguo 09/04/2008, 01:13
 
Fecha de Ingreso: julio-2003
Mensajes: 87
Antigüedad: 21 años, 9 meses
Puntos: 0
Re: al cambiar de alojamiento

Gracias MC_QUAKE tienes razon macho el fallo esta aqui en cont_curiosidades
quite esto bgcolor=<%=colorf%> y todo ok gracias a todos da gusto contar con ayuda de los que saben muchas gracias!!!!!!
__________________
Parece mentira lo que la picha estira
Atención: Estás leyendo un tema que no tiene actividad desde hace más de 6 MESES, te recomendamos abrir un Nuevo tema en lugar de responder al actual.
Respuesta




La zona horaria es GMT -6. Ahora son las 14:33.