<%@LANGUAGE="VBSCRIPT" CODEPAGE="1252"%> <% dim dbOps,strSQL set dbOps = new dbOperations %> Health Tools Online- Ask the doctor
   
 

 

Ask the doctor :: Find a physician :: Discussion forum

Online chat :: Patient stories

<% mStatus=Request.QueryString("manipulateStatus") If mStatus="Saved" Then %>

Thank you Guest. Your Question was successfully submitted. We will get back to you at the earliest.

<% End If %>

This feature in this website is a basic question and answer service where our team of
physicians will give specific advise about your question.

This is helpful to someone

  • Who wants a second opinion,
  • Some who has been advised surgery or a procedure and wants to
    know more about it.
  • Prefer not to consult a doctor, do not have a family doctor, or have
    specific time constraints.
  • Wants to find out about the latest research news about their medical condition
  • Any side effects from the medicines that they are taking

Although, this service are far beyond the general information, please do not treat this as

 

  • Your primary diagnoses
  • Do not use it to treat medical emergency
  • Our physicians are based in Australia, and the specific knowledge
  • of treatments, procedures, surgeries and research may not be
    the same all over the world.


To ask a question, simply send an email to askthedoctor@healthtoolsonline.com
or simply fill in the form below. We will have your question answered in less than 48 hours.


 

For a personal, private answer via email within 2 business days, please fill out the form below. Although you have registered, to use this feature, Items marked (*) are compulsory.

If the submit question, is not working, please email your question to askthedoctor@healthtoolsonline.com

method="post" class="body">
Category*:
Question*:
Name*:
Address:
City:
State:
Country
Post/Zip code:
Email*:
 


 

 

 



 

Home | Feedback | Advertise with us | Disclaimer | Privacy | Contact Us
DESIGNED / DEVELOPED BY
<% If Request.ServerVariables("REQUEST_METHOD") = "POST" Then Dim strQuestCat,strQuestion,strName,strAdd,strCity,strState,strZipCode,strEmail,strDateTime strQuestCat=request("cmbCategory") strQuestion=Request("txtQuestion") strName=Request("txtName") strAdd=Request("txtAddress") strCity=Request("txtCity") strState=Request("txtState") strCountry=Request("cmbCountry") strZipCode=Request("txtZip") strEmail=Request("txtEmail") strDateTime=cstr(now()) strSql="INSERT INTO AskDrTable( AskDr_QuestionCategory_ID, AskDr_Question, AskDr_PersonName, AskDr_Address, AskDr_City, AskDr_State, AskDr_Country_ID, AskDr_ZipCode, AskDr_Email, AskDr_Date) " strSql=strSql & " Values('" & strQuestCat & "','" & strQuestion & "','" & strName & "','" & strAdd & "','" & strCity & "','" & strState & "','" & strCountry & "','" & strZipCode & "','" & strEmail & "',#" & strDateTime & "#);" dbOps.manipulateDB strSQL, C_F_ASKDR, "Save" End If %>