Smart questions
Smart answers
Smart people
INTELLIGENT WORK FORUMS
FOR COMPUTER PROFESSIONALS

Member Login

Come Join Us!

Are you a
Computer / IT professional?
Join Tek-Tips now!
  • Talk With Other Members
  • Be Notified Of Responses
    To Your Posts
  • Keyword Search
  • One-Click Access To Your
    Favorite Forums
  • Automated Signatures
    On Your Posts
  • Best Of All, It's Free!

Join Tek-Tips
*Tek-Tips's functionality depends on members receiving e-mail. By joining you are opting in to receive e-mail.

LINK TO THIS FORUM!

Add Stickiness To Your Site By Linking To This Professionally Managed Technical Forum.
Just copy and paste the
code below into your site.

Partner With Us!

"Best Of Breed" Forums Add Stickiness To Your Site
Partner Button
(Download This Button Today!)

Feedback

"...Really appreciate your site. Really good site for learning what others do when they run into problems. You guy's are great!!!..."

Geography

Where in the world do Tek-Tips members come from?
1DMF (Programmer)
10 Feb 12 6:21
Hi,

I have a Vista user who seems unable to follow hyperlinks in emails.

When you click the link it only opens IE with the homepage instead of following the URL in the hyperlink.

I've set Outlook and IE in default programs, I've reset browser to defaults via advanced tab, I've un-installed and re-installed IE.

So far no joy.

Any ideas?

Thanks,
1DMF.

"In complete darkness we are all the same, only our knowledge and wisdom separates us, don't let your eyes deceive you."

"If a shortcut was meant to be easy, it wouldn't be a shortcut, it would be the way!"

MIME::Lite TLS Email Encryption - Perl v0.02 beta

rclarke250 (TechnicalUser)
10 Feb 12 8:52
Is it the AV or malware program stopping it?  
1DMF (Programmer)
10 Feb 12 9:28
not that I can see. It's firing IE , just not the URL, simply opens the home page.

I've disabled AVG but same thing happens, plus I've never known AVG to cause this problem before?

Any other suggestions?

 

"In complete darkness we are all the same, only our knowledge and wisdom separates us, don't let your eyes deceive you."

"If a shortcut was meant to be easy, it wouldn't be a shortcut, it would be the way!"

MIME::Lite TLS Email Encryption - Perl v0.02 beta

rclarke250 (TechnicalUser)
10 Feb 12 16:07
from another forum.

1. Open Windows Explorer
2. Go to Tools > Folder Options...
3. Click the "File Types" tab
4. Find (NONE) URL:Hyper Text Transfer Protocol, click it, and click the "Advanced" button
5. Click the open action and click the "Edit" button
6. Make sure your window matches the one I attached below. The "Application used... field" should be

"C:\Program Files\Internet Explorer\iexplore.exe" -requestPending -osint -url "%1"

also this, which looks almost the same.

Then it sounds like the DDE transfer of the parameter specifying the URL is
not getting transferred. First see if using Internet Options -> Advanced
tab -> Reset gets IE working again for URL links inside of e-mails.

If that doesn't help, go to Folder Options -> File Types
(NONE) URL: HyperText Transfer Protocol

If the Change button is enabled then something else inserted itself as the
URL scheme handler at some time. See if you can change back to the
defaults; otherwise, go under Advanced and check the following settings to
edit the action(s):

Action:
Open
Application used to perform action:
"C:\Program Files\Internet Explorer\IEXPLORE.EXE" -nohome
Use DDE:
Enabled
DDE Message:
"%1",,-1,0,,,,
Application:
IExplore
DDE Application Not Running:
(blank)
Topic:
WWW_OpenURL

The open action will result in opening IE with no home page. You're
interested in how the DDE association is defined to have IE used as the
handler for the URL HTTP scheme. If, for example, the %1 was missing from
the DDE message passed from the client (e-mail program) to the server (IE)
then the server will load but have no parameter specifying what URL to load.
The %1 replaceable parameter would be the value of the URL string on which
you clicked in the e-mail.
1DMF (Programmer)
13 Feb 12 4:39
Tools -> Folder Options -> File Types tab in Windows Explorer on a Vista Machine?

