472,358 Members | 2,070 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 472,358 software developers and data experts.

GrabNews

Hi!

I'm using Grab news (http://www.edazzle.net/), an ASP RSS aggregator. I really want to be able to use an ASP include to insert the RSS feed into lots of pages but when I try to it always says there's a problem with the page. I have tried including both news.asp and news.asp?opt=(rss name) but neither work

If anyone could help or point me in the direction of a similar REALLY SIMPLE asp news aggregator which would allow me to include the results in a web page I would be really grateful.

Thanks!

James
Jan 11 '07 #1
2 1044
iam_clint
1,208 Expert 1GB
you can't include a file with a querystring in the include

what you would have todo is create an iframe that goes to it or have ajax to display the information

ajax is javascript based

iframe is html (doesn't work in all browser but does in most)

to make either work you would direct them to news.asp?opt=whatever

or it looks like it automatically does slashdot news.
Jan 11 '07 #2
Wow I didn't know about iframes. You're a genius - thanks!
Jan 11 '07 #3

Sign in to post your reply or Sign up for a free account.

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.