biplav / embeddedjavascript

Automatically exported from code.google.com/p/embeddedjavascript
Other
0 stars 0 forks source link

There is no template at Error in Internet Explorer 11 #31

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. loading template from given url (e.g. http://abc.com/resources/templ/my.ejs)

What is the expected output? What do you see instead?
calling new EJS({url:"http://abc.com/resources/templ/my.ejs"}) should return 
template from server but inside IE its throwing error that There is no template 
at above given url.

What version of the product are you using? On what operating system?
Windows 7, IE 11

Please provide any additional information below.
loading template work on other browser like firefox and chrome but not in IE

Original issue reported on code.google.com by aman.a.g...@gmail.com on 3 Jan 2014 at 4:42

GoogleCodeExporter commented 9 years ago
it actually gives following erro:
TypeError: Object doesn't support this property or method
line number 69

Original comment by aman.a.g...@gmail.com on 3 Jan 2014 at 5:19