if ((input.Radio_1 = null) && (input.hiddenvalue != "nullcheck"))
{
input.hiddenvalue = "nullcheck";
alert "You have not completed the form are you sure you want to submit? To submit click ok then click submit again.";
cancel submit;
}
BUT when you click submit the value "nullcheck" does not show up in the feild input.hiddenvalue thus the user keeps getting the alert box and can't submit.