www.askadoctor24x7.com Open in urlscan Pro
65.2.42.93  Public Scan

Submitted URL: http://healthcaremagic.com/
Effective URL: https://www.askadoctor24x7.com/
Submission Tags: tranco_l324
Submission: On March 10 via api from DE — Scanned from DE

Form analysis 12 forms found in the DOM

Name: searchformPOST

<form action="" method="post" name="searchform">
  <div class="input-group">
    <input id="homeSearchBox" class="form-control" placeholder="Search" aria-label="" aria-describedby="basic-addon1" s="" name="search_keywords" type="text" onblur="isValidSearch();" onkeyup="return submitSearchForm(event, this.value);" value="">
    <div class="input-group-prepend" id="frmSearch">
      <button type="button" class="btn" onclick="submitSearchFormWithoutEvent(ge('homeSearchBox').value)"><i class="fa fa-search"></i></button>
    </div>
  </div>
</form>

Name: frmSearch1POST

<form action="" method="post" name="frmSearch1">
  <label class="t_search">
    <input type="text" placeholder="Search Items" name="search_keywords" class="col-12" id="mobileSearchBox" onkeyup="return submitSearchForm(event, this.value)" value="">
  </label>
  <label class="i_search">
    <button type="button" class="btn btn-block" onclick="submitSearchFormWithoutEvent(ge('mobileSearchBox').value)">search</button>
  </label>
</form>

<form id="userSignInForm">
  <div class="row form-group">
    <label class="col-md-4 col-form-label" for="inputname">Your Name :</label>
    <div class="col-md-8">
      <input type="email" name="u_RegName" id="inputname" class="form-control">
    </div>
  </div>
  <div class="row form-group">
    <label class="col-md-4 col-form-label" for="inputEmail">Your e-mail :</label>
    <div class="col-md-8">
      <input type="email" name="u_RegEmail" id="inputEmail" class="form-control">
    </div>
  </div>
  <div class="row form-group">
    <label class="col-md-4 col-form-label" for="password">Password :</label>
    <div class="col-md-8">
      <input type="password" name="u_RegPass" id="password" class="form-control">
    </div>
  </div>
  <div class="row form-group">
    <label class="col-md-4 col-form-label" for="confirmpassword">Confirm Password :</label>
    <div class="col-md-8">
      <input type="password" name="u_RegConfirm" id="confirmpassword" class="form-control" onkeypress="submitOnEnter(event,userSignIn)">
    </div>
  </div>
  <div class="row form-group">
    <label class="col-md-4 col-form-label d-none d-md-block"></label>
    <div class="col-md-8">
      <label class="checkboxcustom-label"> Your information is secure <i class="fas fa-lock text-success"></i></label>
      <div class="checkbox">
        <input class="checkboxcustom" name="u_registerTerms" id="regTermsConditions" type="checkbox" checked="checked">
        <label for="regTermsConditions" class="checkboxcustom-label"><span>I Agree to <a href="https://www.askadoctor24x7.com//disclaimer" target="_blank" class="text-primary">Terms &amp; Conditions</a></span></label>
      </div>
      <div class="checkbox">
        <input class="checkboxcustom" name="rememberMe" id="rememberMeSignup" checked="checked" value="true" type="checkbox">
        <label for="rememberMeSignup" class="checkboxcustom-label"><span>Remember me</span></label>
      </div>
    </div>
  </div>
  <div class="row form-group">
    <label class="col-md-4 col-form-label d-none d-md-block"></label>
    <div id="u_RegisterButton" class="col-md-8"> <a class="btn btn-warning" data-target="#" href="javascript:userSignIn();">Register <i class="fa fa-angle-double-right"></i></a>
      <a class="text-primary float-right mt-2" onclick="$('#signupmodal').modal('hide')" data-target="#signinmodal" data-toggle="modal" href="#">Already registered? Login <i class="fa fa-angle-double-right"></i></a> </div>
  </div>
</form>

POST /DoctorServlet?page=createDoctor

