hello .. there is a weird problem in a website that im developing.. the problem is i cant a call external javascript if its located in a folder.. but if i put that in the directory where the index.php is located also i am able to call the javascript..
sample problem..
SCRIPT language="JavaScript" SRC="js/jxt1.js"></SCRIPT>
the jtxt1.js is located in js folder
but if i use this code
SCRIPT language="JavaScript" SRC="jxt1.js"></SCRIPT>
i unable to call this javascript because this javascript is located in the directory with the index.php i am unable to call it..
it also happens whenever i use require and include php.. so all my files are all located in one folder..