http://javascript.internet.com
-- הפמ חוקל טפירקסה
<html>
<head>
<title>א"ב בבנית אתרים</title>
<SCRIPT LANGUAGE="JavaScript">
<!-- Begin
function enlargeImage1(){
image1.height="300"
}
function dropImage1(){
image1.height="150"
}
function enlargeImage2(){
image2.height="300"
}
function dropImage2(){
image2.height="150"
}
// End -->
</script>
</head>
<body >
<table width="80%" border="1" cellspacing="2"
cellpadding="2" align="center" bgcolor="#ece8cf"
bordercolor="#666666" class="bord2">
<tr>
<td align="left">
<div align="center"><font size="3"><b>.הרזחב
התוא ריזחמ דחא קילק .קילק לבדב
הבוגל הנומת תלדגה </b></font> </div>
</td>
<tr>
<td align="left"><center>
<b>Double-click the images to enlarge them<br>and click once
to make them thumbnail size again.</b>
</center>
<p>
<table align="center">
<tr>
<td align="center"> <img src="picture4-sm.gif"
height="150" name="image1" ondblclick="enlargeImage1()"
onclick="dropImage1()" width="150"><br>
<b>Contemplation</b>
</td>
<td align="center"> <img src="picture6-sm.gif"
height="150" name="image2" ondblclick="enlargeImage2()"
onclick="dropImage2()" width="150"><br>
<b>Inner Reflection</b>
</td></tr>
</table>
<p align="center"><br>
...לבא הנומתה תא תוועמ הז יכ ישומיש שממ אל<br>
</td>
</table>
</body>
</html>
|