ben fenster wrote: > your answear is based on your knolage in js but i need an answear > based on actual in depth knowlage in how browser work since each > iframe act as an independed wep page and loaded sepertly
No, you misunderstand --- if your code can see an iframe, that iframe must be part of the same Javascript VM as your code, and therefore must be part of the same thread. The spec requires it. Iframes aren't as independent as you think. -- ┌─── dg@cowlark.com ───── http://www.cowlark.com ───── │ │ "They laughed at Newton. They laughed at Einstein. Of course, they │ also laughed at Bozo the Clown." --- Carl Sagan --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/google-web-toolkit?hl=en -~----------~----~----~----~------~----~------~--~---
