Command output ...

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Overl0rd

    Command output ...

    Hey ,i have a webpage and i want to take the output from a unix
    command and display it in my html page.I don't have php.I use only
    html code and javascript.For example i want to execute the unix cal
    program every time the user come in page and display the output.Is
    there any system call?Can i do this ?
  • Jim Dabell

    #2
    Re: Command output ...

    Overl0rd wrote:
    [color=blue]
    > Hey ,i have a webpage and i want to take the output from a unix
    > command and display it in my html page.I don't have php.I use only
    > html code and javascript.[/color]

    You can't do it without server-side scripting, be that PHP, Python, ASP,
    JSP, or whatever.


    --
    Jim Dabell

    Comment

    Working...