Can the javascript set the IE browser proxy ?
I saw the script set Homepage .
Use the code :
if(version >= 5) {
document.write("<a href=\"#\" onClick=\"this.style.behavior='url(#default#homepage)';this.setHomePage('http://www.yam.com/');\">");
}
How about set proxy ? JavaScrip can do it ?
How to write it ?
someone can help ?
thanks .