View Single Post
  #11 (permalink)  
Old Apr 28th, 2006, 12:18
sypher sypher is offline
Most Reputable Member
Join Date: Aug 2005
Location: North Wales, United Kingdom
Age: 21
Posts: 1,093
Thanks: 0
Thanked 0 Times in 0 Posts
Re: Serversides included, but not in the right place..

hehe no problem.
Get all your javascript between:
<script language="JavaScript" type="text/JavaScript"> and </script>
Put it in a text file and name it javascript.js.

Now in your main site the header or index, where your <head> is. Put:
<script type="text/javascript" language="JavaScript" src="javascript.js"></script> in your <head> tags.

Be sure not to include any of the <script="javascript> tags and the ending </script> tag. You just need the actual javascript code in the javascript.js file.
Reply With Quote