Changing hyperlinks in vml_*.htm files while saving vsd file as webpage

V

varma.pothuri

Hi,

I am saving a .vsd file as a web page. Everything works fine, a .htm
file will be created and a directory having the images and vml files. I
can play with the created htm file by opening in internet explorer. But
When I include this file into another html file using frames I am
facing some problem.

I understood what causes this problem.
Its due to, the target (pointing to _parent) in v:shapetype tag and
href (pointing to #) in v:shape tag, the web page is not working.

What I understood is target should point to the _top and href should
point to the file main file from which I am calling the html file
generated by Visio.

How can I change these options while saving .vsd as web page?

<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,
 

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