P
Pete
My company has provided a solution that includes the display of Visio Webpage
flowcharts through a website built using frames. These flowcharts are saved
as VML webpages.
Many of these flowcharts cover multiple pages linked together by off page
references providing the user with the ability to navigate through the
flowchart by clicking each reference.
However, it appears that either XP, IE6 or something else has 'broken' this
functionality in that instead of the relevant page appearing I just get a
blank page (about:blank).
Interestingly, if I insert a Javascript alert() in the code that navigates
to the new page everything is fine (obviously, except for the alert).
My two current options are to insert this alert or launch a new window for
the flowchart, neither of which are ideal.
Has anyone got any ideas?
Oh yes, I've also recreated the simplest possible frameset with a VML shape
hyperlink using onclick and location.href to navigate and get the same
problem.
Cheers,
flowcharts through a website built using frames. These flowcharts are saved
as VML webpages.
Many of these flowcharts cover multiple pages linked together by off page
references providing the user with the ability to navigate through the
flowchart by clicking each reference.
However, it appears that either XP, IE6 or something else has 'broken' this
functionality in that instead of the relevant page appearing I just get a
blank page (about:blank).
Interestingly, if I insert a Javascript alert() in the code that navigates
to the new page everything is fine (obviously, except for the alert).
My two current options are to insert this alert or launch a new window for
the flowchart, neither of which are ideal.
Has anyone got any ideas?
Oh yes, I've also recreated the simplest possible frameset with a VML shape
hyperlink using onclick and location.href to navigate and get the same
problem.
Cheers,