Opening An Application From Frontpage

S

Steve Renier

We have acquired a utility that provides information from
our local phonebook and would like to provide a link to it
from within Frontpage. The utility opens from an .exe
file. How can I make this happen?

Thanks.

Steve
 
M

MD WebsUnlimited.com

Hi Steve,

Are you saying that you'd like to run the utility while using FP or that
you'd like to display the output of the utility to your web visitors? To
accomplish the first, Tools | Options | Configure Editors. To accomplish the
latter will require that you shell the exe on the server piping the o/p to a
file then reading that o/p then o/p it to the web page dynamically.
 
Top