in case it doesn't help, here is aa blog post that describes (read comments)
http://simple.procoding.net/2008/03/21/how-to-access-iframe-in-jquery/



On Thu, Dec 11, 2008 at 1:00 PM, Alexandre Plennevaux
<[EMAIL PROTECTED]> wrote:
> try this:
>
> var innerDocument = $('#indexIframe").get(0).contentDocument;
> alert($("#cab", innerDocument).val());
>
>
> On Thu, Dec 11, 2008 at 12:48 PM, m.ugues <[EMAIL PROTECTED]> wrote:
>>
>> 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