Hi all, I have been trying unsuccessfully to write code that will click on a webpage SEND button using a variety of the _IE functions. The segment of code containing the button is listed below; as you can see it uses javascript calls. At present I am using AutoIt to press the button by positioning the mouse via a number of steps, but I was hoping to streamline this method. This is the only instance the SEND button appears on the page. Can someone help me out. <div class="fp_line">
<a href="javascript:;" onclick="checkOfflineFP()" class="btn_80" style="float:right;">SEND</a> <a href="javascript:;" onclick="fpOfflineCancel()" class="btn_80" style="float:right;">CANCEL</a></div> The browser is IE8 The tab title is The Web Page ยป My homepage Thanks, Rod