Outbound Link Summary:
22 years ago
p3k dots

does anybody know in which sequence a particular browser loads inline elements? is there a general standard way of doing this or is it like with any other browser feature?

to detail the problem: if i load a script in the html header of a document that eventually refreshes the latter by a frameset document at another url (by using the location.replace function) which in return replaces one of the frame documents with exactly the first document (a method as it is used e.g. at derstandard.at or orf.at): will there other document parts (e.g. further script tags or images inside the body tag) be evaluated before the refresh by the browsers or not?

sounds complicated, huh? well it definitely is. a pointer to a document about page loading sequence or page rendering work flow would be helpful.