testo1

testo da usare per esempio con pulsa9

richiamato nella pagina TESTATA con frame > pagina2

segnalibro1


codice pagina TESTATA.htm....che usa frame per associare due file:pulsare1.htm e testo1.htm

<html>

<head>
<meta http-equiv="Content-Type"
content="text/html; charset=iso-8859-1">
<meta name="GENERATOR" content="Microsoft FrontPage Express 2.0">
<title>Pagina normale senza titolo</title>
</head>

<frameset rows="600,*" cols="300,*" frameborder="yes" border="5"
bordercolor="#0000FF">
<frame src="pulsare1.htm" name="pagina1" scrolling="yes">
<frame src="testo1.htm" name="pagina2" scrolling="yes">

<noframes>
<body bgcolor="#00FFFF">

</body>
</noframes>
</frameset>
</html>

segnalibro2


codice pagina pulsare1.htm che inserisce due volte la stessa immagine con diverse dimensioni

<html>

<head>
<meta http-equiv="Content-Type"
content="text/html; charset=iso-8859-1">
<meta name="GENERATOR" content="Microsoft FrontPage Express 2.0">
<title>pulsare1</title>
</head>

<body bgcolor="#FF00FF">

<p>pulsare1</p>

<p><img src="mandel.gif" width="365" height="408"><img
src="mandel.gif" width="207" height="212"></p>

</body>
</html>