Page is a not externally linkable
sssweb - 5:39 pm on Dec 3, 2012 (gmt 0)
Isn't there a way to break out of "text-mode" and into straight js parsing? In php, you use a period, like so:
"setting: " . $value . "callback: do_func2_" . $URL
I thought that's what the '+' is for in js, but it doesn't work here.