|
|
how to include js file in asp page? - ASP
|
Views : 264
|
|
Tagged in : ASP
|
|
|
Report This Scrap as Inappropriate We request you to choose the appropriate categroy and subcategory that suits your
objectionable concern about the scrap, So that our team can review and find out whether it violates our Guidelines or the
scrap is not suitable for all viewers.
|
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>
|
|
By Ramya, On - 2010-01-29 |
|
|
|