Forum Moderators: not2easy

Message Too Old, No Replies

dynamic list of links from HTML page

         

xick

2:37 pm on May 5, 2005 (gmt 0)

10+ Year Member



i've been wrestling with this problem for a while and was hoping that someone here might have some input..

i have built several iterations of a random links script that displays a list of links on a page.
i've built an ASP version, a PHP version, and a couple of javascript versions, but the problem that i have now encountered is this:

i need to be able to display these links on a friend's page who is hosted with a company that allows only HTML and no control over the server environment.
i need to be able to display my links on my friend's page pulled from my server like with php readfile() or file_get_contents(), but the page source must show the html source and not just a script reference..

this has been driving me absolutely crazy, and i would greatly appreciate anyone's ideas and/or input..

thx.

Sanenet

3:04 pm on May 5, 2005 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



Nope. If you don't have any server side, you can't include a file into your html source.

You could use a javascript that selects a value from an array...

xick

7:29 pm on May 6, 2005 (gmt 0)

10+ Year Member



what options would be available if the server environment was apache for example, and what should my friend ask of his host in the way of features that need to be supported then?