Yes, another newbie question!
This is probably something very simple,
can i use php variable in javascript and if yes how do i declare it so JavaScript understands what I'm telling it?
function synch() {
window.document.menu.SetVariable("pageinfo", $page);
}
Thanks yall!