Avatar

Not applicable

Hi, can anyone just cast an eye over this script to see why the pages aren't appearing as I cannot see why it shouldn't work.

form1.DropDownList161::exit - (JavaScript, client)

if (this.rawValue=="Transfer"){

    Page1.presence = "visible";

    Page2.presence = "visible";

    Page3.presence = "hidden";

    Page3.Signature.presence = "visible";

}

if (this.rawValue=="Closing"){

    Page1.presence = "visible";

    Page2.presence = "hidden";

    Page3.presence = "visible";

    Page3.Signature.presence = "visible";

}  

Thanks

Steve