Ver Mensaje Individual
  #5 (permalink)  
Antiguo 19/04/2007, 17:06
Avatar de lobonegro6
lobonegro6
 
Fecha de Ingreso: enero-2005
Ubicación: Monterrey, México.
Mensajes: 145
Antigüedad: 20 años, 3 meses
Puntos: 1
Re: Interfase en asp?

ko aki voy de neuvo a ver si me puedo explicar;

tengo 2 pages una es interfase y otra es index, estas 2 estan en asp y quiero tratar de hacer lo mismo q con php.

<html>
<head>
<title>interfase.jpg</title>
<meta http-equiv="Content-Type" content="text/html;">
<!-- Fireworks MX Dreamweaver MX target. Created Thu Apr 19 11:53:27 GMT-0500 (Central Daylight Time (Mexico)) 2007-->
</head>
<body bgcolor="#ffffff">
<table border="0" cellpadding="0" cellspacing="0" width="800">
<!-- fwtable fwsrc="interfase.png" fwbase="pruebaindex.jpg" fwstyle="Dreamweaver" fwdocid = "742308039" fwnested="0" -->
<tr>
<td><img src="imagenes/spacer.gif" width="4" height="1" border="0" alt=""></td>
<td><img src="imagenes/spacer.gif" width="168" height="1" border="0" alt=""></td>
<td><img src="imagenes/spacer.gif" width="12" height="1" border="0" alt=""></td>
<td><img src="imagenes/spacer.gif" width="289" height="1" border="0" alt=""></td>
<td><img src="imagenes/spacer.gif" width="11" height="1" border="0" alt=""></td>
<td><img src="imagenes/spacer.gif" width="12" height="1" border="0" alt=""></td>
<td><img src="imagenes/spacer.gif" width="1" height="1" border="0" alt=""></td>
<td><img src="imagenes/spacer.gif" width="287" height="1" border="0" alt=""></td>
<td><img src="imagenes/spacer.gif" width="12" height="1" border="0" alt=""></td>
<td><img src="imagenes/spacer.gif" width="4" height="1" border="0" alt=""></td>
<td><img src="imagenes/spacer.gif" width="1" height="1" border="0" alt=""></td>
</tr>
</table>
</body>
</html>


y el index

<%Option Explicit%>
<html>
<head>
<title>Index</title>
</head>

<body>
<!-- #include file="interfase.asp" -->

lo q yo quiero es q aqui en este parte yo pueda hacere cambios a interfase cmo se hace en php con algun tipo de codigo no se si me explico o no me se explicar pero no se como hacerle.

</body>
</html>