[Wtr-general] [question] How to click two buttons that are not buttons...
Rodrigo Julian Martin
rodrigo.martin at enratio.com
Thu May 18 14:50:52 EDT 2006
Hello Everybody, i'm trying to click two buttons that are not regular buttons...
This is the code for them:
<tr>
<td>
<table border="0" cellpadding="0" cellspacing="2">
<tbody><tr width="90">
<td align="center" bgcolor="#110a7c" nowrap="nowrap" valign="center">
<div class="but" onmousedown='this.className="butdwn"' onmouseout='this.className="but"' onmouseup='this.className="but"'><a href="javascript:window.document.frmAdult.submit();" class="buttxt" onmousedown='this.className="buttxt"' onmouseout='this.className="buttxt"' onmouseup='this.className="buttxt"'> <font color="#ffffff">Acepto</font> </a></div>
</td>
</tr>
</tbody></table>
</td>
<td>
<table border="0" cellpadding="0" cellspacing="2">
<tbody><tr width="90">
<td align="center" bgcolor="#110a7c" nowrap="nowrap" valign="center">
<div class="but" onmousedown='this.className="butdwn"' onmouseout='this.className="but"' onmouseup='this.className="but"'><a href="http://www.mercadolibre.com.ar/" class="buttxt" onmousedown='this.className="buttxt"' onmouseout='this.className="buttxt"' onmouseup='this.className="buttxt"'> No Acepto </a></div>
</td>
</tr>
</tbody></table>
</td>
</tr>
Any help would be really appreciated!
Thanks in advance
Rodrigo Julian Martin
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/ms-tnef
Size: 5888 bytes
Desc: not available
Url : http://rubyforge.org/pipermail/wtr-general/attachments/20060518/5d8ccd95/attachment.bin
More information about the Wtr-general
mailing list