Hi.
Does anybody know how can JavaScript get the filename of the file
it's
located in?
For example, file 'mike.js' contains several functions and
variables. I would like to set the variable to the filename of this
file dynamically:
var sourceFileName = "mike.js";
Thank you in advance,
Mike
*************** ************
MichaelGershman .com
Life Is Life...
*************** ************
Does anybody know how can JavaScript get the filename of the file
it's
located in?
For example, file 'mike.js' contains several functions and
variables. I would like to set the variable to the filename of this
file dynamically:
var sourceFileName = "mike.js";
Thank you in advance,
Mike
*************** ************
MichaelGershman .com
Life Is Life...
*************** ************
Comment