Thread: IE
View Single Post
  #4   Report Post  
Posted to microsoft.public.excel.programming
Mike S[_5_] Mike S[_5_] is offline
external usenet poster
 
Posts: 86
Default IE

On 8/6/2010 4:01 AM, fi.or.jp.de wrote:

here's the source code for ok& cancel button

<inputclass="buttonDefault"
type="button"
name="html_save_save_to_pdf_ok_but"
id="html_save_save_to_pdf_ok_but"
value="OK"
title="Account Save PDF options for Broker"
onclick="javascript:...snip...');"/

<input class="buttonDefault"
type="button"
name="html_cancel_save_to_pdf"
id="html_cancel_save_to_pdf"
value="Cancel" title="Save selected account alert Cancel"
onclick="javascript:...snip..."/


A post just previous to yours has a suggestion about how to handle an
element when you know its ID.

http://www.excelforum.com/excel-prog...-explorer.html


Look at the last 6 lines of the example code.

Mike