D
Debbie Sontag
I've found that if I change the select statement in the widgets.htm file
created by Visio "save as web page" to the sample below, it allows for the
pages to open automatically after the user selects the item from the
drop-down list.
<select class="formText" ID="Select1" NAME="Select1" title="Select page from
list. Press Enter to go to the selected page."
onkeyup="if(window.event.keyCode == 13) return false;"
onchange="parent.GoToPage(Select1.value); return false;">
I have upwards of 200-300 multi-page diagram sets which are updated on a
regular basis. Is there some place in the Visio program files where this can
be programmed into the save as web page option so I don't have to to a manual
replace every time the diagram sets are updated and re-converted to web?
There must be somewhere that these defaults are set.
Thanks in advance!
created by Visio "save as web page" to the sample below, it allows for the
pages to open automatically after the user selects the item from the
drop-down list.
<select class="formText" ID="Select1" NAME="Select1" title="Select page from
list. Press Enter to go to the selected page."
onkeyup="if(window.event.keyCode == 13) return false;"
onchange="parent.GoToPage(Select1.value); return false;">
I have upwards of 200-300 multi-page diagram sets which are updated on a
regular basis. Is there some place in the Visio program files where this can
be programmed into the save as web page option so I don't have to to a manual
replace every time the diagram sets are updated and re-converted to web?
There must be somewhere that these defaults are set.
Thanks in advance!