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

no me funcuiona mi pagina asp

Estas en el tema de no me funcuiona mi pagina asp en el foro de ASP Clásico en Foros del Web. tengo creadas 2 paginas en asp, que me funcionan perfectamente en mi localhost, pero al subirla a internet una de ellas deja de funcionarme, y ...
  #1 (permalink)  
Antiguo 25/05/2006, 11:12
 
Fecha de Ingreso: mayo-2006
Mensajes: 147
Antigüedad: 18 años, 11 meses
Puntos: 0
no me funcuiona mi pagina asp

tengo creadas 2 paginas en asp, que me funcionan perfectamente en mi localhost, pero al subirla a internet una de ellas deja de funcionarme, y no se porque, aqui les dejo la direccion por si alguien tiene una sugerencia.

http://www.riberatelevisio.com/riber...tsimagenes.asp

es correcto lo de pueblos en mayuscula, sino no sale, y aqui les dejo el codigo de la paguina que me da el error.



<% OPTION EXPLICIT %>
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
"http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<title>Documento sin t&iacute;tulo</title>
</head>
<body>
<table width=100% align="center"><tr><td width=33%></td>
<td width=33% bgcolor="#FFFFFF" align="center">
<embed src="wmv/<% = Request.QueryString("video") %>.WMV" height="500" width="500" autostart="true" loop="false"></embed><br>
<font face='verdana' size='1' color='#FFFFFF'><b>ESPERO QUE FUNCIONE</b></font><br>
<font face='verdana' size='1' color='#000000'>
RIBERA TV<br>
[email protected]<br>
www.RIBERATELEVISION.com<br>
<b>¿Le gustaría adquirir nuestros vídeos?.<br>
Llame al</b></font>
</td><td width=33%></td></tr></table>
</body>
</html>


y aqui parte del codigo que utilizo en la pagina que funciona apriori



<% OPTION EXPLICIT %>
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
"http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<title>PUEBLOS</title>
</head>
<body>
<table width="800" height="500" border="0" align="center">
<tr align="center" valign="middle">
<td><div align="center">
<p><img src="imagenes/3 SPORT FACTORY.JPG" width="160" height="120"></p>
<p><strong><A href=vervideos.asp?VIDEO=3_SPORT_FACTORY_19 dic_NEW>3 SPORT <BR>FACTORY</A></strong></p>
</div></td>
<td><div align="center">
<p><img src="imagenes/AUTOMOVILES%20ALMUSSAFES.JPG" width="160" height="120"></p>
<p><strong><A href=vervideos.asp?VIDEO=AUTOMOVILES_ALMUSSAFES_3_ MARZO>AUTOMOVILES ALMUSSAFES</A></strong></p>
</div></td>
<td><div align="center">
<p><img src="imagenes/AUTOWAGEN%20CORTES.JPG" width="160" height="120"></p>
<p><strong><A href=vervideos.asp?VIDEO=AUTOWAGEN_CORTES_21dic>AU TOWAGEN CORTES</A></strong></p>
</div></td>
...
  #2 (permalink)  
Antiguo 25/05/2006, 11:40
Avatar de Fabu_dina  
Fecha de Ingreso: enero-2004
Mensajes: 425
Antigüedad: 21 años, 3 meses
Puntos: 1
prueba con esto

<embed src="wmv/<% = Request.QueryString("VIDEO") %>.WMV" height="500" width="500" autostart="true" loop="false"></embed>
  #3 (permalink)  
Antiguo 25/05/2006, 11:54
 
Fecha de Ingreso: mayo-2006
Mensajes: 147
Antigüedad: 18 años, 11 meses
Puntos: 0
Lo He Cambiado Y Me Sigue Haciendo Lo Mismo, Pienso Que Sea Pq No Almacena La Cooki, Podria Ser Eso?
  #4 (permalink)  
Antiguo 25/05/2006, 12:01
Avatar de Fabu_dina  
Fecha de Ingreso: enero-2004
Mensajes: 425
Antigüedad: 21 años, 3 meses
Puntos: 1
perdon



