Solved: Link not working in Firefox and MSIE 11

advanced-prototyping

#1

I am trying to show thi link https://sjlif6.axshare.com/#g=1&p=ask_watson_chatbot&c=1 and I got this message in Firefox:


#2

Looks like the kind of errors that show up in MSIE when trying to run javascript calls. Are you using any javascript injection in that prototype? If so, you might need to search for browser-specific workarounds for your javascript, and find something that works on mozilla as well as webkit. StackOverflow is pretty good for this.

Sure enough, the page ends up with this error for me in Firefox and MSIE 11, but not Chrome, Edge or Safari browsers. In Firefox, the page loads and looks fine for a second or two, then shows this error. So maybe something getting called from OnPageLoad or a widget’s OnLoad code?


#3

Hi mbc66,

Thank you so much for this insight and for the great advise on the mozilla/webkit patch for the Firefox/IE browsers!

My guess is that the JS injection used in this prototype was the voice generator. Will explore this further :slight_smile:


#4

unlisted #5