Salve ...Ho creato un framset con Dreamweaver.MX ho salvato il tutto,senza bordi non ridimensionabile ecc. ma quado lo riapro per modificare ad esempio restringere il leftFrame non riesco piu'.Posto il codice ,eventualmente come faccio con il bloknote a restringere il leftFrame e il rightFrame?
Codice:
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Frameset//EN" "http://www.w3.org/TR/html4/frameset.dtd">
<html>
<head>
<title>index.html</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<script language="JavaScript" type="text/JavaScript">
<!--
function MM_reloadPage(init) { //reloads the window if Nav4 resized
if (init==true) with (navigator) {if ((appName=="Netscape")&&(parseInt(appVersion)==4)) {
document.MM_pgW=innerWidth; document.MM_pgH=innerHeight; onresize=MM_reloadPage; }}
else if (innerWidth!=document.MM_pgW || innerHeight!=document.MM_pgH) location.reload();
}
MM_reloadPage(true);
//-->
</script>
</head>
<frameset rows="*" cols="195,*" framespacing="0" frameborder="NO" border="0">
<frame src="sxframe.htm" name="leftFrame" scrolling="NO" noresize>
<frameset rows="119,*" cols="*" framespacing="0" frameborder="NO" border="0">
<frame src="upframe.htm" name="topFrame" scrolling="NO" noresize>
<frameset rows="*" cols="*,233" framespacing="0" frameborder="NO" border="0">
<frame src="mainframe.htm" name="mainFrame">
<frame src="dxframe.htm" name="rightFrame" scrolling="NO" noresize>
</frameset>
</frameset>
</frameset>
<noframes><body>
</body></noframes>
</html>
A presto e buon lavoro a voi tutti Michele R.