WebBrowser1.Document.getElementById("a").Value = "ccccccc"
Set d = WebBrowser1.Document
Set d1 = d.frames(0).Document
Set d2 = d1.frames(0).Document
d2.body.innerHTML = WebBrowser1.Document.getElementById("a").Value
WebBrowser1.Document.getElementById("a").Value = "ccccccc"
Set d = WebBrowser1.Document
Set d1 = d.frames(0).Document
Set d2 = d1.frames(0).Document
d2.body.innerHTML = WebBrowser1.Document.getElementById("a").Value