![Antiguo](http://static.forosdelweb.com/fdwtheme/images/statusicon/post_old.gif)
27/01/2005, 08:36
|
| | Fecha de Ingreso: diciembre-2004
Mensajes: 85
Antigüedad: 20 años, 1 mes Puntos: 0 | |
<?php
.....
header ("Location: http://pcm3080.dti.supsi.ch/Php/SUPSI/navigator/mensaje.php?mensaje=blabla") ;
include "parameters.php";
header ("Location: http://pcm3080.dti.supsi.ch/Php/SUPSI/navigator/foafgenerator.htm");
?>
y en mi mensaje.php
<html>
<head>
<title>SUPSI. Gracie per contactarnos</title>
<script>
<!--
function Cerrar()
{
self.close()
}
function logout() {
setTimeout('window.close()',3000);
}
//-->
</script>
</head>
<body text="#FFCC00" bgcolor="#000033" onload="logout()">
<table width="320" cellspacing="0" cellpadding="0" border="0" height="100%">
<tr>
<td width="316" valign="top">
<p> </p>
<p> </p>
<p> </p>
<center>
<font face="arial,verdana,helvetica" size="-1" color="#FFCC00"><b>Su menssaje ha fatto recibito per la<br>SUSPI</b></font>
<form>
<input type="button" name="cerrar" value="Close" onclick="javascript:Cerrar()">
</center>
</form>
</td>
</tr>
</table>
</body>
</html>
donde paso la variable???
Tu página mensajes.php .. muestra tu mensaje y redirecciona vía caberas META de refresh (en el <head>) |