how to include js file in asp page?
by Ramya[ Edit ] 2010-01-29 18:51:58
include js file in asp:
As in the normal languages like php,html, we can include js file in asp page also.
Just use script tag as,
<script language="javascript" src="./js/validation.js">
</script>