Click here to Skip to main content
16,017,333 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hello Friend
i am in trouble can anyone help me?

My project in c# using GECKOFX Browser I do all successfully there is payment option
in table of website in td there is input element metioned below
HTML
<table>
<tbody>
<tr>
<td>
<input type="rabio"  önclick="setbank(paymentid,row,col)/>"
<strong>
<span>Name of bank<span></span><a>some instruction</a></span>
</strong>
</td>
<td>
<input type="rabio"  önclick="setbank(paymentid,row,col)/>"
<strong>
<span>Name of bank<span></span><a>some instruction</a></span>
</strong>
</td>
<table><tbody><tr>
<table><tbody><tr>
<td>
<input type="rabio"  önclick="setbank(paymentid,row,col)/>"
<strong>
<span>Name of bank<span></span><a>some instruction</a></span>
</strong>
</td>
<td>
<input type="rabio"  önclick="setbank(paymentid,row,col)/>"
<strong>
<span>Name of bank<span></span><a>some instruction</a></span>
</strong>
</td>
<table><tbody><tr>
</tr></tbody></table></tr></tbody></table></tr></tbody></table></tr></tbody>
</table>

the question is:

how to click proper bank and click the radio button from my windows application in c#
Posted
Updated 8-Aug-12 4:37am
v2
Comments
Sergey Alexandrovich Kryukov 8-Aug-12 15:04pm    
Replace your "önclick" with "onclick" first... :-)
--SA
Sunny Tiwari 12-Aug-12 6:32am    
i have not yet understood;
problem is:- i have many table in web site i want to chose one table, table has id but tr and td do not have any attribute in td there are two element input element and strong input have coman attribute all input element have three attribute name “value are same” onclick event and type is radio span textcontent is different how to access input element as per span text

i need support if you know geckofx tutorial where i learn more so please suggest me

thanks

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900