|
Hi All,
I want to acess a selected image object which is in iframe.
i am using this code alert(window.parent.frames[0].window.document.selection.type)
it displays control.but i want selected image object if i give like this
alert(window.parent.frames[0].window.document.selection.controlRange.item())
it is not working is there any wrong in this ?
|