I am attempting to add a page transition to the DOM of a document loaded in my WebBrowser control (VC++). When I receive DISPID_NAVIGATECOMPLETE2 I iterate through document.all until I find the "HEAD" tag. Then I use createElement to make a new "META" tag, and setAttribute to set the http-equiv and content attributes to "Page-Exit" and "RevealTrans(Duration=4,Transition=15)" respecitvely. However, when I navigate to another URL, I do not see the page exit transition. Anyone have any idea why this page transition can not be set on the DOM? Would it help if I posted my source (it's like 60 lines of code)?