View Single Post
  #2  
Old January 4th, 2008, 07:38 PM posted to microsoft.public.visio.general
SCCC Kate
external usenet poster
 
Posts: 2
Default Publish mutiple Visio pages and show pages on Web

I have been struggling with same issue. My crude solution is working in two
versions.
1. Edit in Visio 2003
2. Save as Visio (vsd) file version 2002
3. In Visio 2002, open and save as web page
4. In the web page created (…..frames.htm) open and change this line of text
-
// Now put this frameset inside another one. This one will contain the
// custom property viewer as well. changed 25% to 0% and 75% to 100% on
next line
var frmsetTotal = CreateFrameset (frameCPText, frmsetOutput,
'cols="0%,100%" onload="LoadFrames()"', "");
Change the text line to reflect “cols=0%,100%”
I am tired of working in multiple versions of the product. Would like to
know if 2007 or SharePoint can do this more efficiently.
Kate

"Simon" wrote:

I am struggling to find out how to pubsh page visio file onto the web and
then see the page or sheet names separately beneath the web page - like
tabs...you can then click on those page names and go to those sheets

Can any bodyhelp