banner
banner

This tutorial well explain and demostrate (web page only and WebTV only viewing & usage) the correct HTML codes for the use of radio buttons, checked and unchecked, and check box buttons also checked and unchecked since the Summer 2000 upgrade has played havoc with many codes. The buttons did not work on my lap top using the IE browser on 4-10-2001. Hopefully this will clear up at least one item.

Pre Upgrade Codes

I just took the retrograde, September 3, 2000, and both of the below buttons, post and pre-upgrade worked. Go figure

Click Here

Click Here


Click Here

Click Here

Here are the codes for the above that will also work in email pre or post upgrade but not on web pages post upgrade but for WebTV only.  The type of button, radio or checkbox, are identified in the below codes.

<<>form method=get><<>input type=radio checked action="http://www.wtv-zone.com/bluefox/frame.html"><<>b>Click Here<<>/b><<>/form>

<<>form method=get><<>input type=radio action="http://www.wtv-zone.com/bluefox/frame.html"><<>b>Click Here<<>/b><<>/form>

<<>form method=get><<>input type=checkbox checked action="http://www.wtv-zone.com/bluefox/frame.html"><<>b>Click Here<<>/b><<>/form>

<<>form method=get><<>input type=checkbox action="http://www.wtv-zone.com/bluefox/frame.html"><<>b>Click Here<<>/b><<>/form>



Post Upgrade Codes



Click Here

Click Here


Click Here


Click Here


Here are the codes for the above that work post upgrade. BTW becareful of the quotation marks both single and double.  The type of button radio or checkbox are identified in the below codes.

<<>form method=get><<>input type=radio checked onClick="parent location='http://www.wtv-zone.com/bluefox/frame.html'"><<>b>Click Here<<>/b><<>/form>

<<>form method=get><<>input type=radio onClick="parent location='http://www.wtv-zone.com/bluefox/frame.html'"><<>b>Click Here<<>/b><<>/form>

<<>form method=get><<>input type=checkbox checked onClick="parent location='http://www.wtv-zone.com/bluefox/frame.html'"><<>b>Click Here<<>/b><<>/form>

<<>form method=get><<>input type=checkbox onClick="parent location='http://www.wtv-zone.com/bluefox/frame.html'"><<>b>Click Here<<>/b><<>/form>

The below will explain and demo the proper HTML codes for all browsers to use:
HTML Forms For Radio Buttons
How To Use Buttons, Check Boxes and Radio Buttons
Explains Abled & Disabled Buttons With Demo

               To The Blue Fox Menu