<form id="userSignInFormForDoctor" style="display: none;" action="/DoctorServlet?page=createDoctor" method="POST">
  <div class="row form-group">
    <label class="col-md-4 col-form-label" for="inputname">Your Name :</label>
    <div class="col-md-8">
      <input type="email" name="u_RegName" id="yname" class="form-control">
    </div>
  </div>
  <div class="row form-group">
    <label class="col-md-4 col-form-label" for="yemail">Your e-mail :</label>
    <div class="col-md-8">
      <input type="email" name="u_RegEmail" onkeypress="submitOnEnter(event,userSignInForDoctor)" id="yemail" class="form-control">
    </div>
  </div>
  <div class="row form-group">
    <label class="col-md-4 col-form-label d-none d-md-block" for="yemail"></label>
    <div class="col-md-8"> <a class="btn btn-warning" href="javascript:userSignInForDoctor();">Continue <i class="fa fa-angle-double-right"></i></a>
      <a class="text-primary float-right  mt-2" onclick="$('#signupmodal').modal('hide')" data-target="#signinmodal" data-toggle="modal" href="#">Already registered? Login <i class="fa fa-angle-double-right"></i></a> </div>
  </div>
</form>

POST

<form id="loginajaxform" onsubmit="return false;" method="post">
  <div id="u_errorDisplayMessage" class="" style="font-weight: bold; color: red;"></div>
  <div class="row form-group">
    <label class="col-md-3 col-form-label" style="padding-left: 10px;" for="u_email">Your e-mail : </label>
    <div class="col-md-9">
      <input type="email" id="u_email" name="email" size="18" class="form-control">
    </div>
  </div>
  <div class="row form-group">
    <label class="col-md-3 col-form-label" for="u_password">Password : </label>
    <div class="col-md-9">
      <input type="password" name="password" id="u_password" onkeypress="submitOnEnter(event,validatelogin)" size="18" class="form-control">
    </div>
  </div>
  <div class="row form-group">
    <label class="col-md-3 col-form-label d-none d-md-block"></label>
    <div class="col-md-9">
      <div class="checkbox checkbox-inline">
        <input class="checkboxcustom" name="rememberMe" id="rememberMe" checked="checked" value="true" type="checkbox">
        <label for="rememberMe" class="checkboxcustom-label"><span>Remember me</span></label>
      </div>
      <a id="u_forgotPasswordBtn" href="javascript:forgotPasswordUser();" class="text-primary float-right">Forgot password?</a>
    </div>
  </div>
  <div class="row form-group">
    <label class="col-md-3 col-form-label d-none d-md-block"></label>
    <div class="col-md-9"> By proceeding further you accept the <a target="_blank" href="/disclaimer">Terms and Conditions</a> </div>
  </div>
  <div class="row form-group">
    <label class="col-md-3 col-form-label d-none d-md-block"></label>
    <div class="col-md-9">
      <button id="u_loginButton" class="btn btn-warning" type="submit" onclick="validatelogin()">Login <i class="fa fa-angle-double-right"></i></button>
    </div>
  </div>
</form>

<form id="problemForm">
  <input type="hidden" name="token" id="token">
  <div class="row form-group">
    <label class="col-md-3 col-form-label" for="problem_email">Your e-mail : </label>
    <div class="col-md-9">
      <input type="email" id="problem_email" class="form-control">
    </div>
  </div>
  <div class="row form-group">
    <label class="col-md-3 col-form-label" for="problem_mobile">Mobile : </label>
    <div class="col-md-9">
      <input type="tel" name="problem_mobile" id="problem_mobile" class="form-control">
    </div>
  </div>
  <div class="row form-group" id="doctordiv">
    <label class="col-md-3 col-form-label" for="problem_title_doctor">Title:</label>
    <div class="col-md-9">
      <select id="problem_title_doctor" name="problem_title_doctor" class="form-control">
      </select>
    </div>
  </div>
  <div class="row form-group" id="userdiv">
    <label class="col-md-3 col-form-label" for="problem_title_user">Title : </label>
    <div class="col-md-9">
      <input type="text" name="problem_title_user" id="problem_title_user" class="form-control">
    </div>
  </div>
  <div class="row form-group">
    <label class="col-md-3 col-form-label" for="problem_comments">Report Problem : </label>
    <div class="col-md-9">
      <textarea name="problem_comments" id="problem_comments" cols="30" rows="5" class="form-control"></textarea>
    </div>
  </div>
  <div class="row form-group">
    <label class="col-md-3 col-form-label d-none d-md-block"></label>
    <div class="col-md-9">
      <span id="reportSubmitButton" onclick="submitproblemFormNew();" class="btn btn-success btn-sm rounded">Submit</span>
    </div>
  </div>
  <input type="hidden" name="ajaxRequest" id="ajaxRequest">
  <input type="hidden" name="isDoctorTitle" id="isDoctorTitle">
