;

PDA

Click to See Complete Forum and Search --> : This page requires AC_RunActiveContent.js.


Brocco
04-01-2009, 05:35 PM
I am totally new to this coding stuff, and I have a project that I'm working on
http://thelinqup.com

i get this message when I try to view the site. I have the .js file that is named the same in the same folder as the index.html page but i get nothing.

The folder its in is an add-on site, does that have anything to do with why it isnt working/
HELP!

sstalder
04-02-2009, 09:43 AM
Assuming you have the .js file in the root of the web site you need to change this line:
<script src="file:///G:/XMLWebsite/AC_RunActiveContent.js" language="javascript"></script>
to
<script src="AC_RunActiveContent.js" language="javascript"></script>

But you don't have the file there, so you need to upload it into the same folder as index.html - You should be able to go here and view the .js file when you have it in the right place. http://thelinqup.com/AC_RunActiveContent.js

Brocco
04-02-2009, 03:46 PM
Thanks alot, you saved the day! I would be honored if you (or anyone else who reads this) would take a second to check out the site, and give me any feedback you can on the site.

www.thelinqup.com

Thanks again!