J
Jason
Developing FrontPage Addin using .Net 2003.
I have been requested to be able to edit a document directly from IE. The
functionality is built in. My problem is that when frontpage launches I need
to be able to cancel the current load, convert the path to a physical file. I
have the event and can close the requested page, I can even convert the
http.... path to a server/share mapping. What I am struggling with is opening
the document. The open method does not appear to be implemented and
activedocument property is readonly..
I need to do this as the document contains regular HTML Server Side
includes and when opened from the browser the frontpage document contains the
resulting HTML code and not the server side references..I figured opening the
file directly would get around this...
Is there a way for me to open a document programatically?
Thanks
Jason
I have been requested to be able to edit a document directly from IE. The
functionality is built in. My problem is that when frontpage launches I need
to be able to cancel the current load, convert the path to a physical file. I
have the event and can close the requested page, I can even convert the
http.... path to a server/share mapping. What I am struggling with is opening
the document. The open method does not appear to be implemented and
activedocument property is readonly..
I need to do this as the document contains regular HTML Server Side
includes and when opened from the browser the frontpage document contains the
resulting HTML code and not the server side references..I figured opening the
file directly would get around this...
Is there a way for me to open a document programatically?
Thanks
Jason