Today's Posts Follow Us On Twitter! TFL Members on Twitter  
Forum search: Advanced Search  
Navigation
Marketplace
  Members Login:
Lost password?
  Forum Statistics:
Forum Members: 24,254
Total Threads: 80,792
Total Posts: 566,472
There are 1599 users currently browsing (tf).
 
  Our Partners:
 
  TalkFreelance     Design and Development     Programming     PHP and MySQL :

JavaScript feeds

Thread title: JavaScript feeds
     
    Thread tools Search this thread Display Modes  
Prev Previous Post   Next Post Next
06-02-2005, 07:25 PM
#1
Bas is offline Bas
Status: I love this place
Join date: Jan 2005
Location: The Netherlands
Expertise: Frontend, vBulletin
Software: Coda, Photoshop
 
Posts: 607
iTrader: -1 / 0%
 

Bas is on a distinguished road

Send a message via MSN to Bas

  Old  JavaScript feeds

I made this file that generates feeds with JavaScript and PHP, simular to what W3Reports uses.

The file is called feed.php for now and when I view it I see this:
Code:
document.write('<a target="_blank" href="http://localhost/tutorial/7/a-design-tutorial/">A design tutorial :)</a><br />');
document.write('<a target="_blank" href="http://localhost/tutorial/6/a-design-tutorial/">A design tutorial :)</a><br />');
document.write('<a target="_blank" href="http://localhost/tutorial/5/some-tutorial-that-teaches-you-the-basics-of-php/">Some tutorial that teaches you the basics of PHP</a><br />');
document.write('<a target="_blank" href="http://localhost/tutorial/4/Tutorial test yada-yada/">Tutorial test yada-yada</a><br />');
document.write('<a target="_blank" href="http://localhost/tutorial/3/3-column-layout-with-divs/">3 Column layout with divs</a><br />');

document.write("<br />Tutorials by <a href="http://www.xamer.net" title="Visit Xamer">Xamer</a>");
Which is good.

Now to include it on a page I'll have to use code like this:
Code:
<script src="http://localhost/feed.php" type="text/javascript"></script>
Nothing's showing up on my page though, does anyone know why this is happening?

     


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 

  Posting Rules  
Smilies are On
[IMG] code is On
HTML code is Off
Forum Jump:
 
  Contains New Posts Forum Contains New Posts   Contains No New Posts Forum Contains No New Posts   A Closed Forum Forum is Closed