Wrox Programmer Forums
Go Back   Wrox Programmer Forums > Web Programming > HTML > HTML Code Clinic
|
HTML Code Clinic Do you have some HTML code you'd like to share and get suggestions from others for tweaking or improving it? This discussion is the place.
Welcome to the p2p.wrox.com Forums.

You are currently viewing the HTML Code Clinic section of the Wrox Programmer to Programmer discussions. This is a community of software programmers and website developers including Wrox book authors and readers. New member registration was closed in 2019. New posts were shut off and the site was archived into this static format as of October 1, 2020. If you require technical support for a Wrox book please contact http://hub.wiley.com
 
Old September 10th, 2009, 09:37 AM
Friend of Wrox
 
Join Date: Jun 2003
Posts: 428
Thanks: 57
Thanked 2 Times in 2 Posts
Default "Outbind" prepended to link?

Not sure this its the right place to post this question, but it concerns an HTML link that is somehow being changed. Although the VB.NET code generating the link produces this:

http://deserver/surveys/frmSurvey.aspx

The user gets this in email:

outbind://5/frmSurvey.aspx

Not finding much helpful information Googling so far. Anybody know where this is coming from and how to prevent it so the correct link is passed in email?
 
Old September 11th, 2009, 05:16 AM
Imar's Avatar
Wrox Author
 
Join Date: Jun 2003
Posts: 17,089
Thanks: 80
Thanked 1,576 Times in 1,552 Posts
Default

Hi Ron,

Can this caused by the mail client? That is, may be the mail gets send out correctly but is messed up by the client? What happens when you send it to a different e-mail address?

Imar
__________________
Imar Spaanjaars
http://Imar.Spaanjaars.Com
Follow me on Twitter

Author of Beginning ASP.NET 4.5 : in C# and VB, Beginning ASP.NET Web Pages with WebMatrix
and Beginning ASP.NET 4 : in C# and VB.
Did this post help you? Click the button below this post to show your appreciation!
 
Old September 11th, 2009, 05:18 AM
Imar's Avatar
Wrox Author
 
Join Date: Jun 2003
Posts: 17,089
Thanks: 80
Thanked 1,576 Times in 1,552 Posts
Default

And are you sure all your links are fully qualified, absolute URLs? E.g.

protocol://server/pagename.extension

instead of just

pagename.extension

Imar
__________________
Imar Spaanjaars
http://Imar.Spaanjaars.Com
Follow me on Twitter

Author of Beginning ASP.NET 4.5 : in C# and VB, Beginning ASP.NET Web Pages with WebMatrix
and Beginning ASP.NET 4 : in C# and VB.
Did this post help you? Click the button below this post to show your appreciation!
The Following User Says Thank You to Imar For This Useful Post:
Ron Howerton (February 22nd, 2013)
 
Old September 11th, 2009, 08:40 AM
Friend of Wrox
 
Join Date: Jun 2003
Posts: 428
Thanks: 57
Thanked 2 Times in 2 Posts
Default

Thanks for responding and good to hear from you again, Imar!

To be sure, I just opened the site and sent myself the email containing the link. It looked like this when it arrived in my email box

http://abc123:4545/surveys/frmSurvey.aspx

The link opened the page successfully from my email client. So it's composed correctly by the .Net code and it is not being changed by SMTP on the IIS server when it is sent. Consider also that out of a user base of several thousand, this is the only user to report this problem (so far). It therefore seems likely to me that some Outlook setting on her workstation is modifying the link, even though the user's settings are supposed to be identical to mine. And just to make this more interesting, this user is an executive working a thousand miles away!

Anyway, I already posed the same questions to the user and am awaiting a response. So I'm no more enlightened than you at the moment, unfortunately.
 
Old September 11th, 2009, 09:52 AM
Friend of Wrox
 
Join Date: Jun 2003
Posts: 425
Thanks: 0
Thanked 3 Times in 3 Posts
Default

IIRC outbind:// is an "internal" protocol used by Outlook. As I recall it it has to do with "anchors", links to another point in the same page/email. But I'm not sure really, just remember it from some list discussion.
__________________
--
http://yupapa.com
 
Old September 11th, 2009, 10:05 AM
Friend of Wrox
 
Join Date: Jun 2003
Posts: 428
Thanks: 57
Thanked 2 Times in 2 Posts
Default

Thanks for your input, Meow!

There are no internal page links involved. It does appear to have something to do with this user's Outlook settings, but I do not know what at this point. I have found many questions on the web from other developers with the same problem, but few responses and no concrete solutions on how to prevent it. I gave up on the fourth page of Google hits on the subject and this is the longest thread on the topic I can find.
 
Old September 18th, 2009, 03:03 PM
Friend of Wrox
 
Join Date: Jun 2003
Posts: 428
Thanks: 57
Thanked 2 Times in 2 Posts
Default

No useful responses yet? It must be a rare problem indeed if nobody on P2P Wrox has a suggestion!

Just my luck!





Similar Threads
Thread Thread Starter Forum Replies Last Post
How to go back to last position after move mouse by mouse_event Lib "user32" Hoang Excel VBA 0 July 7th, 2009 11:00 PM
Chapter 2 "An attempt to attach an auto-named database for file.." Gredkins BOOK: ASP.NET 3.5 Enterprise Application Development with Visual Studio 2008: Problem Design Solutio 4 May 28th, 2009 11:55 PM
Code not going as planned: "icicle" vs "savedinstancestate" joopthecat BOOK: Professional Android Application Development ISBN: 978-0-470-34471-2 3 May 3rd, 2009 03:09 PM
Chapter-5 on Intents:ContactPickerTester does not show the button "Pick a Contact" sunilm12 BOOK: Professional Android Application Development ISBN: 978-0-470-34471-2 3 April 15th, 2009 11:55 AM





Powered by vBulletin®
Copyright ©2000 - 2020, Jelsoft Enterprises Ltd.
Copyright (c) 2020 John Wiley & Sons, Inc.