Javascript in asp.net

  • Thread starter Thread starter Cheryl
  • Start date Start date
C

Cheryl

Hi,

If I have 3 pages long of javascript to be put into the asp.net. Is there
a better way of doing it?

Thanks
Cheryl
 
did that make sense to you??
within the <head> tags of your aspx front end page place the following

<script language=javascript src="<path and filename>.js"></script>

ian
 
Back
Top