Update of /cvsroot/fb-contrib/fb-contrib/htdocs
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv7369/htdocs
Modified Files:
index.html
Log Message:
stop the insanity
Index: index.html
===================================================================
RCS file: /cvsroot/fb-contrib/fb-contrib/htdocs/index.html,v
retrieving revision 1.27
retrieving revision 1.28
diff -u -d -r1.27 -r1.28
--- index.html 10 Nov 2005 07:29:16 -0000 1.27
+++ index.html 10 Nov 2005 07:32:26 -0000 1.28
@@ -20,8 +20,10 @@
}
}
-Image f1 = new Image("flip1.gif");
-Image f2 = new Image("flip2.gif");
+var im = new Image;
+im.src = "flip1.gif";
+im.src = "flip2.gif";
+
</script>
</head>
<body background>
|