1: 2: 3: 4: 5: 6: 7: 8: 9: 10: 11: 12: 13:
//.JS FILE function UpdateSS(subsite) { // Not even being called? alert(subsite); var control = document.getElementById("SilevrlightFloorplan"); if (control) { //3001 should be subsite, but debugging. control.Content.Page.UpdateSubSiteID(3001); } }