HTML Code:<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"> <html> <head> <title>Working With Radio</title>Code:<script type="text/javascript"> <!--Hiding function surfTo() { var tradio = document.getElementById('r1'); var tradio0 = document.getElementById('r2'); tradio = ( tradio.checked == true ? window.document.location.href = "http://htmlfreak.wen.ru" : tradio ); tradio0 = ( tradio0.checked == true ? window.document.location.href = "http://www.rainarts.net46.net//guestbook/index.php" : tradio0 ); }// Done hiding --> </script>HTML Code:</head> <body> <p align="left"> <form> <center> <input id="r1" type="radio" onClick="surfTo()" /><b> myHTML</b> <input id="r2" type="radio" onClick="surfTo()" /><b> myPHP</b></center> </form> </p> </body> </html>



Reply With Quote

Bookmarks