Topic awaiting preservation: External JS File and PHP |
|
---|---|
Author | Thread |
Paranoid (IV) Inmate From: The Dark Side of the Moon |
posted 10-13-2003 20:48
OK, so I added a link to an external JS file in my header.php. Big surprise, it does not work. When I call on the index.php file my JS scripts do not show up. What am I doing wrong? |
Maniac (V) Mad Scientist with Finglongers From: Cell 53, East Wing |
posted 10-13-2003 20:56
The Jackal: Can we see some code or something? |
Paranoid (IV) Inmate From: The Dark Side of the Moon |
posted 10-13-2003 21:23
Well, the code is as follows. First, your regular link to an external JS file. code: <SCRIPT SRC="scripts.js" LANGUAGE="JAVASCRIPT"></SCRIPT>
code: <html>
code: <?php $title = "My Title Here"; ?>
code: My Footer Content Here
|
Paranoid (IV) Inmate From: The Dark Side of the Moon |
posted 10-13-2003 21:35
Never mind! I am a retard to day. I failed to upload the actual JS file to my server. I am way to young to suffer from alzheimers! Thanks Emperor. |
Maniac (V) Mad Scientist with Finglongers From: Cell 53, East Wing |
posted 10-13-2003 22:42
Always glad to urm........................ help. |