[Xsltforms-support] Support for javascript: pseudo-URLs in IE
Brought to you by:
alain-couthures
|
From: Tim T. <tim...@gm...> - 2015-06-04 20:18:16
|
Hello, I am using subforms to build a single-page-style app in XSLTForms. So far, this seems like a very flexible and powerful design pattern. I have a main form with a nav bar that links to different subforms to populate the page body. When a subform is ready (once the "xforms-subform-ready" event fires in the subform), I need to load a bit of JavaScript to pull in a couple of other libraries I am using. I can do this with an XSLTForms javascript: pseudo-URL on the xf:load element, and it works perfectly in Firefox and Chrome. However, in IE 11 (have not tested other versions), the browser cannot parse the pseudo-URL, and the app fails to load. I get an XSLTForms Exception error stating, "Error evaluating the following Javascript expression." Is it possible to support pseudo-URLs in IE? Thanks so much, Tim |