How do I add a VISIO Diag to a Web page keeping the zoom feature?

V

V1

File, Save as Web Page, then I select the folder to save to. Click publish,
click the advanced tag, in the Host in Web page I select the page to which I
wish to add the diag, the following appears:

"The file does not contain the tag ##VIS_SAW_FILE##, and can not be used as
a host page."

How do I have my web page to that I can add the diagram?
 
D

David Parker [Visio MVP]

This is the source code for Basic.htm in the Visio install. It demonstrates
how you need to prepare your web page for the SAW file.

<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8"/>
<title></title>
</head>

<iframe src="##VIS_SAW_FILE##" width="100%" height="100%" frameborder="1"
scrolling="auto">
<!-- No iframesupport -->
</iframe>

</html>
 
V

V1

Hi David,
Thank you for your reply.
The code you provided can be accessed through the view source option.
I was hoping to include a page with a diagram added in, using the code
below, into a help file. These help files are brought together by hhw.exe.
When viewing my page in EditPlus2 the diagram works and the page is as I
want it to be, however when I add the page in hhw and compile it does not. I
have it to the stage where the page has the two frames and the zoom and pan
but the diagram does not appear in either of the frames. As hhw adds diagram
itself, it must be to do with the folder structure. I have been working on
this but I just can’t seem to organize the files in such a manor that hhw
will "pick up" the visio diagram I created.
Any further information would be greatly appreciated.
Thank you
V1
 

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