collapse the navigation frame in Visio HTML

L

LGOF

How can I collapse the navigation frame on a Web (HTML) Organization Chart as
a default. Currently I can publish the charts with or without the navigation
frame but if it is with then it is open as default. I would like to include
the navigation frame but have it hidden as default.
 
J

JuneTheSecond

1. It might not be a solution, but you can press the option strip that says
"dose not display" at the top of the navigation window.

2. It might be a more like an solution, html file that was produced by
SaveAsWeb.. is associated with a folder, in this folder there might be found
a file called "2gif_1.htm2". You can open this file in IE.
 
J

JuneTheSecond

On the dialog for save as web page, you might press a buton for publish,
turn off all options for conversion, press OK, then plain htm page might be
produced.
 
J

JuneTheSecond

I've come to the solution.
Application.Addons("SaveAsWeb").Run "/openbrowser=True /silent=false
/panzoom=False /navbar =False /search=False /prop=False /target=C:\Documents
and Settings\yoda\My Documents\Visio\test.htm"

This code should be written in a single line
 
J

JuneTheSecond

Or,
Public Sub test()
Application.Addons("SaveAsWeb").Run "/openbrowser=True /silent=false" & _
" /panzoom=False /navbar =False /search=False /prop=False" & _
" /target=C:\Documents and Settings\yoda\My Documents\Visio図é¢\test.htm"
End Sub
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top