A script? <script type="text/javascript"> var abc = "123" if (abc = "123"){alert("do-re-mi")} </script> Code (markup): (Change the content between the script tags.) Or, if it's calling on a .js file: <script type="text/javascript" src="http://www.yourdomain.com/yourdirectory/yourscript.js"> Man, I sure love Monochromedia. Since we're linking to an external file, what we put between the script tags no longer matters. </script> Code (markup): Hope this helps! -Peter
Cool thanks. I'd included it within the script tags so I guess that means I must have stuffed something else up.