</form>

POST

<form id="chatPreActions" action="" method="post" onsubmit="proceed(); return false;">
  <input type="hidden" name="packageId" value="1">
  <input type="hidden" name="update" value="askADoctorSaveQuery">
  <input type="hidden" name="specialtyId" value="">
  <div class="row"> <a name="mview" id="mview" class="hspace hspace_phone"></a>
    <div class="col-lg-12">
      <div class="card questionbox rounded-0"> <span class="doctor-online"><i class="fa fa-circle" aria-hidden="true"></i> 159 Doctors Online</span>
        <div class="row">
          <div class="col-md-10">
            <div class="details">
              <div class="form-group">
                <textarea name="query" class="form-control" id="chatwidgetcomment" onclick="TypeEmulator.i('chatwidgetcomment').stopType();" cols="30" rows="4"
                  placeholder="Hi, please type your question here. Get it answered instantly from our pool of 18000+ doctors from over 80 specialties... "></textarea>
              </div>
              <div class="form-group">
                <div class="row email-askbtn">
                  <div class="col-md-7">
                    <input type="text" name="email" placeholder="Enter your email ID to receive answer" class="form-control" id="email" requiredmessage="E-mail cannot be left blank" validemailmsg="Please enter a valid e-mail address">
                    <div class="inlineErrorDiv" errdiv="email" style="font-weight: bold;color: red;"></div>
                  </div>
                  <div class="col-md-5"><a class="btn btn-warning btn-block" href="javascript:proceed();">Ask a Doctor Now <i class="fa fa-angle-double-right"></i></a></div>
                </div>
              </div>
            </div>
            <p class="clearfix" style="float: right; font-size: 12px;">By proceeding, I accept the <a onclick="discPopup();" style="cursor: pointer" class="font-weight-bold">Terms and Conditions</a></p>
          </div>
          <div class="col-md-2  d-md-block d-none">
            <div class="doctorbox" data-target="#doctordetails" data-toggle="modal">
              <div class="doctorimg">
                <div class="inner rounded-circle" style="max-height: 110px;max-width: 115px;margin-left: 0px;!important;"> <img src="/r/images/dr-AndrewRynneMD.png" class="img-fluid" alt="Dr. Andrew Rynne"> </div>
                <span>MD</span>
              </div>
              <div class="doctor-details">
                <b>Dr. Andrew Rynne</b>
                <p>Family Physician</p>
                <p class="d-none d-md-block">Exp 50 years</p>
                <div class="starRatingBig">
                  <div class="innerDiv" style="float:left;width: 91%;"></div>
                </div>
              </div>
            </div>
          </div>
        </div>
        <div class="instantAccess">
          <div class="box"> <img src="/r/images/instant-icon.png" class="img-fluid" alt="HCM Blog"> <span>Instant Access to Doctors</span> </div>
          <div class="box"><img src="/r/images/questions-icon.png" class="img-fluid" alt="HCM Blog"><span>Questions Answered</span> </div>
          <div class="box"><img src="/r/images/satisfaction-icon.png" class="img-fluid" alt="HCM Blog"> <span> Satisfaction</span> </div>
        </div>
      </div>
    </div>
  </div>
</form>

