Call Notepad from aspx

  • Thread starter Thread starter Tim S.
  • Start date Start date
It needs to be at the client side. I don't expect the clients to have the
..NET framework. My interpretation of the article you directed me to is an
article to wait for an external process at the server to complete.

Requirement: I need to add a links or buttons to the HTM file that is
generated on the fly that will open text documents in notepad for edit. I
will also need to open a PDF in the full version of acrobat (if installed on
the client) so comments can be added to that document. I assume this will
require java script to launch a specific application or application by
association. Can anyone please point me to a sample solution of doing
something like this?

Troy
 
It needs to be at the client side. I don't expect the clients to have
the .NET framework. My interpretation of the article you directed me to
is an article to wait for an external process at the server to complete.

I need to add a links or buttons to the HTM file that is generated on
the fly that will open a text document in notepad for edit. I will also
need to open a PDF in the full version of acrobat (if installed on the
client) so comments can be added to that document. I assume this will
require java script to launch a specific application or application by
association. Can anyone point me to a sample solution of doing
something like this?

Troy
 
Back
Top