how to include js file in asp page? - ASP Views : 264
Tagged in : ASP
0 0
Send mail
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>

Razz
By Ramya, On - 2010-01-29



    Login to add Comments .