Hello guys,<br><br>My friends always use "window.replaceFrameContents" in his *.aspx files for ANT. But Wekit not support this function, I need to add <script language='javascript'>window.replaceFrameContents = function (txt, name) {if (document.getElementsByName(name)[0]) document.getElementsByName(name)[0].innerHTML = txt;}</script> in his file every time. So, can you tell me how to add the translate function in Webkit Core?<br>
<br>Thanks very much.<br><br>Christopher.<br>