1. Advertising
    y u no do it?

    Advertising (learn more)

    Advertise virtually anything here, with CPM banner ads, CPM email ads and CPC contextual links. You can target relevant areas of the site and show ads based on geographical location of the user if you wish.

    Starts at just $1 per CPM or $0.10 per CPC.

the application uses a file from an unknown source

Discussion in 'JavaScript' started by progfrog, Jan 27, 2010.

  1. #1
    hello, i'm using VS2005 and i load and external js file which recently became unresponsive to code changes. i moved the file out of the folder it was in and still all my functions are commited as if the file is still there. what's more wierd is that the asp.net tells me the file is missing but when i run the application everything is working. have u ever had this problem? what can i do?


    the file is a js file i added with "add existing files".

    the line of code i use to call it is in the aspx page and it's the following :


    <script type="text/javascript" src="Scripts/Modal.js" ></script>


    the asp.net highlights the path : Scripts/Modal.js

    indicating the file isn't there. still when i run the application i have all of my functions working.

    the reason i removed the file is to see if it has any effect on the application. my goal is to change the code in the js file but i can't do it if the application is unresponsive to my changes.
     
    progfrog, Jan 27, 2010 IP