<!-- This goes in the BODY of the html file --> <!-- CHECKBOX LINKS --> <!-- Copyright 2001, Sandeep Gangadharan --> <!-- For more free scripts go to http://sivamdesign.com/scripts/ --> <form> <font face='verdana, arial, helvetica, san-serif' size='1'> <input type='checkbox' onClick="location.href='http://www.microsoft.com/'" />Microsoft Corp.<br /> <input type='checkbox' onClick="location.href='http://home.netscape.com/'" />Netscape Corp.<br /> <input type='checkbox' onClick="location.href='http://www.macromedia.com'" />Macromedia Inc.<br /> <input type='checkbox' onClick="location.href='http://www.symantec.com'" />Symantec Corp. </font> </form>