Thanks I was hoping to find a way to link to it so you get all of the
functionality that one gets with the typical save as web page. I looked at
the code that is generated by visio and tried something like the following.
It opens up a new window with my visio flow in it but when it trys to call
the viewMgr.loadPage it gives an error message. perhaps someone with more
javascript knowledge could help here.
Thanks
Brady
<script>
function Brady ()
{
winHandle =
window.open('
http://acxiompmo/sites/pmomethod/ut...rocess_Flow.htm','NarrativeWindow','width=550,
\ height=650, \ directories=no, \ location=no, \ menubar=no, \
resizable=yes, \ scrollbars=1, \ status=no, \ Toolbar = no ');
winHandle.focus();
var viewMgr = new CViewMgr("ConvertedImage", "arrowDiv");
viewMgr.loadPage (4);
}
</script>
<A HREF="javascript:Brady()">Click Here</A>