Add a three-dimensional frame to your web page
Author:Eve Cole
Update Time:2009-06-17 17:11:51
<!-- Add the following code to the <body> area -->
<script language="JavaScript1.2">
if(document.all)
document.body.style.cssText="border:25 ridge red"
</script>