1
123Jim
Hi all,
In my javscript testpage:
http://myweb.tiscali.co.uk/ladycroft/webdevfun/problem_solving.html
IE scrollbars don't drag with mouse pointer .. (works in other browsers)
IE tells me: "Object required" on Line 74, Char 3
This line:
while (fobj.tagName !== topelement && fobj.className !== "dragme")
What is the problem and how can I fix it?
In my javscript testpage:
http://myweb.tiscali.co.uk/ladycroft/webdevfun/problem_solving.html
IE scrollbars don't drag with mouse pointer .. (works in other browsers)
IE tells me: "Object required" on Line 74, Char 3
This line:
while (fobj.tagName !== topelement && fobj.className !== "dragme")
What is the problem and how can I fix it?