krappleby025
Programmer
Hi All,
i wonder if someone can help me.. I do not know java script and am looking to buy a book on it.. but for now i have what is probably a simple question
i have a php page.. which i need to include on many different website, including ASP, PHP and HTML sites now as you know PHP will not work on ASP sites, etc.. so i need a way to incorporate the page results into the new site
To do this, i thought about processing the page on my server, and then just including the results in the new site.. so that is what i did..
the page Called "showlinks.php" runs and generated just html code which can be then placed inot another site.. now
i need to know what javascript code, to use, to pull this file to there site..
I tried
<script src="
This generates just a list of HTML formated links, but when i place that code on a site, it comes up with an error..
can someone help
Cheers
i wonder if someone can help me.. I do not know java script and am looking to buy a book on it.. but for now i have what is probably a simple question
i have a php page.. which i need to include on many different website, including ASP, PHP and HTML sites now as you know PHP will not work on ASP sites, etc.. so i need a way to incorporate the page results into the new site
To do this, i thought about processing the page on my server, and then just including the results in the new site.. so that is what i did..
the page Called "showlinks.php" runs and generated just html code which can be then placed inot another site.. now
i need to know what javascript code, to use, to pull this file to there site..
I tried
<script src="
This generates just a list of HTML formated links, but when i place that code on a site, it comes up with an error..
can someone help
Cheers