PDA

View Full Version : Pageloading not working in IE6


faris
03-12-2002, 10:02 PM
my page loading scripts are not working in internet explorer 6. How can I make this script work for ie6.

I found the script from a1javascripts.com

http://www.a1javascripts.com/dhtml/page_effects/pageloading/pageloading.html

I am in project. I would appreciate if you can mail me to my email address.
faris@xasia.lk

steve_ghb
03-13-2002, 11:22 AM
Faris

What kind of error are you getting? I also had javascript problems when changing to IE6.

faris
03-13-2002, 09:53 PM
The problem occurs from the checking browser section. We have to check the ie6 browser also.

this.ie6=(document.all && this.ver.indexOf("MSIE 6.")!=-1 && this.dom)?1:0;

now my loading scripts are working fine.