Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chris Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

IE6-SP1 pages show Action Cancelled

Status
Not open for further replies.

711711

ISP
Dec 28, 2002
44
CA
after upgrading to IE6-SP1, most of my web pages show action cancelled with incomplete links and icons. can longer create shortcuts to desktop

system windows 98se
 
Hi,

1- Clean out your Temporary internet files
2- Start -> Run -> REGSVR32 URLMON.DLL
3- Load IE -> Tools -> Internet Options -> Programs -> Reset Web Settings
4- Then go into Security -> Custom Level - Reset to Medium Settings
5- Reboot machine & test

HTH

Ash.
 
thanks, will try your suggestion and get back with results
 
thanks but REGSVR32URLMON.DLL doesnt exist on my computer, in caps or small letters
 
>thanks but REGSVR32URLMON.DLL doesnt exist on my computer, >in caps or small letters

There is a space between REGSVR32 and URLMON.DLL

HTH

Ash.
 
Hi

I seem to have the same problem on my home pc for the last week or so. It is XP Professional with IE6 SP1.

Thankfully I have just solved it.

Do you happen to have Kazaalite installed at all? >:-<

If yes, you may remember as part of the setup process, you had to replace your HOST file with the Host file supplied by KazaaLite. If you look at the HOST file in notepad you will see that many of this add server addresses are pointing to 127.0.0.1 which is of course your own machine so they cannot be found.

If you have lost the origianl HOST file this is what it should say.

Hope it solves the problem, it did for me...

# Copyright (c) 1993-1999 Microsoft Corp.
#
# This is a sample HOSTS file used by Microsoft TCP/IP for Windows.
#
# This file contains the mappings of IP addresses to host names. Each
# entry should be kept on an individual line. The IP address should
# be placed in the first column followed by the corresponding host name.
# The IP address and the host name should be separated by at least one
# space.
#
# Additionally, comments (such as these) may be inserted on individual
# lines or following the machine name denoted by a '#' symbol.
#
# For example:
#
# 102.54.94.97 rhino.acme.com # source server
# 38.25.63.10 x.acme.com # x client host

127.0.0.1 localhost
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top