1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31
|
<HTML>
<HEAD>
<style>
<!--
body {
background-image: url(/cgi-bin/w3cam.cgi?refresh=1&color=0&size=320x240);
background-repeat: no-repeat;
}
.text {
background: yellow;
color: red;
width: 100 pt;
border-width: 2pt;
}
-->
</style>
</HEAD>
<BODY bgcolor=black>
<P> <P>
<DIV class=text>
<H4>In this example the CGI is used to generate a refreshing background image
.. <code>:-)</code></B>
</H4>
<P>
</DIV class=text>
<DIV class=text>
<A href="javascript:close()">[ Close ]</A>
</DIV class=text>
</BODY>
</HTML>
|