2011年12月21日 星期三

session cookie without secure flag set

Cookie Secure Flag 設定:
● PHP
setcookie ("TestCookie", "", time() - 3600, “/", ".example.com", 1);
● JSP
cookie.setSecure(true);
● ASP.NET
cookie.Secure = True;



資料來源
http://www.openfoundry.org/index.php?option=com_content&task=view&id=2354&Itemid=56;isletter=1

2011年6月16日 星期四

IIS 7.5 Permission denied: CreateObject error 800a0046 沒有使用權限

Select Desired Printing Option

Microsoft VBScript runtime error '800a0046'

Permission denied: 'createObject'



玩了半天的iis7.5,

google到的資料都是寫什麼資料夾的安全性。



結果是 取消強制此應用程式的存取檢查就過關了…



要'createObject' 的元件權限被鎖住了-  -









資料來源:

http://msdn.microsoft.com/en-us/library/ms679482(v=vs.85).aspx

http://www.44342.com/IIS-f132-t972-p1.htm

2011年5月5日 星期四

取得IFRAME頁面表單的值

Getting form values in IFRAME page

 

Here is the IFRAME tag.



<iframe name="framename"></iframe>





Here is the FORM tag.



<form name="formsubmit">

<input type="text" name="txtbot">

</form>





Here is the JavaScript call.



  window.alert(parent.framename.formsubmit.txtbot.value);







資料來源:http://www.codeguru.com/forum/showthread.php?t=362215

2011年1月24日 星期一

K-Lite RealAudio COOK

KLite RealAudio COOK

Q: RMVB files play without sound

A:

You are probably missing a decoder for RealAudio COOK. You can install that by following these steps:



Download the Windows version of binary codec pack for MPlayer.

http://www.mplayerhq.hu/design7/dload.html#binary_codec

Extract these files from the .zip archive: cook.dll, pncrt.dll, sipr3260.dll, drv33260.dll, drv43260.dll

Put those files in this folder: C:\Windows



以上英文看不懂沒關係!下載下面阿榮特別打包的懶人包就會有聲音了。


下載點



版權資訊

文章作者:阿榮技術學院