2012-06-06

SCRIPT - js 判斷是否在 iframe 裡

as code
if (self!=top) {
    // in iframe
} else {
    // not in iframe
}



沒有留言:

張貼留言