Javascript and aspx

  • Thread starter Thread starter venky
  • Start date Start date
V

venky

I have a problem. I have a aspx page. I have my javascripts in seperate
..js file. My javascrips were working properly but suddenly they are not
working. I am not able to figure it out what the problem.

any ideas or someone else found similar problem happening to them?


venky
 
Since the .js files are called by the client and processed on the client,
there is nothing that .aspx pages should be doing to interfere with them.
Unless, you are programmatically trying to generate the <SCRIPT> tags that
point to the .js files?
 
I understand it has nothing to do with aspx code in backend.
But some settings might have changed which makes the javascript not to
run which was working fine. My internet explorer settings are fine
because it does run for another page.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top