HTML help required
Nov. 21st, 2004 05:34 pmHow the hell do you take a chunk of javascript out of the header of an html page and provide a link back, like you can with css scripts?
eg : *link rel="stylesheet" href="06.css" type="text/css"*
I'm re-designing my dad's company's website, and putting drop-down menus in. However, the script I'm using to do so is effing long and I want the individual pages to stay fairly clean.
Oh, and what do you use to evenly space text out on a line? Anyone? anyone?
eg : *link rel="stylesheet" href="06.css" type="text/css"*
I'm re-designing my dad's company's website, and putting drop-down menus in. However, the script I'm using to do so is effing long and I want the individual pages to stay fairly clean.
Oh, and what do you use to evenly space text out on a line? Anyone? anyone?
no subject
Date: 2004-11-21 10:32 am (UTC)< script language="JavaScript" src="datecode.js">
< /script>
< script language="JavaScript" src="cookies_manip.js">
< /script>
The .js file is just a text file with the script in, and the doc type of .js.
That's what we use for CI5 Ops and it works well.
Hope that helps :)
no subject
Date: 2004-11-21 11:14 am (UTC)no subject
Date: 2004-11-21 05:16 pm (UTC)