vb.net - Javascript inside ASP.net literal not working on IE server but works on localhost -


hi stackoverflow community! have question in mind , solve knowledge, reading post. ideas welcome. here situation:

  1. i working asp.net 4 webforms.
  2. i built user control .ascx whichs has many literals.
  3. those literals writes javascript in user control.
  4. on localhost works perfect! (yes, here go)
  5. on server works too! mozilla firefox, google chrome, opera browser, safari ie doesn't write 1 literal. need javascript in order accomplish feature.

is same code both sides (local , server) have idea in order solve issue?

thank again reading this, have great day.

update

i realize on ie shows: div class , id in others browsers: div id class


Comments

Popular posts from this blog

javascript - RequestAnimationFrame not working when exiting fullscreen switching space on Safari -

Python ctypes access violation with const pointer arguments -