I have used webbrowser control in winform and opening one of tableau URL dynamically.
Now, when tableau url page contain any inner link which popup the new window then, it should allow to open new window. But, presently, it gives me javascript error dialog as "An error has occured in the script on this page".
It works fine when i open that URL on browser then it open new URL when i click at link. + Plase suggest me how i could allow this to be work.
I dont' have control on tableau url as it was created by some one else and it contains some explorer data utility which popup new internet explorer window, it works fine in browser as well as some of machine as mentioned in "update" tag below.
Update:
It works fine in other machines, but not working in one particular machine. Looks like, there are some issues with INTERNET EXPLORER SETTING. USING IE 11.
I observed - web security policy link is disabled where its not working, how to enable it ?
Thanks