Kjra 0 Posted September 23, 2011 (edited) Hello, i tried make program to make alias hotmail but at last i use _FFclick and not work,>.< i dont know why _FFClick("popover_btn_1","id") this is html code<div class=" Footer" style="display: block; text-align: left;"> <nobr> <button id="popover_btn_1" class="Default" type="submit"> <nobr>Done</nobr> </button> <button id="popover_btn_0" type="button"> <nobr>Skip this step</nobr> </button> </nobr> </div> any1 can help me to find out problem ? Edited September 23, 2011 by Kjra Share this post Link to post Share on other sites
sri6840 0 Posted December 16, 2013 (edited) I'm facing problem to click on ID any help please? usingĀ _FFClick("submit_Button", "id") Thanks in advance.. Edited December 16, 2013 by sri6840 Share this post Link to post Share on other sites
Kidney 9 Posted December 16, 2013 this is most likely a button that submits a form. check to see if the button is within a form. if it is then you will be using FormSubmit instead of clicking a button. Share this post Link to post Share on other sites