重定向到对象页面中的另一个页面 - HTML CSS

时间:2016-05-28 16:02:58

标签: html css redirect

我有2页。

page1.html

<object width="100%" height="550px" data="URL"></object>

page2.html

<html>
<body>
Other Content

<object width="100%" height="550px" data="page1.html"></object>

Other Content

</body>
</html>

在移动设备上, page1重定向到第3页 。目前,当我加载page2时,它被完全重定向到page3只是因为它有一个对象/ iframe重定向到page3。

我需要它在page2中重定向,如

第2页应

Other Content

<object data="REDIRECTED TO PAGE3 BECAUSE OF MOBILE DEVICE"></object>

Other Content

不应在顶级页面上进行重定向。寻求帮助。感谢。

0 个答案:

没有答案