Hi All,
We have migrated from WF 8105 to WF 9.1.2.
Previously the onmousehover function for text having path for an html, was working fine when user hover overed the text and it showed the HTML.
But the same text when user hover overs in WF 9.1.2 shows
"Requested Resource was not found in this application /ibi_apps/ibi_html/publish/text/filename.htm error".
JS function where report is being called:
"function text56_onmouseover(ctrl) {
my_window=window.open('ibi_html/publish/text/filename.htm','my_window','width=400,height=200,toolbar=0,menubar=0,location=0,status=0,scrollbars=0,resizable=1,left=60,top=500');"
I believe there was a setting in Admin Console->Application Settings which would have fixed the issue. But I don't remember the setting and not sure if that feature has changed in WF 9.
Does anyone know about this issue?
Thanks in Advance.