Visio2003: Insert a selfmade field with HTML convertion

S

Sven Weindel

Hi all,

I tried to insert a "selfmade" field (which execute an CGI script) on the
left side like the "standard" fields 'Pan and Zoom', or 'Search pages'.

With manual 'dirty programming' I AFTER the convertion I open the HTML file
"<filename>_widgets.htm" and put follow code after the line "body":

<form action='/cgi-bin/topology/search1.cgi' target='_new' method=post>
Search:
<input name='searchstr' type=text onchange='document.forms[0].submit'>
<hr>
</form>

After upload on web server the planned function are ok.

Is it possible to put these code into the VBA macro BEFORE I start the HTML
convertion?


Thanks for help & regards,
Sven
 

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