Javascript Banner for INETA

This page is showing the Javascript banner for the Wisconsin .NET User Group. Included here are a few examples of how banners for the coming .NET User Group meetings can be automatically included on a remote site with just a bit of HTML markup with Javascript.

Instructions

Simply copy and paste the example at the bottom into the HTML on your website to display a banner. And if you would like to change the colors or other settings, you can do so with the Javascript variables shown below. For ultimate control, use the CSS class name.

<div style="padding-top: 10px;">
<script type="text/javascript"><!--
	jsbanner_width = 100;
	jsbanner_height = '';
	jsbanner_class_name = "jsbanner";
	jsbanner_color_border = "333333";
	jsbanner_color_bg = "DDDDDD";
	jsbanner_color_link = "990000";
	jsbanner_color_url = "990000";
	jsbanner_color_text = "000000";
//--></script>
<script type="text/javascript"
  src="http://ineta.offwhite.net/banner.js">
</script>
<script type="text/javascript"
  src="http://ineta.offwhite.net/Banner.ashx">
</script>
</div>