hi , i am trying to understand the mozilla architecture. What i've found out is that all the javascript present in a web page is handled by the javascript engine component of the browser. but does this javascript engine also handle the UI part included in the javascript? I mean to say , if there are some "alert" boxes ,or some windowing functions, does the javascript engine itself display the alert box on the browser or does somebody else do this? thanx
