For simplicity, I’m not going to show too much code, but the variables are set, and the following code is within a conditional. I’m just trying to show the var _offsetX and var _offsetY at the same time.
window.document.getElementById('cssposition').innerHTML = _offsetX _offsetY;
try: