Forum Moderators: open
cant seem to get it working yet..
I can get small scripts working just fine but this is a big Air Travel form script ..
I can simply do a Front Page 2003 "Page Include" but the problem is that the affiliate code is bloated adds far to much weight to the page .
So I want something to do server side call on it..so the actual affiliate code is actually on each page
I'm reading everything I can on SSI , and on external .js trying different things but nothing yet.
Is it because I am trying to call up a 3rd party script?
This is how you'd typically include a script file:
<script type="text/javascript" src="yourfile.js"></script>
How are you tring to include it?