hola Myakire mucha gracias por tu tiempo. mira lo q quiero saber si se puede hacer en asp es lo del siguiente codigo, q se hce de esta forma en php;
1.- Index
Cita: <? include ("interfase.php");
inicio(); ?>
<table width="570" height="370" border="0" cellpadding="0" cellspacing="0">
<tr>
<td height="21"><div align="center">Prueba</div></td>
</tr>
<tr>
<td align="left" valign="top"><p>hgj</p>
<p>hg</p>
<p>hgh</p>
<p>gjgh</p>
<p>hg</p>
<p>hg</p>
<p>hg</p>
<p>hghg</p>
<p>hgh</p>
<p>g</p>
<p>ghfdgd</p>
<p>df</p>
<p>dggd</p>
<p> </p>
<p> </p>
<p> </p></td>
</tr>
</table>
<? final();
?>
2.- Interfase
Cita: <?
function conexion()
{
$bd_host="localhost";
$bd_usuario="root";
$bd_password="";
$bd_basededatos="";
$bd_conexion=mysql_connect($bd_host, $bd_usuario, $bd_password) or die ("Error en la base de datos ó se encuentra caida");
mysql_select_db($bd_basededatos);
}
function inicio() {
session_register();
session_start();
conexion();
?>
<html>
<head>
<title>GrupoFM DEPORTES</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<!-- Fireworks MX Dreamweaver MX target. Created Mon Dec 13 10:45:40 GMT-0600 (Central Standard Time) 2004-->
<style type="text/css">
<!--
td {
font-size: 10px;
}
-->
</body>
</html>
<? } ?>
salu2 y gracias por su tiempo a todos lo q ilustran incautos como yo.