-1

Is there any way to get its filename by only using javascript?

For example

I want to get the string somefile.js?v=32&b=2.2 inside that same javascript file.

Is it possible to get it without going through the script tag?

user3681138
  • 337
  • 1
  • 3
  • 9

1 Answers1

0

Filename using only for loading script text. After that this script text puts in javascript tag and executes.

Livon
  • 436
  • 1
  • 3
  • 10