I want to make a script which will be reading the name of the file the user is viewing, then change it, and then load it again. And all these into one button
eg. when user is pressing the "Change Language" button the "Home_en.ht ml" to become "Home_gr.ht ml"
but i don't want to put it on the page's code I want to call it on every page i want to use it.
Is it possible for javascript to do this?
eg. when user is pressing the "Change Language" button the "Home_en.ht ml" to become "Home_gr.ht ml"
but i don't want to put it on the page's code I want to call it on every page i want to use it.
Is it possible for javascript to do this?
Comment