how to include js file in asp page?

by Ramya 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>

Razz

Tagged in:

1263
like
0
dislike
0
mail
flag

You must LOGIN to add comments