从我的网站上打开顶部栏的新窗口链接

时间:2012-06-23 23:21:42

标签: php ajax

我的兄弟如何清除任何可能的链接到我的网站一旦按下打开页面,并成为我的网站的顶部栏,如下所示

http://www.example.com/index.html

[编辑] 如何在网站顶部呈现一个栏,显示其正文中其他网站的内容。

我有这个颂歌从其他网站获取rss

gfeedfetcher.prototype._displayresult=function(feeds){
    var rssoutput=(this.itemcontainer=="<li>")? "<ul>\n" : ""
    gfeedfetcher._sortarray(feeds, this.sortstring)
    for (var i=0; i<feeds.length; i++){
        var itemtitle="<a href=\"" + feeds[i].link + "\" target=\"" + this.linktarget + "\" class=\"titlefield\">" + feeds[i].title + "</a>"
        var itemlabel=/label/i.test(this.showoptions)? '<span class="labelfield">['+this.feeds[i].ddlabel+']</span>' : " "
        var itemdate=gfeedfetcher._formatdate(feeds[i].publishedDate, this.showoptions)
        var itemdescription=/description/i.test(this.showoptions)? "<br />"+feeds[i].content : /snippet/i.test(this.showoptions)? "<br />"+feeds[i].contentSnippet  : ""
        rssoutput+=this.itemcontainer + itemtitle + " " + itemlabel + " " + itemdate + "\n" + itemdescription + this.itemcontainer.replace("<", "</") + "\n\n"
    }
    rssoutput+=(this.itemcontainer=="<li>")? "</ul>" : ""
    this.feedcontainer.innerHTML=rssoutput
}

我需要点击链接在其他窗口中打开i frame

1 个答案:

答案 0 :(得分:0)

该网站只是带有

的顶部标题
<iframe></iframe>

在w3schools查看更多信息 http://www.w3schools.com/tags/tryit.asp?filename=tryhtml_iframe