Notepad Popup?

  • Thread starter Thread starter darkrats
  • Start date Start date
D

darkrats

If I make a link to a text file, the text appears inside a viewer's browser.

Is there anyway to make a text file link that will put the text in notepad
on the viewer's computer?

Thanks.
 
No, not from a link

Launching Notepad would require running a system command from a browser window which can't be done.

You can tell them to right click and save to their computer and then double click to open the file.

--
Steve Easton
Microsoft MVP FrontPage
95isalive
This site is best viewed............
........................with a computer
 
No. You can not launch apps on a user's machine from within a web page.

--
==============================================
Thomas A. Rowe (Microsoft MVP - FrontPage)
WEBMASTER Resources(tm)

FrontPage Resources, WebCircle, MS KB Quick Links, etc.
==============================================
 
No.


Regards Jens Peter Karlsen. Microsoft MVP - Frontpage.


nntp://msnews.microsoft.com/microsoft.public.frontpage.client/<[email protected]>

If I make a link to a text file, the text appears inside a viewer's browser.

Is there anyway to make a text file link that will put the text in notepad
on the viewer's computer?

Thanks.



[microsoft.public.frontpage.client]
 
while you can't do that you could pop the text up into a pop-up window and
or display it within a textarea.
 
ok sure, but maybe you would explain what it is you're trying to do and why,
then you'll get the right answer.

I.e. why notepad instead of a browser etc.

HTH

basically there's a form element called a textarea you can see them
displaying plain text content like at JavaScript sites.

you could display the plain text this way.
 
One page of my website will have a list of links to text documents.
I thought it might look more "professional" to have the text msg pop up on
top of the page rather than have the text msg fill the entire browser.

If you can't call an application on the viewer's computer, how is it that MS
Word will launch when you try to view a .doc document (at least a browser
windows with a modified Word toolbar appears)?
 
If the user has MS Word, it is a recognized mime type for the IE browser

--




| One page of my website will have a list of links to text documents.
| I thought it might look more "professional" to have the text msg pop up on
| top of the page rather than have the text msg fill the entire browser.
|
| If you can't call an application on the viewer's computer, how is it that MS
| Word will launch when you try to view a .doc document (at least a browser
| windows with a modified Word toolbar appears)?
|
|
| | > ok sure, but maybe you would explain what it is you're trying to do and
| > why,
| > then you'll get the right answer.
| >
| > I.e. why notepad instead of a browser etc.
| >
| > HTH
| >
| > basically there's a form element called a textarea you can see them
| > displaying plain text content like at JavaScript sites.
| >
| > you could display the plain text this way.
| >
| >
| > --
| > The email address on this posting is a "black hole". I got tired of all
| > the
| > spam.
| > Please feel free to contact me here:
| > http://nedp.net/contact/
| > --
| >
| >
| > | >> Can you elaborate a bit on "display it within a text area"?
| >>
| >>
| >>
| >> | >> > while you can't do that you could pop the text up into a pop-up window
| > and
| >> > or display it within a textarea.
| >> >
| >> > --
| >> > The email address on this posting is a "black hole". I got tired of
| >> > all
| >> > the
| >> > spam.
| >> > Please feel free to contact me here:
| >> > http://nedp.net/contact/
| >> > --
| >> >
| >> >
| >> > | >> >> If I make a link to a text file, the text appears inside a viewer's
| >> > browser.
| >> >>
| >> >> Is there anyway to make a text file link that will put the text in
| >> >> notepad
| >> >> on the viewer's computer?
| >> >>
| >> >> Thanks.
| >> >>
| >> >>
| >> >
| >> >
| >>
| >>
| >
| >
|
|
 
Plus Word is opening within the browser window, not as a standalone app

--
==============================================
Thomas A. Rowe (Microsoft MVP - FrontPage)
WEBMASTER Resources(tm)

FrontPage Resources, WebCircle, MS KB Quick Links, etc.
==============================================
 
OK,
Just do a pop-up with nothing but a textarea in it. if you want to lose the
border around the textarea just mark it up with a little .css so it's not
present and you're in. the message would be the "value" of the text area.

HTH
 

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

Back
Top