My requirement is to pass the tokens via drill down from parent dashboard to drill down dashboard (which is created with Java scripts)
From parent dashboard, I tried to pass the token via drill down URL to the java scripted dashboard, but that did not work out.
Can anyone please help me in passing the tokens via drill down to the target dashboard which is created with Java script?
Tokens are usually passed as query parameters on URLs. Without knowing how your javascript is creating or using the tokens, it is a bit difficult to be more definitive.