http://www.cnblogs.com/fishtreeyu/archive/2011/10/06/2200280.htmlhttp://www.eion.com.tw/Blogger/?Pid=1130//写cookiesfunction setCookie(name,value){var Days = 30;var exp = new Date();
I'm trying to create a HUD style display for a foreign application.To do this, I'd need to make a transparent overlay window, that would be placed on topof the window of the foreign application. The o...