supanoob Posted April 26, 2010 Share Posted April 26, 2010 Basically i want to call a javascript document (or 2) into my document and im not sure why this isnt working? <html> <head> <title>Bum Wars - Where you bum can fight for you.</title> <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"> <link rel="stylesheet" type="text/css" href="./styles/style.css" /> <link rel="stylesheet" type="text/css" href="./styles/images.css" /> <script type="text/javascript" src="./javascript/jquery.js"></script> <script type="text/javascript" src="./javascript/check_pass.js"></script> everything below that is php Quote Link to comment Share on other sites More sharing options...
Psycho Posted April 26, 2010 Share Posted April 26, 2010 What is the location of the javascript files in relation to the script calling them? Quote Link to comment Share on other sites More sharing options...
supanoob Posted April 26, 2010 Author Share Posted April 26, 2010 What is the location of the javascript files in relation to the script calling them? i have fixed this, i forgot i has </script> in one of the files already Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.