I have an iframe
<iframe id="Iframe1" frameborder="0" src="datalist.aspx">
In my datalist.aspx I have a radio button with id "rdb". Is it possible to access the id of radio button through iframe in my page where iframe is defined. I really want to identify if the radio button has been clicked or not in javascript code. If I can get its id then work will be easier.