<form id="loginformInlineAS">
  <input type="hidden" value="false" id="forceMergeAS">
  <input type="hidden" value="null" id="orderId">
  <div id="fi_errorDisplayMessageAS" class="loginSorryDisplayMessage" style="color: red;"></div>
  <table>
    <tbody>
      <tr>
        <td colspan="2">You are already signed-up with us. Enter your password.</td>
      </tr>
      <tr>
        <td class="text-left">Email Id: </td>
        <td>
          <input class="TextAreaHome" type="text" name="userEmail" id="inlineSigninEmailAS">
        </td>
      </tr>
      <tr>
        <td style="float: left" ;="">Enter Password : </td>
        <td><input class="TextAreaHome" type="password" autocomplete="off" name="password" id="inlineSigninPasswordAS">
        </td>
      </tr>
      <tr>
        <td class="text-left"><a href="javascript:forgotPasswordUserInlineAS();" style="margin-top: 3px;font-size:10px;">Forgot Password?</a></td>
      </tr>
    </tbody>
  </table>
</form>

POST

<form id="emailForm" onsubmit="return false;" method="post">
  <div class="row form-group">
    <div class="col-md-12">
      <input placeholder="Your Name " type="text" name="name" id="name" class="form-control">
    </div>
    <div class="col-md-12">
      <input placeholder="Your Email " type="email" name="email" id="email1" class="form-control">
    </div>
    <div class="col-md-12">
      <input placeholder="Subject" type="text" name="subject" id="subject" class="form-control">
    </div>
    <div class="col-md-12">
      <textarea placeholder="Interested Area " name="interestedArea" id="interestedArea" cols="30" rows="5" class="form-control"></textarea>
    </div>
    <div class="text-center">
      <button id="submitBtn" class="btn btn-warning" style="box-shadow: none" prefix="">Submit</button>
    </div>
  </div>
</form>

POST

<form id="loginajaxform" onsubmit="return false;" method="post">
  <div id="u_errorDisplayMessage" class="loginSorryDisplayMessage"></div>
  <p style="line-height:3px;">&nbsp;</p>
  <div style="float:left;width:100%;padding-left:20px;">
    <div style="float:left;width:100%;">
      <div style="float:left;width:25%;">Your&nbsp;e-mail</div>
      <div style="float:left;width:50%;">
        <input name="email" type="text" class="TextAreaHome" id="u_email" size="18">
      </div>
    </div>
    <div style="float:left;width:100%;padding-top:5px;">
      <div style="float:left;width:25%;">Password</div>
      <div style="float:left;width:50%;"> <input name="password" autocomplete="off" type="password" class="TextAreaHome" id="u_password" onkeypress="submitOnEnter(event,validatelogin)" size="18"></div>
    </div>
    <div style="float:left;width:60%;display:block;">
      <div style="float:left;width:100%;padding-left:75px;padding-top:5px;">
        <div style="float:left;width:10%;"><input type="checkbox" name="rememberMe" id="rememberMe" checked="checked" value="true"></div>
        <div style="float: left; padding-left: 5px; width: 80%; padding-top: 2px;">&nbsp;Remember me</div>
      </div>
    </div>
    <div style="float:left;width:100%;">
      <div style="float:left;width:100%;padding-top:5px;">
        <span style="font-size:11px;">By proceeding further you accept the <a href="/disclaimer" target="_blank">Terms and Conditions</a></span>
      </div>
      <div style="float:left;width:100%;padding-left:80px;padding-bottom:20px;">
        <div style="float:left;width:100%;">
          <div id="u_loginButton" onclick="validatelogin()" class="buttons blue medium" style="font-size: 12px;margin-top: 5px;">Sign-In »</div>
          <a id="u_forgotPasswordBtn" style="font-weight:bold;margin-left: 10px;" href="javascript:forgotPasswordUser();">Forgot your password?</a>
        </div>
      </div>
    </div>
  </div>
</form>