<% OPTION EXPLICIT %>
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
"http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<title>Documento sin t&iacute;tulo</title>
</head>
<body>
<table width=100% align="center"><tr><td width=33%></td>
<td width=33% bgcolor="#FFFFFF" align="center">
<embed src="http://www.riberatelevisio.com/ribera/PUEBLOS/spots/wmv/<% = Request.QueryString("VIDEO") %>.WMV" height="500" width="500" autostart="true" loop="false"></embed><br>
<font face='verdana' size='1' color='#FFFFFF'><b>ESPERO QUE FUNCIONE</b></font><br>
<font face='verdana' size='1' color='#000000'>
RIBERA TV<br>
[email protected]<br>
www.RIBERATELEVISION.com<br>
<b>¿Le gustaría adquirir nuestros vídeos?.<br>
Llame al</b></font>
</td><td width=33%></td></tr></table>
</body>
</html>
  #5 (permalink)  
Antiguo 25/05/2006, 12:27
 
Fecha de Ingreso: mayo-2006
Mensajes: 147
Antigüedad: 18 años, 11 meses
Puntos: 0
nada lo he puesto y sigue saliendo lo mismo :(
  #6 (permalink)  
Antiguo 25/05/2006, 12:34
 
Fecha de Ingreso: mayo-2006
Mensajes: 147
Antigüedad: 18 años, 11 meses
Puntos: 0
no me almacena la cooki
  #7 (permalink)  
Antiguo 25/05/2006, 12:35
Avatar de Fabu_dina  
Fecha de Ingreso: enero-2004
Mensajes: 425
Antigüedad: 21 años, 3 meses
Puntos: 1
A href=vervideos.asp?VIDEO=3_SPORT_FACTORY_19 dic_NEW>3 SPORT <BR>FACTORY</A>

en la pagina final pon igual tu variale

Request.QueryStrin("VIDEO")

porque con este codigo se ve perfecto


<% OPTION EXPLICIT %>
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
"http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<title>Documento sin t&iacute;tulo</title>
</head>
<body>
<table width=100% align="center"><tr><td width=33%></td>
<td width=33% bgcolor="#FFFFFF" align="center">
<embed src="http://www.riberatelevisio.com/ribera/PUEBLOS/spots/wmv/AUTOWAGEN_CORTES_21dic.wmv" height="500" width="500" autostart="true" loop="false"></embed><br>
<font face='verdana' size='1' color='#FFFFFF'><b>ESPERO QUE FUNCIONE</b></font><br>
<font face='verdana' size='1' color='#000000'>
RIBERA TV<br>
[email protected]<br>
www.RIBERATELEVISION.com<br>
<b>¿Le gustaría adquirir nuestros vídeos?.<br>
Llame al</b></font>
</td><td width=33%></td></tr></table>
</body>
</html>
  #8 (permalink)  
Antiguo 25/05/2006, 12:36
Avatar de Fabu_dina  
Fecha de Ingreso: enero-2004
Mensajes: 425
Antigüedad: 21 años, 3 meses
Puntos: 1
Cual cooki
  #9 (permalink)  
Antiguo 25/05/2006, 12:45
 
Fecha de Ingreso: mayo-2006
Mensajes: 147
Antigüedad: 18 años, 11 meses
Puntos: 0
loq eu almaceno en VIDEO, por lo que sea no me lo almacena, no se porque
  #10 (permalink)  
Antiguo 25/05/2006, 12:50
Avatar de Fabu_dina  
Fecha de Ingreso: enero-2004
Mensajes: 425
Antigüedad: 21 años, 3 meses
Puntos: 1
que visializas con esto

http://www.riberatelevisio.com/riber...RTES_21dic.wmv

epor tu

src="http://www.riberatelevisio.com/ribera/PUEBLOS/spots/wmv/AUTOWAGEN_CORTES_21dic.wmv"
  #11 (permalink)  
Antiguo 25/05/2006, 12:58
 
Fecha de Ingreso: mayo-2006
Mensajes: 147
Antigüedad: 18 años, 11 meses
Puntos: 0
como no te entiendo
  #12 (permalink)  
Antiguo 25/05/2006, 13:21
Avatar de Fabu_dina  
Fecha de Ingreso: enero-2004
Mensajes: 425
Antigüedad: 21 años, 3 meses
Puntos: 1
SI EN TU PAGINA REMPLAZAS LO QUE TUY TIENES EN SCR DEL VIDEO Y PONES LO SIGUIENTE QUE ES LO QUE SE VE

src="http://www.riberatelevisio.com/ribera/PUEBLOS/spots/wmv/AUTOWAGEN_CORTES_21dic.wmv"
  #13 (permalink)  
Antiguo 25/05/2006, 13:49
 
Fecha de Ingreso: mayo-2006
Mensajes: 147
Antigüedad: 18 años, 11 meses
Puntos: 0
si pongo la ruta completa se reproduce el archivo, puedes probarlo tu mismo, loq ue pasa esque por lo que sea el valor dela cookie no la almacena, ese es el problema que no almacena la cookie, he de crear algo alguna bariable o algo para que se almacene la cookie?
  #14 (permalink)  
Antiguo 25/05/2006, 15:14
Avatar de Fabu_dina  
Fecha de Ingreso: enero-2004
Mensajes: 425
Antigüedad: 21 años, 3 meses
Puntos: 1
Intenta con esto

<% OPTION EXPLICIT %>
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
"http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<title>Documento sin t&iacute;tulo</title>
</head>
<body>
<table width=100% align="center"><tr><td width=33%></td>
<td width=33% bgcolor="#FFFFFF" align="center">
<%dim video,d
video="AUTOWAGEN_CORTES_21dic"
d="%=Response.Write(video)%"
Response.Write(video&"<br>")
Response.Write("http://www.riberatelevisio.com/ribera/PUEBLOS/spots/wmv/<'"&d&"'>.wmv")
%>
<br>
&lt;embed src=&quot;http://www.riberatelevisio.com/riber...&gt;.wmv&quot; height=&quot;500&quot; width=&quot;500&quot; autostart=&quot;true&quot; loop=&quot;false&quot;&gt;&lt;/embed&gt;&lt;br&gt;<br>
<embed src="http://www.riberatelevisio.com/ribera/PUEBLOS/spots/wmv/<%=Response.Write(video)%>.wmv" height="500" width="500" autostart="true" loop="false"></embed><br>
<font face='verdana' size='1' color='#FFFFFF'><b>ESPERO QUE FUNCIONE</b></font><br>
<font face='verdana' size='1' color='#000000'>
RIBERA TV<br>
[email protected]<br>
www.RIBERATELEVISION.com<br>
<b>¿Le gustaría adquirir nuestros vídeos?.<br>
Llame al</b></font>
</td><td width=33%></td></tr></table>
</body>
</html>
  #15 (permalink)  
Antiguo 26/05/2006, 02:09
 
Fecha de Ingreso: mayo-2006
Mensajes: 147
Antigüedad: 18 años, 11 meses
Puntos: 0
podrias esplicarme un poco que eslo que has hecho porfavor?
  #16 (permalink)  
Antiguo 26/05/2006, 03:07
 
Fecha de Ingreso: mayo-2006
Mensajes: 147
Antigüedad: 18 años, 11 meses
Puntos: 0
he copiado este texto en otro enlace, pero no me funciona tp
  #17 (permalink)  
Antiguo 26/05/2006, 03:11
 
Fecha de Ingreso: mayo-2006
Mensajes: 147
Antigüedad: 18 años, 11 meses
Puntos: 0
a una mala si quieres te puedo enviar los dos archivos asp y lo pruebas tu si quieres?
  #18 (permalink)  
Antiguo 26/05/2006, 08:17
Avatar de Fabu_dina  
Fecha de Ingreso: enero-2004
Mensajes: 425
Antigüedad: 21 años, 3 meses
Puntos: 1
ponme los archivos en zip enm alguna direccion de tu pagina para bajarlos y los checo y te aviso en el transcurso del dia

Saludos
  #19 (permalink)  
Antiguo 28/05/2006, 14:50
 
Fecha de Ingreso: mayo-2006
Mensajes: 147
Antigüedad: 18 años, 11 meses
Puntos: 0
te he enviado un mensaje, contestame lo antes posible vale
  #20 (permalink)  
Antiguo 29/05/2006, 10:26
 
Fecha de Ingreso: mayo-2006
Mensajes: 147
Antigüedad: 18 años, 11 meses
Puntos: 0
el problema que tengop es que no me almacena la cookie
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 16:18.