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:
- i working asp.net 4 webforms.
- i built user control .ascx whichs has many literals.
- those literals writes javascript in user control.
- on localhost works perfect! (yes, here go)
- 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
Post a Comment