1. ホーム
  2. Web制作
  3. HTML/Xhtml

互換性を保ちながら、iframeを使って相手ページのデータを適用する方法

2022-01-07 01:41:23

以下は、センチュリーテンスがテンセントのカートページを呼び出すコードですが、実にいい感じです。

<!DOCTYPE html>  
<html lang="zh-CN">  
<head>  
<meta charset="gbk" />  
<meta http-equiv="x-ua-compatible" content="IE=edge">  
<meta name="robots" content="all" />  
<meta name="author" content="Tencent-CP" />  
<meta name="Description" content="Running Kart" />  
<meta name="Keywords" content="Running Kart" />  
<title>跑跑卡丁车-官方网站</title>
</head>

<! -- <frameset rows="0,*" cols="*" framespacing="0" frameborder="NO" border="0">
<frame src="#" name="topFrame" scrolling="NO" noresize="">
    <frame src="https://wepop.qq.com/act/a20190104order/?adtag=sjtc" name="mainFrame">
</frameset>
<noframes>
<body>

</body>
</noframes> -->
</html>

jsを使わない純粋なhtmlの実装、必要であれば参考にしてください。効果が薄い場合は、以前jsで実装したスクリプトホームを参照してください。