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 Link to comment https://forums.phpfreaks.com/topic/199811-think-this-is-right-place/ 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? Link to comment https://forums.phpfreaks.com/topic/199811-think-this-is-right-place/#findComment-1048863 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 Link to comment https://forums.phpfreaks.com/topic/199811-think-this-is-right-place/#findComment-1048865 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.