recently a partner encountered some issues with using PTV Ajax maps within browser controls.
I think the error message is suboptimal (an error occurred, line 0, char 0). Most problems we had in combination with browser controls are driven by the “user-agent”. Though it is not state-of-the-art we have some built-in checks.
We assume that the included Internet Explorer does not authenticate himself properly as Internet Explorer and this causes an error whenever functions are called that are not known by the IE.
In such a case please add the following script code to your test application to identify the user-agent:
Code: Select all
alert(navigator.userAgent);
Feedback or solutions are appreciated
Best regards Bernd