![]() |
|
|
google unix.com
|
|||||||
| Forums | Register | Forum Rules | Links | Albums | FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
| Shell Programming and Scripting Post questions about KSH, CSH, SH, BASH, PERL, PHP, SED, AWK and OTHER shell scripts and shell scripting languages here. |
More UNIX and Linux Forum Topics You Might Find Helpful
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Calling a shell script from php | eltinator | Shell Programming and Scripting | 1 | 04-22-2008 02:16 AM |
| Calling shell functions from another shell script | jisha | Shell Programming and Scripting | 6 | 04-05-2008 05:29 PM |
| Calling Shell Script | onlyroshni | Shell Programming and Scripting | 1 | 10-22-2007 08:29 PM |
| Calling SQL scripts through Shell Script | madhunk | Shell Programming and Scripting | 18 | 06-14-2006 01:35 PM |
| Calling shell script ? | Ravi_Kandula | Shell Programming and Scripting | 1 | 10-07-2002 10:30 AM |
![]() |
|
|
LinkBack | Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
|
|
||||
|
Calling Shell script in javascript
All
I want to call a KORN shell script inside a javascript. Is it possible ? Please help me to do this. I want to return or read from shell script in javascript. Thanx in advance Regards Deepak Xavier |
|
||||
|
I don't think you can. Javascript is controlled for security especially for those run in Web browsers. Standard Javascript won't do this. Don't know whether the extension classes by IE will do any native stuff. Go to MSDN library for more insights if this is applicable to you.
Except with WSH (Windows scripting host) on Windows where you can use Javascript, VBScript etc. to program system admin. scripts, but they are strictly not for run by Web browsers. Allowing remotely controlled Javascript to access local environment is just leaving open the door to attack from everyone. |
![]() |
| Bookmarks |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|