Hi
I have got it up running and made my own rss-feed. It works - but I can not figure out how to make dynamic Item Links? What I want is to make it possible to make dynamic links for every news item in the rss-feed - not just have the link to my website for all news items. Right now if one clicks on the links to read more only gets to the frontpage of my site - not to the specific news. I know I could make a Links table in the DB, but I have 700 news allready, and it�s more work for me if I have to make links for every topic.
My question is - is it possible to make some kind of work around? What I want is bassicly equal to the Server behaviour "Go to detail page" - I want it to take the ID value from the table containing the ID for that news item like: <a href="search_news_detail.asp?<%= Server.HTMLEncode(MM_keepURL) & MM_joinChar(MM_keepURL) & "ID=" & News.Fields.Item("ID").Value %>"><%=(News.Fields.Item("Titel").Value)%></a>
Is this possible some how? Is it possible inside the RSS Writer extension or do I have top make handcoding inside the rss page?
:) Morten |
|
|