Ver Mensaje Individual
  #5 (permalink)  
Antiguo 21/01/2010, 10:11
Avatar de darkasecas
darkasecas
 
Fecha de Ingreso: marzo-2005
Ubicación: SantaCata, NL, Mexico
Mensajes: 1.553
Antigüedad: 19 años, 1 mes
Puntos: 77
Respuesta: poner un .exe en mi web

Cita:
Iniciado por soniacharly Ver Mensaje
vale, creo k me sirve con tal de k salga directamente el cuadradito de guardar o ejecutar,
lo unico me podrías decir donde pongo exactamente el codigo php
yo ahora en /soporte ten una index.html:

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>marsoni sistemas sl •°•°• soluciones informaticas para su empresa</title>

<link href="stilo.css" rel="stylesheet" type="text/css" />
</head>

<body>
<table width="100%" border="0">
<tr>
<td><div align="center">
<p class="Estilo1">&nbsp;</p>
<p><img src="logo.jpg" alt="Soporte Técnico" width="170" height="139" border="0" usemap="#Map" /><span class="Estilo1"><br />
Soporte Tecnico</span></p>
<p class="Estilo2">(pinche sobre el icono para ejecutar la aplicación)</p>
</div></td>
</tr>
</table>

<map name="Map" id="Map"><area shape="rect" coords="6,5,173,142" href="http://www.forosdelweb.com/f91/marsoni.exe" alt="soporte técnico" />
</map></body>
</html>
Reemplaza tu index.html por un index.php con el codigo que te dio maycol