New Button Example
This example illustrates how you can have an image display and then after the expiration month and year, the image will no longer display. This is very useful for a "NEW" button that shows for only a couple of months and then no longer displays.
This button will display through December, 2002
The code you would use to display the button is as follows:
<script language="JavaScript">
<!-- Start hiding
newbtn(11, 2002);
// Stop hiding -->
</script>
where 11 is the month specified (e.g., 0=jan, 1=feb, etc.) and 2002 is the year specified.
Zone One
Copyright 1998 Zone One -- All Rights Reserved
For information on this page, please contact webmaster@zone0ne.com