Using Javascript code in ASP.NET
Please support our JavaScript / DHTML / AJAX advertiser: Programming Forums
![]() |
•
•
Posts: 8
Reputation:
Solved Threads: 0
Hi everybody,
I am facing problem in javascript.
I got javascript code for menu creation.
That code is saved as menu.jc file.
My Doubts are:
1) How do i use in my mainpage.aspx?
2) How do i create dll file for this javascipt file so that i can use it directly?
PLz its very urgent.
Thank you all
Roopa Raj
I am facing problem in javascript.
I got javascript code for menu creation.
That code is saved as menu.jc file.
My Doubts are:
1) How do i use in my mainpage.aspx?
2) How do i create dll file for this javascipt file so that i can use it directly?
PLz its very urgent.
Thank you all
Roopa Raj
Put this line in mainpage.aspx.
You can't compile javascript to a dll, dll's are native code. Javascript is a scripting language and scripting languages are parsed and JIT compiled on the fly by an interpreter. In your case the interpreter is the Virtual Machine running in the browser or the Sun Java Runtime that is installed, depending on how the client is set up and what OS they are using.
<script language="javascript" src="menu.js"></script>
You can't compile javascript to a dll, dll's are native code. Javascript is a scripting language and scripting languages are parsed and JIT compiled on the fly by an interpreter. In your case the interpreter is the Virtual Machine running in the browser or the Sun Java Runtime that is installed, depending on how the client is set up and what OS they are using.
![]() |
Similar Threads
Other Threads in the JavaScript / DHTML / AJAX Forum
- Updated : Simple ASP.Net Login Page (ASP.NET)
- ASP.NET button backcolor changing from code. (ASP.NET)
- Moving VB.NET Code to ASP.NET Code? (ASP.NET)
- help with asp.net/JS and cookies (ASP.NET)
- Help with ADMIN side of login ASP.NET (ASP.NET)
- Simple ASP.Net Login Page (Using VB.Net) (ASP.NET)
- tool for converting java/sql codes to asp.net/sqol2000 (Java)
Other Threads in the JavaScript / DHTML / AJAX Forum
- Previous Thread: Submit Button Help
- Next Thread: tool tips
•
•
•
•
Views: 14304 | Replies: 2 | Currently Viewing: 1 (0 members and 1 guests)






Linear Mode