Internet Explorer doesn't link to a site

  • Thread starter Thread starter JPol
  • Start date Start date
J

JPol

If i want to go to a wabsite from the link in an email
message, IE displays a blank page. The address to the
website is not displayed in an address toolbar.
Please help
JPol
 
Hi J. Pol - Go to Start|Run and enter "regsvr32 urlmon.dll" (without the
quotes). After you get a Success message, re-boot. If that doesn't work,
then check out the following article and do the additional steps outlined
there:

You Cannot Open New Internet Explorer Window or Nothing Happens After You
Click a Link
http://support.microsoft.com/default.aspx?scid=kb;en-us;Q281679



--
Please respond in the same thread.
Regards, Jim Byrd, MS-MVP



In
 
goto start>>settings>>control panel>>internet options>>advanced>>restore defaults>>apply >>ok.
then RESTART the computer..
 
Jim,
Thanks for the help, it worked partially. In order to
link I have to have IE running at the same time, also the
file Msjava.dll is missing. I have followed the steps in
the article. What next?
Thanks,
JPol
 
Hi J. Pol - Well, let's try a little more of the same next:

1. Go to Start|Run and enter one line at a time (or even easier, open a DOS
box and copy the following in its entirety and then paste it into the box):

regsvr32 comcat.dll
regsvr32 Shdocvw.dll
regsvr32 Oleaut32.dll
regsvr32 Actxprxy.dll
regsvr32 Mshtml.dll
regsvr32 Urlmon.dll
regsvr32 Shell32.dll
regsvr32 Msoeacct.dll
regsvr32 "C:\Program Files\Outlook Express\Msoe.dll"
regsvr32 msjava.dll
regsvr32 jscript.dll
regsvr32 browseui.dll
regsvr32 Stdole2.tlb
regsvr32 Olepro32.dll
regsvr32 Msjet40.dll
regsvr32 pdm32.dll
regsvr32 Msjtor40.dll
regsvr32 Dao360.dll


with a Return after each .dll. You'll get a message about successful
completion of the re-registration process after each one, then enter the
next (with the DOS box they'll be continuous except for the last one).

If you use Win98x and get an error on Shell32.dll, ignore it. Only the ME,
Win2k and XP versions of windows have shell32 as an object that needs
registering. (For these earlier operating systems, run "regsvr32
shdoc401.dll " instead of "regsvr32 Shell32.dll".) Depending on your
system, you may also get "not found" error messages on the last two - if so,
ignore them.

Re-start your computer when you've finished.

2. Some links to additional possible solutions are given here:
http://www.mvps.org/inetexplorer/answers.htm#new_window
Also see: http://support.microsoft.com/?kbid=281679 for certain registry
checks that can be made.

3. You can also do the following, but BE AWARE that it will reset to the
default Homepage and Search. Go to: IE/Tools/Internet Options/Programs/
and click Reset Web Settings.


4. And now go to Windows Explorer/Tools/Folder Options/File Types. Scroll
down to URL:HyperText Transfer Protocol/Advanced/Edit. Under Application
used to perform action it should read: "C:\Program Files\Internet
Explorer\iexplore.exe" -nohome

(Check the path to iexplore.exe to make sure that is correct and use the
double quotes. It may be "%SystemDrive%:\Program Files\Plus!\Microsoft
Internet" for NT4. )

DDE should be set to: "%1",,-1,0,,,,
Application should say: IExplore
DDE application not running should be blank
Topic should be: WWW_OpenURL

The above settings should also be there for URL:Gopher.

Here's a more detailed procedure for this if you have difficulty, courtesy
of Robert Aldwinckle:

"1. Find Files for E:\Program Files\iexplore.exe
(That's a partial path I'm giving it to just get there quicker.)
2. Use Alt-Enter to open the Properties for that file
3. Click on the Location: field. Select it all (Shift-F10,A)
4. Copy it to the clipboard. (Shift-F10,C)
5. Open Folder Options and navigate to
Editing action for type: URL: Hypertext Transfer Protocol
6. In the box labeled Application used to perform action (Alt-L)
highlight everything _between_ the first doublequote and the
last backslash. NB: leave unhighlighted the characters I mention
and everything after the last backslash.
7. Press Ctrl-v
8. Close the dialogs.

....
If there are other protocols you need fixed do them in the same way.

Here's what my procedure is based on. It will give you a
bit more detail about step 5 which is OS dependent.
FWIW I start Folder Options using my Start menu
(Win,s,f) (I'm using Windows NT + WDU.)

OLEXP: Internet Shortcuts in Outlook Express Do Not Start Web Browser
(Q177054)"


See if that helps. If not, post back - there's one more thing we can try.
Regards, Jim Byrd



--
Please respond in the same thread.
Regards, Jim Byrd, MS-MVP



In
 
let's try a little more of the same next:

Jim,

As long as you're giving the "kitchen sink" approach <VBG>
you might as well give them some DllInstall calls where available too.

FWIW I'm appending the list that I give to XP users as a simulation
of an IE Repair for W2K users. In addition if you are going to support
other OS notice that the FixIE.inf for them includes even more options
such as the mysterious:
regsvr32 /i:ForceAssoc browseui.dll
regsvr32 /i:ForceAssoc shdocvw.dll

BTW those do work on XP too. I used RegMon to trace their actions
(e.g. filter on setvalue) but unfortunately didn't take the time to analyse
exactly what they do that would make them useful.


<excerpted from previous reply>

FWIW this is a list of commands created by extracting from fixie.inf
what an IE Repair would do for Windows 2000 users:

regsvr32 /i browseui.dll
regsvr32 /i shdocvw.dll
regsvr32 /i mshtml.dll
regsvr32 mshtmled.dll
regsvr32 actxprxy.dll
regsvr32 /i urlmon.dll

What that represents is the set of re-registrations which
FixIE.inf indicates would be done for Base.W2K.AddReg

N.B. that neither mshtmled.dll nor actxprxy.dll have an entry point
called DllInstall and hence the /i option can not be used for them.

Neither msjava.dll nor shell32.dll are referred to by FixIE.inf
but those are two other modules which are often suggested to XP users
as needing re-registration for repairing in various circumstances.

Note that such re-registrations are normally done by an IE Repair
during a boot while nothing is running so at the very least I think
that it would be best to ensure that iexplore.exe is not active in your
task list. (Close all visible IE windows and then check that the
iexplore.exe is not in the list of Processes in Task Manager.
Ctrl-Shift-Esc,Ctrl-Tab,i,i,...)


Good luck

Robert Aldwinckle
---

</excerpted from previous reply>


....
 
OK, thanks Robert - that all looks good. I'll need to do a little cross
checking for Win2k, particularly SP4 and I can't check the XP stuff, so I'll
take that as read.

--
Please respond in the same thread.
Regards, Jim Byrd, MS-MVP



In
 
Back
Top