Hi another newbie here
I am trying to get the message: The you entered is a leap year, but it does not happen, what did I do wrong with this script?
<html>
<HEAD>
<SCRIPT LANGUAGE="JavaS cript">
<!--hide from old browsers
function test(){
if ((parseInt(docu ment.getElement ById("year")) % 4 == 0)&&
((parseInt(docu ment.getElement ById("year"))...