2010-05-06 47 views
1

您能否確認我正確理解this這是正確的關於ajax POST?

然而,始終使用POST請求 時:

- A cached file is not an option (update a file or database on the 

服務器)

使用POST,在xmlhttp.open("POST","ajax_test.asp",true); 指定的文件不會被緩存(發送到\Temporary Internet Files)?它只會留在服務器上?

如果這是真的,在調用ajax POST後更新的html文件,在\Temporary Internet Files更新?

我是否缺少這個機制的其他重要信息?

謝謝。

+0

最好引用頁面而不是鏈接到它。如果鏈接到頁面,則問題變得不完整。 – Galen 2010-05-06 20:48:55

回答

2

正確的假設,如果你使用POST,你有你的電話GET。

xmlhttp.open("POST","ajax_test.asp",true);