我目前一直在尋找以下內容:不同的CSS提供iframe
if (window.top!=window.self) {
<link rel="stylesheet" href="http://www.website.com/content/themes/theme/style.css" type="text/css" />
} else {
<link rel="stylesheet" href="http://www.website.com/content/themes/theme/iframe.css" type="text/css" />
}
我要添加鏈接的文件,所以當它加載在網站上的styles.css將加載,當在一幀它會加載frame.css我做錯了什麼?
你與HTML混合JS。 – eithed
您正在將JavaScript與HTML混合使用。 – rupps
@rupps,你是我的雙胞胎嗎? – eithed