Hi all
I want to get a value using javascript and read it into a php variable.
I am not sure how this is done.
The value I want to get is the Current Document Height
I then want to read that value into a php variable called $current_height.
(After I've got the value in php, I'll write an easy if ... then statement based on the value. )
I think the javascript for getting current document height is
expression(document.all.getElementByID('left-sidebar').style.height
Or something like that. Cannot check until I know how to read it into a variable anyway.
Please can you help me with the syntax for reading this javascript into the variable?
Best
Jo