Using Visio HTML output within frames

V

varma.pothuri

Hi,

I want to include visio HTML output in a frame of another html file.
Unfortunately it is not working.

I understood the problem is in vml_*.htm files. It is due to, the
target arrtibute(pointing to _parent) in v:shapetype tag and
href attribute (pointing to #) in v:shape tag. These attributes should
point to "_top" and "<target-html-file>#" respectively inorder to work.

I want to change these options while saving .vsd as web page?

I would appreciate if you can help me in this regard.

<v:shapetype
id="VISSHAPE"
target="_parent"
coordsize="2602,2000"
coordorigin="-1000,-1000"
stroked="f"
strokecolor="red"
filled="t"

<v:fill opacity="0.0"/>
</v:shapetype>

<v:shape type="#VISSHAPE" href="#" >

Thanks,
-Varma
 

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