Docs


Passing arguments to run.php

Any argument can be passed to the run window run.php in the URL. You pass information to the run window using:
 run.php?args&NEWARG=VALUE 
Both NEWARG and VALUE must be alphanumeric.
This is automatically parsed and appears in the run page JavaScript as a global variable:
 
 var AB_arg_NEWARG = "VALUE"; 
The World can then use it.