Using prototype js library I can access elements by using $(elementID). I can access the element in an Iframe by
$('iframeID').contentWindow.document.getElementById('ID of element inside Iframe').
I would like to use the same dollar method for my Iframe to access elements in Iframe. Is there any way?