srujankk
March 7th, 2006, 05:19 AM
i have a html file which includes an external js file
<html>
<head>
<script src="sample.js">
</script>
</head>
<body>
This is for test
</body>
</html>
now when i access this html file the extenal js file gets loaded into the temporary internet files......Is there any process with which i can restrict the js file from being downloaded onto the client system in the temp. internet files folder.
thanks in advance
<html>
<head>
<script src="sample.js">
</script>
</head>
<body>
This is for test
</body>
</html>
now when i access this html file the extenal js file gets loaded into the temporary internet files......Is there any process with which i can restrict the js file from being downloaded onto the client system in the temp. internet files folder.
thanks in advance