How to make a javascript function that execute a file?


Hello Everyone, I would like to creat a javascript function, that call and execute that file

function myfunction()
{
I don't know what to put
}



Please help me, I am really, really a beginner.

Many thanks in advance.


Comments

  • JavaScript is not allowed to execute a file, as it would be a severe security hazard for browser users.

    Sorry,
    Matt(AA)

    :
    : Hello Everyone, I would like to creat a javascript function, that call and execute that file
    :
    : function myfunction()
    : {
    : I don't know what to put
    : }
    :
    :
    :
    : Please help me, I am really, really a beginner.
    :
    : Many thanks in advance.
    :
    :


Sign In or Register to comment.

Howdy, Stranger!

It looks like you're new here. If you want to get involved, click one of these buttons!

Categories

In this Discussion