Sir,
Actually my need is click a button displayed in the message box when i click a button in the web page.
In that web page, the page owner written as
<img id="remove64" class="detailButton" onmouseover="hoverMany(this.id, 'actionTabDelete');" onmouseout="buttonMany(this.id, 'actionTabDelete');" onclick="if(window.confirm(constants.formatMessage(constants.MSG_TABCARD_002, new Array('Ownership Resources'))) && (onDelete.validate(22801, 64))) {setMenuBarCursor('wait'); storeScrollPosition(); doSubmitDetail('64','doRemoveConnection');;}" src="../appearance/images/actionTabDelete.gif" alt="Delete Ownership Resources" width="32" height="16" border="0" />
By clicking this img html element, javascripts window.confirm message box is displayed. In that message box i want to click the ok button.
How can i do this?
urgent plz....