.js file |
| Swapnil Salunke replied to Lokesh M at 05-Jul-08 12:31 |
Hello Lokesh M
In the page in which you want to use the Javascript Function add the following tag under the <head> tag of your aspx file
< script src="FileName.js" type="text/javascript" language="javascript"></script>
Now add new item through solution explorer and add Jscript File Now start writing functions in your javascript file don't add any script tag now in the javascript file
Happy COding takecare Bye |
|