J a v a s c r i p t experts : How do I do this?
I have a page .. lets call it "mother" .. mother has x numbers of i-frames.. each of this i-frames are called "i-frame[X]" (their ID)
Any of these i-frames should be able to call a function placed on "mother" called giveMeMyID() .. and that function should tell which ID the i-frame which called the function got
Can this be done and how?
|