<%@LANGUAGE="VBSCRIPT"%> <% set rs_faq = Server.CreateObject("ADODB.Recordset") rs_faq.ActiveConnection = MM_cs_db_mjr_STRING rs_faq.Source = "SELECT * FROM FAQ ORDER BY ID ASC" rs_faq.CursorType = 0 rs_faq.CursorLocation = 2 rs_faq.LockType = 3 rs_faq.Open() rs_faq_numRows = 0 %> <% Dim Repeat1__numRows Repeat1__numRows = -1 Dim Repeat1__index Repeat1__index = 0 rs_faq_numRows = rs_faq_numRows + Repeat1__numRows %> East Melbourne Joint Replacement









<% While ((Repeat1__numRows <> 0) AND (NOT rs_faq.EOF)) %>
"> " class="Default_Text">Q: " class="Default_Text"><%=(rs_faq.Fields.Item("QUESTION").Value)%>
<% Repeat1__index=Repeat1__index+1 Repeat1__numRows=Repeat1__numRows-1 rs_faq.MoveNext() Wend %>

 

 


Disclaimer; The information provided is the opinion of the author and is of a general nature. For specific advice a consultation with your medical adviser is recommended. The author takes no responsibility for any loss resulting from acting upon the information in this website
<% rs_faq.Close() %>