javascript - Threading for iframe elements in IE -


Which of the following is not running in the same thread as the current page in IE8 ?

  • An iframe with the same domain as the current page.
  • An iframe with the sub-domain of the current page's domain.
  • With an iframe domain of a super-domain of the current page's domain
  • An IFam with a completely different domain from the current page.

I want to know to implement it in IE which are in separate threads.

Edit : Is any the way a window is post message

IE Threading is not associated with the domain resource. An IFrame Dome is created and the main thread is tied as the main browser document.


Comments

Popular posts from this blog

asp.net - Javascript/DOM Why is does my form not support submit()? -

sockets - Delphi: TTcpServer, connection reset when reading -

javascript - Classic ASP "ExecuteGlobal" statement acting differently on two servers -