Click to See Complete Forum and Search --> : P****D off!


GregR
08-06-2003, 09:19 AM
i'm looking to convert my website so that instead of a popup script being on everypage, it is located as a .js file with a corresponding bit of code on each page. sounds simply enough doesn't it?
The thing is, i have made the .js file, but no amount of effort of my part will the damn webpages run the aforementioned script. Why is it doing this, and is there any way of fixing it? (the script works if it is just left as a code on the page.)

Thanks in Advance :)

GusVenditto
08-06-2003, 09:49 AM
It could be a hundred things.

Why don't you show the URL?

CrazyGaz
08-10-2003, 04:40 AM
have you removed the <script> tags?

have you included the javascript like so? <SCRIPT LANGUAGE="javascript" TYPE="text/JavaScript" SRC="functions.js"></SCRIPT>

There are other things it could be though.
(a URL is a good idea)

Gaz.

Khalid Ali
08-10-2003, 09:05 AM
And if you have added the script src tags then make sure that they point to the correct destination where scripts actually are located on the disks.
This is of course, assuming that you did not screwed up the code in doing the above..:-)