|
Yes, that's what is means.
I'm no javascript expert myself, but I'm *guessing* that different browsers has different support (perhaps has another name for the same thing or different spelling) for contentWindow or scrollHeight. So try to isolate the error by continuing your debugging.
Try to simplify that line, for example:
f.style.height = "200px";
If that works, the error lies in the right hand side of the equality sign.
__________________
Your answers will only be as good as your question. Formulate it well and give all the necessary information.
Last edited by lizciz; 05-24-2011 at 06:00 AM..
Reason: typo
|