RSS display image

Discussion in 'JavaScript' started by exinrex, Jun 16, 2009.

  1. #1
    Hello Guys,

    I need some help. I'm very newbie about this. I want to display the <link type="image/png" rel="image" href="http://url.com/image.gif"/> on my website.


    
    <entry>
        <id>2323</id>
        <published>2009-06-16T11:43:23Z</published>
        <link type="text/html" rel="alternate" href="url"/>
        <title>title</title>
        <content type="html">content</content>
        <updated>2009-06-16T11:43:23Z</updated>
        <link type="image/png" rel="image" href="http://url.com/image.gif"/>
       
      </entry>
    
    
    
    HTML:
    my javascript code

    
    
    
    	for (var i=0; i<thefeeds.length; i++){
    		
    			
             
    		
    			
    
    		rssoutput+="<a href='" + thefeeds[i].link + "' target='_blank'>" + thefeeds[i].title + "</a><br>"
    		rssoutput+= thefeeds[i].content + "<br>"+ thefeeds[i].publishedDate+""
    	
    	
    		
    	}
    
    
    
    
    HTML:
    any idea guys? thank's
     
    exinrex, Jun 16, 2009 IP