This is a discussion on "Javascript - Updating web pages with snippets from other pages" within the JavaScript Forum section. This forum, and the thread "Javascript - Updating web pages with snippets from other pages are both part of the Program Your Website category.
|
|
|
|
|
![]() |
||
Javascript - Updating web pages with snippets from other pages
|
||
| Notices |
![]() |
|
|
LinkBack | Thread Tools |
|
|||
|
Hey Guys,
I am currently building a web page for a client and I am looking to have small snippets in the website where the latest forum topics and latest reports (from the forum and reports sections) can be displayed in small sections on the home page. So I basiaclly want a script that will fetch the top 5 topics or articles and display them on the home page. I have been informed Javascript is probably the best way to get this done? Anyone any free scripts which might be helpful in this? Any help would be much appreciated. |
|
|
|
|||
|
Re: Javascript - Updating web pages with snippets from other pages
You'd be better doing this with php, I think. If all your articles and reports are in a database then it would be simple enough to pull out a title and summary from said DB and pop it on your home page. I say simple, I would imagine it would be a damn sight easier than any JS solutions.
Pete. |
|
|||
|
Re: Javascript - Updating web pages with snippets from other pages
Yeh I thought it would be a php job but limited php experience makes me slightly hesitent!
Problem being none of the articles will be in a database but if thats the only way will have to databse them all? Any links to free scripts that might help? |
![]() |
| Tags |
| fetch, from pages, information |
| Thread Tools | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Javascript menu - does not work on title page, but does work on other pages | Crystal Phoenix | Starting Out | 4 | Mar 24th, 2008 19:40 |
| Updating numerous pages at the same time. | mikka23 | Web Page Design | 12 | Jan 1st, 2007 20:22 |
| Help Updating News Pages | musicnewsuk | Web Page Design | 8 | Dec 10th, 2006 01:38 |
| updating html pages client-side | forry | Web Page Design | 10 | Jun 19th, 2006 20:25 |
| Scripting Needed(adding pages to pages) | Amari | Classic ASP | 1 | Sep 4th, 2004 18:06 |