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
"Tim S." <timstall@hotmail.com> wrote in message
news:00f801c34a2e$61279180$a401280a@phx.gbl...[color=blue]
> No Java required here.
>
> Check out:
>
http://www.devx.com/dotnet/Article/7914/0/page/2
>
> Also look at the System.Diagnostics.Process
> namespace. .Net has all the functionality you'll need.
>
> Tim Stall
>[color=green]
> >-----Original Message-----
> >How can I get a button on the ASPX returned HTML to open[/color]
> a local txt file[color=green]
> >for edit?
> >I need the txt document to be editable from the client[/color]
> (txt file is on the[color=green]
> >client machine) and not launch in the browser, but[/color]
> instead launch notepad.[color=green]
> >I am sure that will require Java, so can someone post a[/color]
> snippet that would[color=green]
> >help me on that venture?
> >
> >Thanks!
> >Troy
> >
> >
> >.
> >[/color][/color]