To reduce page size I am including javascript file by :
<script type="text/javascript" src="AddProject.
js">
</script>
The problem here I face is when I do some changes in Javascript file user machine refers to the old file, so she have to delete temporary internet file from browser and then only she page refers to new updated file....
One alternative is to remove file reference and write the code direct into page but that will increase page length...
Any other way!!!??
Rupen Anjaria.:)
------------------
We CAN'T avoid problems, but can solve it.