Question : How do I get this JavaScript into ASP.NET?

I am trying to write a demo ASP.NET program which wil use the following JavaScript to retrtieve the cookies currently used by the browser:

http://ilovethecode.com/Javascript/Javascript-Tutorials-How_To-Easy/Reading_Cookies_using_Javascript.shtml

I am new to this and do not know where to start.

Please give me advice or a wrapper C# ASP.NET program that uses it.

Thanks,
newbieweb

Answer : How do I get this JavaScript into ASP.NET?

ok buddy its easy
what you have to do is add a script tag to your code
script tag below for attribute src (where i have given as myJS.js) you have to give the path of the javascript file
actually in VS 2008 after typing src=" if u press CTRL + Space u can pick the url by selecting the Pick URL Option
<script type="text\javascript" src="myJS.js" />
Random Solutions  
 
programming4us programming4us