Steveiwonder 0 Posted September 20, 2011 (edited) Hey All, I use a website very regulary and its boring and could do with an update but the developers are lazy. So i'm trying to inject some javascript into the page to make it more interactive. I can get the <head> tag as an obj easily but it fails when im using I can output $headTag.innerhtml i just can't set it. _IEPropertySet($headTag, "innerhtml", $java); or $headTag.InnerHtml = $java Even if i replace $java with some random text. I get this C:\Program Files\AutoIt3\Include\ie.au3 (3029) : ==> The requested action with this object has failed.: $oTemp.innerHTML = $newvalue $oTemp.innerHTML = $newvalue^ ERROR Is thead <head> tag protected in some way ? Thanks Steve Edited September 20, 2011 by Steveiwonder They call me MrRegExpMan Share this post Link to post Share on other sites