<a name="uniqueName"
href="http://www.microsoft.com/ie/ie40/download/?/ie/ie40/download/redirect.htm">
<img src="urlOfLogoImage" border=0 width=136 height=20></a>
<script language="JavaScript">
if ( isMsie4orGreater()) { uniqueName.href ="urlToCDF"; }
</script>
Edit the script above for each logo:
- Change uniqueName to uniquely identify the name of each logo you are using. You must uniquely name each Add logo you place on the page. (Note: Names must not contain any spaces.)
- Change urlOfLogoImage to refer to the URL location of the Add logo on your server. This would be one of the GIFs you copied from Step 1 above, be sure to use the correct logo for each offering.
- Change urlToCDF to refer to the URL location of your CDF. This can be an explicit URL to a CDF, or a script (such as CGI or Active Server Page) that returns a CDF. (Note: You must use the complete URL to the CDF, e.g., http://sample.microsoft.com/mycdf.cdf.)