display Null or Not an object error
document.all.txtOrganizer_Flag.value = <%=Abs(CInt(oRS("organizer_flag")))%>;
document.all.txtPresenter_Flag.value = <%=Abs(CInt(oRS("presenter_flag")))%>;
document.all.txtParticipant_Flag.value = <%=Abs(CInt(oRS("external_participants")))%>;
if (document.all.txtCC) {document.all.txtCC.value = "<%=TextConvert(trim(oRS("c_costcenter")),0)%> ";}
if (document.all.tCCDesc) {document.all.tCCDesc.innerText = "<%=TextConvert(trim(oRS("c_cc_desc")),0)%>";}
<%if g_reservation_location = 0 Or Reservation_Owner = true then
Find_Participants
else
%>document.all.btnSave.style.display="none";
<%
end if
In the above code i am getting error at document.all.btnSave.style.display="none"; like "document.all.btnSave.style.display" is null ot not an object. Please help me any one in this issue.
Kishore Kumar
Software Engineer
TATA Consultancy Services.
|