将网站嵌入我的网站 [英] Embed website into my site

查看:134
本文介绍了将网站嵌入我的网站的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我想要做的是将一个网站嵌入我的网站。当你在他们的页面上搜索某些内容时,他们的嵌入网站会重定向到他们的页面,尽管它仍然会在我的网页上。任何帮助将不胜感激。我已经与这个网站合作,他们不知道如何自己做。



如果这令人困惑,我很抱歉。这是一个例子,如果它有帮助

 < html> //我的网站
< header> // my站点
< / header> //我的站点
< body> //我的站点
//嵌入网站的页面重定向和搜索引擎
< / body> //我的网站
< / html> //我的网站

在他们的网站上搜索或在他们的网站上转到他们的页面链接。

 < html> //我的网站
< header> //我的网站
< / header> //我的网站
< body> //我的网站
//重定向后嵌入网站上的新页面
< / body> //我的网站
< / html> //我的网站

任何想法或地点我可以去帮助我解决这个问题。

解决方案

您可以使用< ;嵌入> 标记,如下所示:

 < embed src =http:// www .example.comstyle =width:500px; height:300px;> 

您可以更改高度,宽度和网址以满足您的需求。


$ b $ << embed> 标记是嵌入网站的最新方式,因为它是以HTML5引入的。 p>

What I am trying to do is embed a website into mine. When you search something on their page their embed site redirects through their pages though it will still be on my web page. Any help will be appreciated. I have partnered up with this site and they don't know how to do it themselves.

I am sorry if this is confusing. Here is a example if it helps

<html>//my site
<header>//my site
</header>//my site
<body>//my site
//where embed website is with their page redirects and search engine
</body>//my site
</html>//my site

When you search on their site or go to their pages link on their site. This should be like this in way.

<html>//my site
<header>//my site
</header>//my site
<body>//my site
//new page on the embed site after redirect
</body>//my site
</html>//my site

Any thoughts or places I can go help me figure this out.

解决方案

You can embed websites into another website using the <embed> tag, like so:

<embed src="http://www.example.com" style="width:500px; height: 300px;">

You can change the height, width, and URL to suit your needs.

The <embed> tag is the most up-to-date way to embed websites, as it was introduced with HTML5.

这篇关于将网站嵌入我的网站的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