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

URL: https://www.askadoctor24x7.com/questions/Addicted-to-tobacco-weight-loss-Effects-on-facial-and-psychological-Alternative-medici...
Submission: On December 22 via api from US — Scanned from NZ

Form analysis 16 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 /web/jsp/community/reportAbuse.jsp

<form action="/web/jsp/community/reportAbuse.jsp" method="post" id="raQuestionForm">
  <div>
    <input type="hidden" name="objectId" value="281725">
    <input type="hidden" name="objectType" value="1">
    <input type="hidden" name="sourceURL" value="/questions/Addicted-to-tobacco-weight-loss-Effects-on-facial-and-psychological-Alternative-medicine/281725">
    <span class="reportAbuse defaultAnchor" title="Report as abuse" event="click|{destination:'report abuse in community discussion',category:'threadPage'}" onclick="ge('raQuestionForm').submit();">Report Abuse</span>
  </div>
</form>

Name: discussionFormGET /CommunityServlet

<form method="get" id="replyForm" name="discussionForm" action="/CommunityServlet">
  <input type="hidden" name="page" value="discussion">
  <input type="hidden" name="task" value="CP">
  <input type="hidden" name="discussionId" value="281725">
  <input type="hidden" name="communityId" value="16">
  <div class="FullDiv">
    <div style="float:left; width:100%; " class="commentActive" postid="0">
      <div id="commentDiv" class="FullDiv">
        <div id="headingDiv" style="float:left;width:100%;padding-top:10px;">
          <textarea tabindex="1" class="queryArea" id="answerText" style="border-radius: 5px; height: 150px; width: 98%; color: rgb(152, 152, 152);" watermark="Write your answer here" name="answerText" bound="true"></textarea>
        </div>
      </div>
    </div>
    <div id=" subjectDiv" class="commentDetails" style="width:98%; float:left; padding-top:5px; padding-bottom: 25px;">
      <div title="Click here to save your answer" style="float:right; text-align:right; ">
        <span value="Submit" style="cursor: pointer;" onclick="submitReplyForm('false');"><span class="common_post"></span></span>
      </div>
      <div id="headingDiv" style="float:left;padding-left:10px; padding-top: 5px;"> Post as: <input type="radio" name="postAsAnonymous" value="true">Anonymous <input type="radio" name="postAsAnonymous" value="false" checked="true">Non Anonymous
      </div>
      <div id="checkBox" style="float:left; padding-top: 5px; padding-left: 20px;">
        <input type="checkbox" name="keepMePosted" value="true" checked="true">Keep me posted
      </div>
      <div style="float:left; padding-top: 5px; padding-left: 20px; display: none;">
        <input id="questionSEOURL" type="hidden" value="https://www.askadoctor24x7.com/questions/Addicted-to-tobacco-weight-loss-Effects-on-facial-and-psychological-Alternative-medicine/281725">
        <input id="questionDescription" type="hidden"
          value="sir,Iam addicted to khaini tobacco for the last 12 years.Before I was fit and now I loose my weight and personality.But,now I want to quit and I Wish to know that after quitting how much time will be required to gain my weight and to bring my fitness back ?Another question is,What happen when you...">
        <input id="postToFacebook" type="checkbox" name="postToFacebook" value="true">Share on Facebook
      </div>
    </div>
  </div>
</form>

POST /web/jsp/community/reportAbuse.jsp

<form action="/web/jsp/community/reportAbuse.jsp" method="post" id="raAnswerForm_333346">
  <div>
    <input type="hidden" name="objectId" value="333346">
    <input type="hidden" name="objectType" value="2">
    <input type="hidden" name="sourceURL" value="/questions/Addicted-to-tobacco-weight-loss-Effects-on-facial-and-psychological-Alternative-medicine/281725">
    <span event="click|{destination:'report abuse in community discussion',category:'community'}" onclick="ge('raAnswerForm_333346').submit();">
      <div class="common_abuse" title="Report this answer as abuse"></div>
    </span>
  </div>
</form>

Name: discussionFormPOST /CommunityServlet

<form method="post" id="deletepostform333346" name="discussionForm" action="/CommunityServlet">
  <input type="hidden" name="task" value="DP">
  <input type="hidden" name="page" value="discussion">
  <input type="hidden" name="discussionId" value="281725">
  <input type="hidden" name="communityId" value="16">
  <input type="hidden" name="postAs" value="" id="postAs">
  <input type="hidden" name="postId" value="333346">
  <span style="font-size:14px;padding-top:3px; font-weight: bold;" class="righth3"> Are you sure you want to delete this answer?&nbsp;&nbsp; </span>
  <span class="btn btn-warning" onclick="submitDeletePostForm('333346','false');">Yes</span>
  <span class="btn btn-info" onclick="closeDivId('deletepostdiv333346');displayDiv('addcomments333346');">No</span>
</form>

Name: discussionFormPOST /CommunityServlet

