chuang21
10-03-2008, 04:47 PM
Hi yall, this forum is great! I have a question, and i am a bit of a newbie so please bear with me...
I am trying to display an rss feed in one of my portlets on an employee portal we have. I'd like to make this rss feed dynamic depending on what the user selects from a drop down...
I got a javascript i found online which displays the rss feed, but I was wondering if it was possible to alter the src part so that it can change depending on what company is selected.
Example this script shows pfizer's newsfeed:
<script language="JavaScript" src="http://itde.vccs.edu/rss2js/feed2js.php?src=http%3A%2F%2Fnews.google.com%2Fnews%3Fhl%3Den%26tab%3Dwn%26q%3Dpfizer%2Binc%26ie%3DU TF-8%26nolr%3D1%26output%3Drss%26ned%3D%3AePkh8BM9E2IRYipIFeJ2YrU0MTQw9bhyUlUIzVqgitQcbJbD7P3FBlTwi401J z85EUgzF6UmAwCycxKf&chan=n&num=5&desc=0&date=n&targ=n" type="text/javascript"></script>
Is there a way to change the SRC location and make it dynamic so that it can change? For instance in the code above there is a section for "pfizer%2Binc" if this part in the src is changed to another company name it shows that companies rss feed.
I am trying to display an rss feed in one of my portlets on an employee portal we have. I'd like to make this rss feed dynamic depending on what the user selects from a drop down...
I got a javascript i found online which displays the rss feed, but I was wondering if it was possible to alter the src part so that it can change depending on what company is selected.
Example this script shows pfizer's newsfeed:
<script language="JavaScript" src="http://itde.vccs.edu/rss2js/feed2js.php?src=http%3A%2F%2Fnews.google.com%2Fnews%3Fhl%3Den%26tab%3Dwn%26q%3Dpfizer%2Binc%26ie%3DU TF-8%26nolr%3D1%26output%3Drss%26ned%3D%3AePkh8BM9E2IRYipIFeJ2YrU0MTQw9bhyUlUIzVqgitQcbJbD7P3FBlTwi401J z85EUgzF6UmAwCycxKf&chan=n&num=5&desc=0&date=n&targ=n" type="text/javascript"></script>
Is there a way to change the SRC location and make it dynamic so that it can change? For instance in the code above there is a section for "pfizer%2Binc" if this part in the src is changed to another company name it shows that companies rss feed.