scrollbar='no'
cmq così va:
codice:
<!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=ISO-8859-1" />
<title>Documento senza titolo</title>
<script type="text/javascript">
//cinque.htm non scrollbar
<!--
var stile = "top=100, left=100, width=280, height=290, status=yes, menubar=yes, toolbar=yes, scrollbar=no";
function Popup(apri) {
window.open(apri, "", stile);
}
//-->
</script>
</head>
<body>
<!--[img]images/5.jpg[/img]
-->
apre popup no scrollbar
</body>
</html>
ciaux