Hi :-)

my browser is not able to access the javascript of css file from the location. Its saying What might be the reasons

<p>
The requested URL was not found on this server.
If you entered the URL manually please check your
spelling and try again.
</p>


I dont understand y.
1> The files are correct and in the location . The alphabets are also of correct case, since its a linux system.
2> I tried to reload the page using shift + contrl + R
3> tried to clear the cache from the browser.

Only doubt i have is that , the path is a relative path. samething like -script=>{-language=>'JAVASCRIPT',-src=>'../pickdate.js'}

please suggest some methods to debug this issue.

Thanks
Amith

How did you add the css/javascript file? Did you put them correctly in the sourcecode (in the header)?

Example:

<html>
<head>
<title>...</title>
<script type="text/javascript" src="http://www.example.com/javascript1.js"></script>
<link rel="stylesheet" href="http://www.example.com/style.css" type="text/css" media="all">
</head>
<body>
</body>
</html>

~G

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.