<form id="userSignInForm">
  <div style="float:left;width:100%;padding-left:20px;">
    <div style="float:left;width:100%;">
      <div style="float:left;width:30%;">Your Name</div>
      <div style="float:left;width:50%;">
        <input class="TextAreaHome" type="text" size="25px" name="u_RegName" width="25px">
      </div>
    </div>
    <div style="float:left;width:100%;padding-top:5px;">
      <div style="float:left;width:30%;">Your e-mail</div>
      <div style="float:left;width:50%;">
        <input class="TextAreaHome" type="text" size="25px" width="25px" name="u_RegEmail">
      </div>
    </div>
    <div style="float:left;width:100%;padding-top:5px;">
      <div style="float:left;width:30%;">Password</div>
      <div style="float:left;width:50%;">
        <input class="TextAreaHome" autocomplete="off" type="password" size="25px" width="25px" name="u_RegPass">
      </div>
    </div>
    <div style="float:left;width:100%;padding-top:5px;">
      <div style="float:left;width:30%;">Confirm Password</div>
      <div style="float:left;width:50%;">
        <input class="TextAreaHome" autocomplete="off" type="password" size="25px" width="25px" name="u_RegConfirm" onkeypress="submitOnEnter(event,userSignIn)">
      </div>
    </div>
  </div>
  <div style="float:left;padding-top:5px;padding-left:20%; display:block;">
    <div style="float:left;width:100%;">
      <p style="padding-top:10px;padding-bottom:10px;font-weight:bold;"><span>Your information is secure</span><span>&nbsp;<img src="/web/images/login/lock.png"></span></p>
    </div>
    <div style="float:left;width:100%;">
      <input type="checkbox" name="u_registerTerms" value="Register" id="regTermsConditions" checked="checked">&nbsp;I Agree to
      <a rel="nofollow" href="https://www.askadoctor24x7.com//disclaimer" target="newWin" style="font-size:12px;color:#6699ff;background:transparent">Terms &amp; Conditions</a>
    </div>
    <div style="float:left;width:100%;">
      <input type="checkbox" name="rememberMe" id="rememberMeSignup" checked="checked" value="true"> &nbsp;Remember me
    </div>
    <div style="float:left;width:100%;">
      <div onclick="userSignIn()" id="u_RegisterButton" class="buttons blue medium" style="font-size: 12px;margin-top: 5px;margin-bottom: 10px;">Register Now »</div>
    </div>
  </div>
</form>

POST /DoctorServlet?page=createDoctor

<form id="userSignInFormForDoctor" style="display: none;" action="/DoctorServlet?page=createDoctor" method="POST">
  <div style="float:left;width:100%;padding-left:20px;">
    <div style="float:left;width:100%;">
      <div style="float:left;width:30%;">Your Name</div>
      <div style="float:left;width:50%;">
        <input class="TextAreaHome" type="text" size="25px" name="u_RegName" width="25px">
      </div>
    </div>
    <div style="float:left;width:100%;padding-top:5px;">
      <div style="float:left;width:30%;">Your e-mail</div>
      <div style="float:left;width:50%;">
        <input class="TextAreaHome" type="text" size="25px" width="25px" name="u_RegEmail" onkeypress="submitOnEnter(event,userSignInForDoctor)">
      </div>
    </div>
  </div>
  <div style="float:left;width:60%;padding-top:5px;padding-left:130px; display:block;">
    <div style="float:left;width:100%;">
      <div onclick="userSignInForDoctor()" class="buttons blue medium" style="font-size: 12px;margin-top: 5px;margin-bottom: 10px;">Continue »</div>
    </div>
  </div>
</form>

Text Content

HEALTHCAREMAGIC IS NOW ASK A DOCTOR - 24X7 | HTTPS://WWW.ASKADOCTOR24X7.COM

 * Are you a Doctor?  
 * Login
 * Register
 * 

 * Facebook
 * Twitter


Toggle navigation MENU
 * Services
 * Testimonials
 * Doctors
 * Health Tools
 * Contact Us
 * Ask a Doctor Now 159 Doctors Online


search

Register for a New Account as a ×
User
Doctor

Your Name :

Your e-mail :

Password :

Confirm Password :

Your information is secure
I Agree to Terms & Conditions
Remember me
Register Already registered? Login
Your Name :

Your e-mail :

Continue Already registered? Login
Sign-in to Ask A Doctor - 24x7 ×
Your e-mail :

Password :

Remember me
Forgot password?
By proceeding further you accept the Terms and Conditions
Login
OR
Sign in with Google
Don't have account? Register

×
//ajax success content here.

REPORT A PROBLEM

×

 

Your e-mail :

Mobile :

Title:

Title :

Report Problem :

Submit

PLEASE NOTE

×

OK



