Smoke said:[color=blue]
>
>Is there anyway to pass a value to the external file?
>
>example
>
><script src="http://www.thesite/js/today.js?someth ing=1">
></script>[/color]
The "external" file doesn't do any processing externally.
The code is loaded into the current page, and executed
there, so any global variable in the current page is
available to it.
Comment