Is there an elegant way to migrate this piece of code

var innerDocument = parent.document.getElementById
("indexIframe").contentDocument;
alert(innerDocument.getElementById("cab").value);

with jQuery?

I cannot get it :(

Thanks, kind regards

Massimo Ugues

Reply via email to