傳遞到另一個頁面,我想通過iframe來參數傳遞到另一個頁面 例如哈登使用URL參數
<iframe src="http://otherserver.com/page?user=user_id"/>
而非passsing用戶= ID這樣,沒有任何技術,因此用戶不會察覺user = user_id?
傳遞到另一個頁面,我想通過iframe來參數傳遞到另一個頁面 例如哈登使用URL參數
<iframe src="http://otherserver.com/page?user=user_id"/>
而非passsing用戶= ID這樣,沒有任何技術,因此用戶不會察覺user = user_id?
你想隱藏userID嗎? – rahul 2009-08-11 07:34:21
將querystring參數'user'更改爲複雜的字符串。 – rahul 2009-08-11 07:38:05
您的服務器和otherserver.com是否可以訪問公共數據庫?你是否控制了代碼(或者影響了)你的服務器和otherserver.com? – Stobor 2009-08-11 07:39:13