SpceManSpif
06-22-2006, 06:29 PM
I'm using Dynamic Ajax Content script to load external pages into my website. However, I run into a problem when one of the pages has a RSS Feed java script that wont load.
I'm using this script to automaticly load the external page on into a table on my (main page) index file.
<script type="text/javascript">ajaxpage('homepage.htm',
'contentarea') //load "homepage.htm" into "contentarea"
DIV </script>
Here is the 3rd party jave script that I have on the homepage.htm that wont load:
<script language="JavaScript" type="text/javascript"
src="http://www.webpasties.com/pastie.php?mode=scroll&sid=7088&mid=6630"></script>
I did a search on topics but I think all that did was confuse me more from what I read.
Any help would be great. Also I'm pretty new to messing with Javescript.
I'm using this script to automaticly load the external page on into a table on my (main page) index file.
<script type="text/javascript">ajaxpage('homepage.htm',
'contentarea') //load "homepage.htm" into "contentarea"
DIV </script>
Here is the 3rd party jave script that I have on the homepage.htm that wont load:
<script language="JavaScript" type="text/javascript"
src="http://www.webpasties.com/pastie.php?mode=scroll&sid=7088&mid=6630"></script>
I did a search on topics but I think all that did was confuse me more from what I read.
Any help would be great. Also I'm pretty new to messing with Javescript.