GET YOUR HEALTH QUESTION ANSWERED INSTANTLY FROM OUR POOL OF 18000+ DOCTORS FROM
OVER 80 SPECIALTIES

 * Write your health question
 * Choose a specialty
 * Pay & get an answer

159 Doctors Online
Ask a Doctor Now

By proceeding, I accept the Terms and Conditions


MD
Dr. Andrew Rynne

Family Physician

Exp 50 years


Instant Access to Doctors
Questions Answered
Satisfaction
A Doctor will be with you shortly
Hi, I am Dr. Shanthi.E (General & Family Physician). I will be looking into your
question and guiding you through the process. Please write your question below.
×

You are already signed-up with us. Enter your password. Email Id: Enter Password
: Forgot Password?

By proceeding further you accept the Terms and Conditions



×



Doctors waiting to answer your question

MD
Dr. Shanthi.E

General & Family Physician

Exp 17 years



MD
Dr. Saisudha Kotla

General & Family Physician

Exp 12 years



MD
Dr. Nagamani Ng

General & Family Physician

Exp 12 years



MD
Dr. Dorina Gurabardhi

General & Family Physician

Exp 9 years



MD
Dr.Raju

General & Family Physician

Exp 11 years



MD
Dr. Vaishalee Punj

General & Family Physician

Exp 16 years



...and 18,000+ more Doctors from across the world


TRENDING ARTICLES

View all Trending Articles
Learn How Menopause Affects Your Bones & What...
Worm Infections in Kids: Know the Causes, Sym...
Living With Chronic Sinusitis: Know the Cause...
5 Good Reasons Why You Should Get Married...
Applications and Benefits of Virtual Reality ...
Health Outlook 2024: Yearly Predictions for A...



LEAVE US A MESSAGE

×


Submit



ASK A SPECIALIST

 * Ask a Dermatologist
 * Ask an OBGYN
 * Ask a Gastroenterologist
 * Ask a Neurologist
 * Ask a Urologist
 * Ask a Pulmonologist
 * Ask a Radiologist

 * Ask an Oncologist
 * Ask a Cardiologist
 * Ask a Pediatrician
 * Ask an Orthopaedic Surgeon
 * Ask a Nephrologist
 * Ask a Psychologist

 * Ask an Endocrinologist
 * Ask an Infertility Specialist
 * Ask a Psychiatrist
 * Ask an HIV AIDS Specialist
 * Ask a Colon and Rectal Surgeon
 * Ask an Otolaryngologist/ENT Specialist

View All >>

Ask A Doctor - 24x7 is an online Q&A based medical advisory service. It has a
global network of more than 18000 certified doctors from over 80 specialties
ready to help you with your health and wellness queries around the clock. Apart
from on-demand answers to medical queries anytime anywhere, it offers dietitian,
counseling support services from licensed professionals. It is part of the
world's largest curated health content by A.D.A.M., with an online repository of
Health Tips, Infographics, and Health & Wellness content.

Ask A Doctor - 24x7 offers a platform to create the largest online exchange of
health data between doctors and consumers across the globe with 3 Million+
followers on Twitter and Facebook. We provide valued personalized medical advice
24/7/365, ensuring the confidentiality of the user.

Recent Questions
Previous Next

Q - Darker pigmentation around some of the border of an areola

A - Hello, Aerola is pink to begin with and slowly turns darker. In few females
it starts turning darker at puberty while in majority it turns darker after
pregnancy. It is totally normal. However the pigmentation is generally complete.
If possible upload a photograph of the involved area. This...

Read More

Q - 7-year-old son's recurrent coughing

A - Hi, Thanks for the query.I have read it &understood your concern.
Yes,apparently the problem seems to be allergic in origin..may be due to
pollution by industries around Banglore.The symptoms seem to indicate allergic
tendency of the child.. This can be evident in any of industrial areas &big...

Read More

Q - Please advice thru my health report.

A - Hello dear. Please share the file without password to open the file. Kind
regards

Read More

Q - Please suggest good ways to increase moisture in skin

A - HelloThanks for the query.Menopause leads to dryness as in Menopause the
level of estrogen falls.Estrogen cream is safe and can effective.Cetaphil DAM is
a long acting moisturizer and can ve used.She can also use Physiogel.The
moisturizer needs to be applied every three to four hours.Instead of...

