我正在嘗試爲我的頁面創建一個Web小部件 - 這意味着用戶可以將我的頁面的任何部分作爲iframe(創建小部件的好方法?)他可以設置CSS樣式,並且可以將iframe代碼粘貼到他的頁面中。Web Widget - 安全性和執行方式
我的問題是:
1. is the iframe solution good way of doing this? if not, what can be the other solution?
2. what security issues should I take care of?
感謝所有幫助..
我覺得這將主要是基於意見的,但是你有沒有考慮通過_ajax_(可能_JSONP_用於跨域)將它放置到選擇的節點中?另外,對於_security_,永遠不要相信任何客戶! –
謝謝保羅。我會研究阿賈克斯版本,這可能是更好的方法 – doniyor