I have a asp page 'netfare.asp'
Heres APS code:
<%
Set rsShowPub = con.Execute("select show_pub from company where company_id = '"& companyid &"'")
if (not rsShowPub.Eof) then
if rsShowPub("show_pub") then
%>
<br>
<a name="loading2"><center><p><b>Loading Published Fares Please Wait...</b></p></center></a>
_______________________________________
I want this radio button:
<input type="radio" name="out" onclick="javascript
: oSeg('<%=depFareID%>','<%=depContractID%>','<%=rsC ont("air_cds")%>','<%=invalidClass%>', '<% if ConFlag = false and preisdirect = true then response.write via& ",*" & ",*" else response.write "*" end if%>','<%=preisdirect%>','<% if preisdirect = true then response.write preaddoncost else response.write "*" end if%>','<%= pre_addonRBD %>','<%= pre_addonCD %>','<%= conFlag %>');"/>
________________________________________________
to be disabled until the loading of Published Fares is complete. How is this done?
The published fares table is populated with XML data and database data (i think). How can I wait until the table is fully populated (i.e all records have came back) - before enabling the radio button.
Thanks.
Picco
www.crmpicco.co.uk