U
[UKLans]Khan
Guest
Hello all,
My site has news that is updated daily, I have had a number of requests to have a news feed facility where by the people who want my news on thier site copy and paste a bit of java and can have my news content on thier site.
I have created the asp news feedpage:
http://www.uklans.com/feed/feed.asp?s=2&i=5
s is the text size so s=7 would make very big text
i is the news items posted, so 5 would show 5 news items (it is capped at 10)
I am having trouble with the code that inserts it into the clients code:
<script language="JavaScript" src="http://www.uklans.com/feed/feed.asp?s=2&i=5">
</script>
<noscript>Sorry, you need a JavaScript capable browser to get news headlines on this page</noscript>
But it comes up with a javascript error:
http://www.uklans.com/test.htm
What am i doing wrong?
Thanks in advanced,
Khan
My site has news that is updated daily, I have had a number of requests to have a news feed facility where by the people who want my news on thier site copy and paste a bit of java and can have my news content on thier site.
I have created the asp news feedpage:
http://www.uklans.com/feed/feed.asp?s=2&i=5
s is the text size so s=7 would make very big text
i is the news items posted, so 5 would show 5 news items (it is capped at 10)
I am having trouble with the code that inserts it into the clients code:
<script language="JavaScript" src="http://www.uklans.com/feed/feed.asp?s=2&i=5">
</script>
<noscript>Sorry, you need a JavaScript capable browser to get news headlines on this page</noscript>
But it comes up with a javascript error:
http://www.uklans.com/test.htm
What am i doing wrong?
Thanks in advanced,
Khan