My AS code need help?

hey all,

here is my code

on (release) {
    if (name == "" || email == "" || company == "" || message == "") {
        info1 = "Sorry you need to complete all the fields before submitting";
    } else {
        loadVariablesNum("subscribe.php", 0, "POST");
    }
}

info1 does not show up with my message…to me it should…is there anything wrong with this code??