Read More

Q - Please advise on recent EKG

A - Hello, Your uploaded EEG images indicate first degree antrioventricular
block, pathological Q waves in antero septal leads, and a probable septal
fascicular block is present. Coming to this point, it is possible to perform an
ambulatory ECG test. Hope to have been helpful! Kind regards, Dr. Ilir...

Read More

Q - Irregular bowl moment how to make it normal

A - Hi.Thanks for your query.Noted hte history and understood your
concerns.Feeling of incomplete evacuation - that is feeling you are getting
although you are passing soft stools. But I noticed you have tried Isabgol. If
your stool are soft without Isabgol, stop taking it.Your feeling can be due
to...

Read More

Q - Suffering from recurring dandruff

A - Hi, Use scalp lotion(Ketocanazole) for hair wash, 3 times a day Avoid hair
oil Wash comb, towel and pillow cover after every hair wash Any issue do follow
up Take care.

Read More

Q - Having itching in the body on the complete back with small red/white spots

A - Hello Probably he has developed urticaria. Give him Tablet cetrizine daily
in night for a week. Apply desonide lotion 0.05 daily in morning for a week. I
could not find photograph attached. If possible upload photograph. Thank you....

Read More

Q - I recently pulled back foreskin burning sensation on penis on foreskin...

A - Hello Thanks for your query Based on the facts that you have posted it seems
that you have infection of Fore Skin and Glans Penis (Ballano Posthatitis I
shall be happy you can provide few more details annd upload photograph of your
Penis to make precise comment and suggestion for your concern.1)...

Read More

Q - Small growth in the back of the head behind the ear no pain

A - Hello, I have read your question, and I have examined the MRI report that
you uploaded too. Regarding the MRI, it states that there is a cervical subcutan
( under the skin) lipoma without any MRI characteristics to suggest any
dangerous lesions. Lipomas are benign lesions with a meager rate of...

Read More
Recent Discussions
 * Urinary and Bladder Problems
 * Birth Control
 * Women's Health
 * X-ray, Lab tests and Scans
 * General Health
 * Dental Health
 * Brain and Spine
 * Headache and Migraines
 * Penis Problems
 * Vaginal and Uterus Health
 * Men's Health
 * Back Pain

View more >>

3 Million+ Followers

Follow @DailyHealthTips
on

3 Million+ Followers

Follow @DailyHealthTips
on


EMPLOYERS WHO TRUST US



How do I enroll my company

185 answers / hour

Quick doctor answers

18,000+ doctors

Join the doctor network

1.6 Million+ answers

Across 74+ specialties

We use cookies in order to offer you most relevant experience and using this
website you acknowledge that you have already read and understood our Privacy
Policy Got It !

Download Here Free Ask A Doctor - 24x7 App To Consult With A Doctor



All the information, content and live chat provided on the site is intended to
be for informational purposes only, and not a substitute for professional or
medical advice. You should always speak with your doctor before you follow
anything that you read on this website. Any health question asked on this site
will be visible to the people who browse this site. Hence, the user assumes the
responsibility not to divulge any personally identifiable information in the
question. Use of this site is subject to our Terms & Conditions

 * Home Page
 * Ask a Doctor Online
 * Ask a Specialist
 * Health Questions and Answers
 * Health Resources
 * Browse Health Indexes
 * Recently Updated Questions
 * Blog

 * About us
 * Contact us
 * FAQs
 * Advertise with us
 * Privacy Policy
 * Sitemap

Copyright 2024 © askadoctor24x7.com. All rights reserved.

 [x]



Sign-in to Ask A Doctor - 24x7

 

Your e-mail

Password

 Remember me
By proceeding further you accept the Terms and Conditions
Sign-In »
Forgot your password?

Sign-in with

Don't have account? Register »
Register for a New Account as a
  User
  Doctor


Your Name

Your e-mail

Password

Confirm Password


Your information is secure 

 I Agree to Terms & Conditions
 Remember me
Register Now »
Your Name

Your e-mail

Continue »
Already registered? Login »