Hi... I would like to ask about a couple of things here. 1> There is some kind of border around the current html element being edited in design mode after the element is double-clicked. Can I actually handle this border or marker around it ? It is because it looks like we can change its position and can resize it by drag drop. But it is not necessary so I don't need to display this kind of border or marker around it to avoid confusion for the user. I guess there may be some COM interfaces I need to use. 2> How can I disable all javascript running using C# ? (Not using any configuration of the main menu of Internet Explorer) I know it may be against the Internet Explorer policy. But my program should be working without running any javascript code even stored in onLoad event handler. Any help would be very nice and appreciated. Thanks a lot in advance.