私は持ってい<div id="content">
ます。http://vietduc24h.comからのコンテンツを myにロードしたいdiv
:
<html>
<head>
<script type="text/javascript">
$(document).ready(function()
{
$("#content").attr("src","http://vietduc24h.com");
})
</script>
</head>
<body>
<div id="content"></div>
</body>
</html
iframe を使用したくありません。これどうやってするの?