Solved
How to get View name?
Hello friends
how is possible to obtain actual View name in JS?
thank you for every post.
Tomas
Hello friends
how is possible to obtain actual View name in JS?
thank you for every post.
Tomas
You should be able to use the window.location.hash property to find this, along these lines:
var viewname = window.location.hash.substring(2);
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.