Not applicable
14-03-2011
08:18 PDT
- Mark as New
- Follow
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report
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
Views
Replies
0 Likes
Total Likes