<form method="post" id="editpostform333346" name="discussionForm" action="/CommunityServlet">
  <input type="hidden" name="task" value="EP">
  <input type="hidden" name="page" value="discussion">
  <input type="hidden" name="discussionId" value="281725">
  <input type="hidden" name="communityId" value="16">
  <input type="hidden" name="postAs" value="" id="postAs">
  <input type="hidden" name="postId" value="333346">
  <input type="hidden" name="editAnswer" value="editAnswer">
  <div style="padding-bottom:8px;">
    <div id="headingDiv" class="grayText" style="width:100%;padding-top:15px;padding-left:5px;"> Edit Answer here... </div>
    <div id="headingDiv" style="width:100%;padding-bottom:8px;">
      <textarea class="queryArea" id="description" name="answerText"
        style="width:600px; height:100px; color: #777;border-radius:5px; font-size: 12px;">Hi,Khaini increases your risk of developing oral cancer and also stains your teeth. People who quit tobacco usually gain some weight within a few months, but improvement in health is seen even earlier. When you quit, you are likely to feel irritable and restless for a few days and may have an intense craving for it. It improves in a few days. So go ahead and quit.Best wishes.</textarea>
    </div>
  </div>
  <span onclick="submitEditPostForm('333346','false');" style="cursor:pointer;"><span class="common_post"></span></span>
  <span onclick="closeDivId('editpostdiv333346');displayDiv('addcomments333346');" style="margin-left:10px;cursor:pointer;"><span class="common_cancel2"></span></span>
</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

11
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. Sudhir Hebbar (Psychiatrist). 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



×



Home Public Forum Home Smoking and Alcohol Addiction


ADDICTED TO TOBACCO, WEIGHT LOSS. EFFECTS ON FACIAL AND PSYCHOLOGICAL?
ALTERNATIVE MEDICINE?

sir,Iam addicted to khaini tobacco for the last 12 years.Before I was fit and
now I loose my weight and personality.But,now I want to quit and I Wish to know
that after quitting how much time will be required to gain my weight and to
bring my fitness back ?Another question is,What happen when you quit eating
khaini Tobacco?And aiso answer me about effects of khaini Tobacco 0n facial and
psychological?
Fri, 19 Jul 2013

Report Abuse

Post as: Anonymous Non Anonymous
Keep me posted
Share on Facebook
Addiction Medicine Specialist,  Dr. Preeti Parakh's  Response
Hi,

Khaini increases your risk of developing oral cancer and also stains your teeth.
People who quit tobacco usually gain some weight within a few months, but
improvement in health is seen even earlier. When you quit, you are likely to
feel irritable and restless for a few days and may have an intense craving for
it. It improves in a few days. So go ahead and quit.

Best wishes.

I find this answer helpful



Are you sure you want to delete this answer?   Yes No
Edit Answer here...
Hi,Khaini increases your risk of developing oral cancer and also stains your
teeth. People who quit tobacco usually gain some weight within a few months, but
improvement in health is seen even earlier. When you quit, you are likely to
feel irritable and restless for a few days and may have an intense craving for
it. It improves in a few days. So go ahead and quit.Best wishes.
You found this answer helpful


--------------------------------------------------------------------------------

Note: In case of any other concern or query related to prevention, evaluation,
diagnosis, treatment, or the recovery of persons with the any type of addiction
or substance use, follow up with our Addiction Medicine Specialist. Click here
to book a consultation now.

--------------------------------------------------------------------------------

Disclaimer: These answers are for your information only and not intended to
replace your relationship with your treating physician.
This is a short, free answer. For a more detailed, immediate answer, try our
premium service [Sample answer]
Ask an Addiction Medicine Specialist
Share on
 



RELATED QUESTIONS YOU MAY BE INTERESTED IN


MEDICINE FOR WEIGHT LOSS


RECENT QUESTIONS ON ORAL CANCER


WHAT IS THE TREATMENT FOR THROAT PAIN?


WHAT CAUSES PAIN AT THE BACK OF NECK?


WHAT CAUSES THROAT PAIN AND AN ULCER IN MOUTH?


SUGGEST TREATMENT FOR EAR PAIN AND JAW ACHE


DO WHITE PATCHES ON THE MOUTH INDICATE A FUNGAL INFECTION?


WHAT CAUSES BLOOD IN SALIVA ALONG WITH COUGH AND CHEST PAIN?


SUGGEST TREATMENT FOR CONSTIPATION OR DIARRHEA DUE TO FEEDING TUBE


Recent Discussions
 * Infections
 * Medicines and Side Effects
 * Dental Health
 * Skin Hair and Nails
 * General Health
 * Elderly Problems
 * Urinary and Bladder Problems
 * Bones, Muscles and Joints
 * Liver and Gall Bladder

View more >>
Online Doctors
 * 
   MD
   
   DR. SUDHIR HEBBAR
   
   Psychiatrist
   
   Ask Now »

 * 
   MD
   
   DR. U. GAUTHAMADAS
   
   Psychiatrist
   
   Ask Now »

 * 
   MD
   
   DR. A. DESHMUKH
   
   Psychiatrist
   
   Ask Now »

 * 
   MD
   
   DR. SUSANTA PADHY
   
   Psychiatrist
   
   Ask Now »

 * 
   MD
   
   DR. ASHISH MITTAL
   
   Psychiatrist
   
   Ask Now »

 * 
   MD
   
   DR. SHANTHI.E
   
   General & Family Physician
   
   Ask Now »

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.
Addicted To Tobacco, Weight Loss. Effects On Facial And Psychological?
Alternative Medicine?

Hi, Khaini increases your risk of developing oral cancer and also stains your
teeth. People who quit tobacco usually gain some weight within a few months, but
improvement in health is seen even earlier. When you quit, you are likely to
feel irritable and restless for a few days and may have an intense craving for
it. It improves in a few days. So go ahead and quit. Best wishes.


 [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 »