We have some code that on a MouseOver sets the window.status field. Is there a
way to access this in Watir?
HTML Code:
<td class='fnt' valign="bottom">
<a href="javascript:show_calendar('frmDateRange.txtbegin_date');"
onmouseover="window.status='Date Picker';return true;"
onmouseout="window.status='';return true;"><img
src="<%=baseurl%>images/calendar.gif" width=34 height=21 border=0></a>
</td>
_______________________________________________
Wtr-general mailing list
[email protected]
http://rubyforge.org/mailman/listinfo/wtr-general