我有两个网页,
<html>
<head>
<title>Sample One</title>
</head>
<body>
<h2>Welcome</h2>
<div id="one"><h3>have fun</h3></div>
<div style="background-color:#F0782A; width:200px">
<div id="content">
no content
</div>
</div>
</body>
</html>
哪个位于物理上但不在解决方案中。
<html>
<head>
</head>
<body>
<h3>Welcome to new work</h3>
<div>
<a href="two.html">another file</a>
</div>
</body>
</html>
我的解决方案中提供了哪些内容。
我想将<body>
的{{1}}代码内容放入two.aspx
div
one.html
。
注意:
id="content"
文件,但我可以使用one.html
文件位置。one.html
页面上有新放置的数据。例如:
我在one.html
中分配了一个www.yahoo.com
的div,我的解决方案中有id="newcontent"
个文件。现在,我必须将two.aspx
内容放入two.aspx
yahoo.com
的div中。