Ya, I found a way around it.
HTML
document.Show.clicky.value=Math.round(eval('('+document.Show.MouseX.value+'-16)/32'))+Math.round(eval('('+document.Show.MouseY.value+'-16)/32'))"
(dunno if that is IE only, but I am only playing with it...)
EDIT: Yay! It does work in FF!