Modificare il file:
\Galleria\browse.asp
<% Response.Buffer = False %> <!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> <title>Galleria Immagini</title> <link rel="stylesheet" href="style.css" type="text/css" media="screen" /> </head> <body> <div id="content"> <center> <table width="760" border="0" cellspacing="1" cellpadding="0"> <tr bgcolor="#dddddd"> <td width="100%" align="left" valign="top" border="0" colspan="3"> <p><!--#include file="layout/header_inc.asp"--><br></td> <tr> <td width="140" align="left" valign="top" border="0" bgcolor="#dddddd"> <p><!--#include file="layout/navbar_inc.asp"--></td> <td width="10"></td> <td width="600" align="center" valign="top"><br> <H1>Elenco immagini</H1><br> <table width="600" border="0" cellspacing="0" cellpadding="0"> <tr align="center" valign="top"> <td width="600"> <!--#include file="browse_code.asp"--></td> </tr> </table><br /> <br /> </td> </tr> <tr> <td valign="top" border="0" bgcolor="#dddddd" colspan="3"> <p><!--#include file="layout/footer_inc.asp"--></td> </tr> </table> </center> </div> </body> </html>
[
Íàçàä
]