Let's say that I've got a page in an iframe.
So...
top page {
iframed page{
}
}
Now, I want to give the iframe page an id.
From within the code on the iframed page, can I check to see if the value of the id of the iframed page is equal to something?
if ($('#iframeid', window.parent.document))
doesn't seem to work.