i use javascript to judge a page is in a iframe:
if (this != top) {
alert("true");
}
but i get "true" all the time,even if not in a iframe(as up picture),who can help me?
i use javascript to judge a page is in a iframe:
if (this != top) {
alert("true");
}
but i get "true" all the time,even if not in a iframe(as up picture),who can help me?