![]() | |
![]() |
| | Thread Tools | Display Modes |
#1
| |||
| |||
|
#2
| |||
| |||
|
|
hello, how could i start a windows application (eg: wordpad, calc, notepad etc...) from a html page? thanks bob |
#3
| |||
| |||
|
|
hello, how could i start a windows application (eg: wordpad, calc, notepad etc...) from a html page? thanks bob |
|
Grant Wagner <gwagner (AT) agricoreunited (DOT) com |
#4
| |||
| |||
|
|
You can put links to .doc and .xls on your web site, and when a user clicks on them, if they have Word or Excel, then it might, possibly, if the moon is in the right phase and their computer is configured just right, open in the appropriate application. Ummm and you could put an autoexecute macro in the document to shell to a |
#5
| |||
| |||
|
|
hi guys, to further explain... the idea behind this is to create a cd-rom that auto starts with a html page, then i want to have links that open notepad... etc the page that opens these applications would have a light description of it's basic functions. i fully understand the problem behind an application starting from a link but i don't neccessarily want to avoid the popup dialog box (this would be a nice feature to this presentation though) i just want to access these applications from local hard drive of the users computer rather than imbedding these applications into the cd-rom and having possibly infringed a law or something. so, would i have to create a link to notepad of /windows/notepad.exe (of which i would have to have another link for win2000 systems - /winnt/notepad.exe etc...) or could i call it via something like... run/notepad.exe/x/x ? thanks bob "bob" <god (AT) doodsville (DOT) com> wrote in message news:sFk8b.97268$bo1.95762 (AT) news-server (DOT) bigpond.net.au... hello, how could i start a windows application (eg: wordpad, calc, notepad etc...) from a html page? thanks bob |
#6
| |||
| |||
|
|
this sort of thing is what i'm looking for: javascript 'FindApp(NOTEPAD.exe)';"bob" <god (AT) doodsville (DOT) com> wrote in message news:eTm8b.97362$bo1.94186 (AT) news-server (DOT) bigpond.net.au... hi guys, to further explain... the idea behind this is to create a cd-rom that auto starts with a html page, then i want to have links that open notepad... etc the page that opens these applications would have a light description of it's basic functions. i fully understand the problem behind an application starting from a link but i don't neccessarily want to avoid the popup dialog box (this would be a nice feature to this presentation though) i just want to access these applications from local hard drive of the users computer rather than imbedding these applications into the cd-rom and having possibly infringed a law or something. so, would i have to create a link to notepad of /windows/notepad.exe (of which i would have to have another link for win2000 systems - /winnt/notepad.exe etc...) or could i call it via something like... run/notepad.exe/x/x ? thanks bob "bob" <god (AT) doodsville (DOT) com> wrote in message news:sFk8b.97268$bo1.95762 (AT) news-server (DOT) bigpond.net.au... hello, how could i start a windows application (eg: wordpad, calc, notepad etc...) from a html page? thanks bob |
![]() |
| Thread Tools | |
| Display Modes | |
| |