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