Charset and Scripts not load on another page

I use routes.js for change page like exemple…
but when load the new page charset and my scripts not work
scripts and charset works only on index page :S

Can someone help-me?

Lol, there should really be a dedicated page for this.

Need to use eval() to run new scripts on router loaded pages.

How do I make a page dedicated to this? Not I cannot use router for this?

I mean a dedicated page for the instructions on scripts loading into loaded pages.

You need to tell the browser to load and run the scripts from the new page. The only way is to trigger it from somewhere where the page scripts already active.