![]() |
|
|
|
|
|||||||
| Forums | Portal | Register | Forum Rules | FAQ | Contribute | Members List | Arcade | 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 here. |
|
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Calling a shell script from php | eltinator | Shell Programming and Scripting | 1 | 04-21-2008 10:16 PM |
| Calling shell functions from another shell script | jisha | Shell Programming and Scripting | 6 | 04-05-2008 01:29 PM |
| Calling Shell Script | onlyroshni | Shell Programming and Scripting | 1 | 10-22-2007 04:29 PM |
| Calling SQL scripts through Shell Script | madhunk | Shell Programming and Scripting | 18 | 06-14-2006 09:35 AM |
| Calling shell script ? | Ravi_Kandula | Shell Programming and Scripting | 1 | 10-07-2002 06:30 AM |
|
|
Submit Tools | LinkBack | Thread Tools | Search this Thread | Display Modes |
|
#1
|
|||
|
|||
|
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 |
| Forum Sponsor | ||
|
|
|
#2
|
|||
|
|||
|
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. |
|||
| Google The UNIX and Linux Forums |