Ciao ragazzi!!
ho bisogno di un aiutino..
ho un sito html da cui si apre questa paginetta(pop_up) che mi contiene una foto in una tabella.
avete un codice che:
1-mi apre questa nuova pagina nelle dimensioni della tabella
2-che mi fa sparire la barra indirizzi, i vari File-Modifica ecc e gli altri pulsanti nella barra superiore?
Grazie.
se serve, di seguito c'è il codice..
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
"http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<title>title</title>
<style type="text/css">
<!--
body {
margin-left: 0px;
margin-top: 0px;
margin-right: 0px;
margin-bottom: 0px;
}
-->
</style></head>
<body>
<table width="400" height="300" border="0">
<tr>
<th align="left" valign="top" scope="col"><div align="left">[img]img/1.jpg[/img]</div></th>
</tr>
<tr>
<th align="left" valign="top" scope="row"><div align="center">[img]img/frecce.jpg[/img]</div></th>
</tr>
</table>
<map name="Map">
<area shape="rect" coords="2,3,114,57" href="37.htm">
<area shape="rect" coords="195,1,297,56" href="2.htm">
</map>
</body>
</html>