W
wild_bunch
hi you guys
I have a page A (must be client side only)
which has an Iframe in which I open page B from different domain
how can I send a message from B to A(for instance to resize the above
iframe)?
tried parent.document.getDocumentbyId["frame1"].width=100px
but this only works from the same domain
on two different domains I get message "access denied"
thanx..
wb
I have a page A (must be client side only)
which has an Iframe in which I open page B from different domain
how can I send a message from B to A(for instance to resize the above
iframe)?
tried parent.document.getDocumentbyId["frame1"].width=100px
but this only works from the same domain
on two different domains I get message "access denied"
thanx..
wb