Anyone?

"In complete darkness we are all the same, only our knowledge and wisdom separates us, don't let your eyes deceive you."

"If a shortcut was meant to be easy, it wouldn't be a shortcut, it would be the way!"

MIME::Lite TLS Email Encryption - Perl v0.02 beta

rclarke250 (TechnicalUser)
13 Feb 12 14:07
  don't have vista anymore, and can't remember but in win7, click the drop down for organize, and choose folder options. Should also be a way to get folder options in control panel.
linney (TechnicalUser)
13 Feb 12 23:35
What version of Outlook are they using?

Have a look at any security settings for Outlook via any File menu and Trust Center/ Trust Center Settings.  Look at what else in the File menu might be causing a problem.


See if the Fixt tool works, don't be put off by the mention of XP, or Outlook Express.  Fixt tools are a click and run job.

Hyperlinks do not work in Outlook Express or in Word
http://support.microsoft.com/default.aspx/kb/823301


"This operation has been cancelled due to restrictions in effect on this computer."
http://www.slipstick.com/problems/this-operation-has-been-cancelled-due-to-restrictions

error when trying to open hyperlink from MS Office 2007
http://social.answers.microsoft.com/Forums/en-US/InternetExplorer/thread/210270a1-bcbc-46c8-83ba-193641b17a9f

after installing windows 7 professional, hyperlinks dont' work in outlook 2007
http://social.answers.microsoft.com/Forums/en-US/w7network/thread/55b99cb4-dc50-478b-ba2c-7a433b268908/
1DMF (Programmer)
20 Feb 12 6:24
nothing worked so I've asked MS answers. fingers crossed they might have some idea.

"In complete darkness we are all the same, only our knowledge and wisdom separates us, don't let your eyes deceive you."

"If a shortcut was meant to be easy, it wouldn't be a shortcut, it would be the way!"

MIME::Lite TLS Email Encryption - Perl v0.02 beta

linney (TechnicalUser)
20 Feb 12 13:37
If they create a new Windows user and again set up a new E-mail account does that make any difference?



If they test from Safe Mode with Networking, or from a Clean Boot procedure, does that work?

Advanced startup options (including safe mode)
http://windows.microsoft.com/en-US/windows7/Advanced-startup-options-including-safe-mode

How to troubleshoot a problem by performing a clean boot in Windows Vista or in Windows 7
http://support.microsoft.com/default.aspx/kb/929135
 
smah (MIS)
21 Feb 12 15:05
Open a command prompt and type:
ftype InternetShortcut enter

Do you get
InternetShortcut="C:\Windows\System32\rundll32.exe" "C:\Windows\System32\ieframe.dll",OpenURL %1
Is the a %1 missing?
1DMF (Programmer)
22 Feb 12 4:36
Well safe mode has made no difference, I'll get them to try your suggestion smah and let you know what the result is.

"In complete darkness we are all the same, only our knowledge and wisdom separates us, don't let your eyes deceive you."

"If a shortcut was meant to be easy, it wouldn't be a shortcut, it would be the way!"

MIME::Lite TLS Email Encryption - Perl v0.02 beta

1DMF (Programmer)
23 Feb 12 4:53
The %1 is NOT missing?

"In complete darkness we are all the same, only our knowledge and wisdom separates us, don't let your eyes deceive you."

"If a shortcut was meant to be easy, it wouldn't be a shortcut, it would be the way!"

MIME::Lite TLS Email Encryption - Perl v0.02 beta

Reply To This Thread

Posting in the Tek-Tips forums is a member-only feature.

Click Here to join Tek-Tips and talk with other members!

Close Box

Join Tek-Tips® Today!

Join your peers on the Internet's largest technical computer professional community.
It's easy to join and it's free.

Here's Why Members Love Tek-Tips Forums:

Register now while it's still free!

Already a member? Close this window and log in.

Join Us             Close