<?xml version="1.0" encoding="utf-8"?><feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en-GB"><title>Comments on Make URLs and Email Addresses Clickable Automatically with VBScript - ILoveJackDaniels.com</title><link rel="alternate" type="text/html" href="http://www.ilovejackdaniels.com/article/automatically-convert-urls/" /><link rel="self" type="application/xml" href="http://www.ilovejackdaniels.com/article/automatically-convert-urls/comments/atom/" /><subtitle>Latest comments on Make URLs and Email Addresses Clickable Automatically with VBScript on ILoveJackDaniels.com</subtitle><author><name>Dave Child</name></author><updated>2004-05-11T13:12:17Z</updated><id>tag:ilovejackdaniels.com,2004:53</id><entry><title>Comment on Make URLs and Email Addresses Clickable Automatically with VBScript</title><link rel="alternate" type="text/html" href="http://www.ilovejackdaniels.com/article/automatically-convert-urls/comments/" /><summary type="text">Comment by RADCOM ( &lt;a href="http://"&gt;http://&lt;/a&gt; )&lt;br /&gt;&lt;br /&gt;complete code newbie :( I think this is exactly what i need but how do I make it work on a text list?</summary><id>tag:ilovejackdaniels.com,2007:34736</id><published>2007-06-04T21:25:52+01:00</published><updated>2007-06-04T21:25:52Z</updated></entry><entry><title>Comment on Make URLs and Email Addresses Clickable Automatically with VBScript</title><link rel="alternate" type="text/html" href="http://www.ilovejackdaniels.com/article/automatically-convert-urls/comments/" /><summary type="text">Comment by Em ( &lt;a href="http://www.yaq.com"&gt;http://www.yaq.com&lt;/a&gt; )&lt;br /&gt;&lt;br /&gt;Anyone know what languages this solution will work for?</summary><id>tag:ilovejackdaniels.com,2006:9993</id><published>2006-07-12T12:27:58+01:00</published><updated>2006-07-12T12:27:58Z</updated></entry><entry><title>Comment on Make URLs and Email Addresses Clickable Automatically with VBScript</title><link rel="alternate" type="text/html" href="http://www.ilovejackdaniels.com/article/automatically-convert-urls/comments/" /><summary type="text">Comment by Mike ( &lt;a href="http://"&gt;http://&lt;/a&gt; )&lt;br /&gt;&lt;br /&gt;The script works great!, thank you. One issue I've found is that URLS after char returns don't get parsed.&lt;br /&gt;&lt;br /&gt;For example:&lt;br /&gt;--- start example ---&lt;br /&gt;www.yahoo.com is a great search portal.&lt;br /&gt;&lt;br /&gt;www.google.com is great search engine.&lt;br /&gt;--- end example ---&lt;br /&gt;&lt;br /&gt;www.yahoo.com gets parsed, but www.google.com does not.&lt;br /&gt;&lt;br /&gt;Any suggestions?</summary><id>tag:ilovejackdaniels.com,2006:6409</id><published>2006-04-03T15:37:27+01:00</published><updated>2006-04-03T15:37:27Z</updated></entry><entry><title>Comment on Make URLs and Email Addresses Clickable Automatically with VBScript</title><link rel="alternate" type="text/html" href="http://www.ilovejackdaniels.com/article/automatically-convert-urls/comments/" /><summary type="text">Comment by Brian Hanifin ( &lt;a href=""&gt;&lt;/a&gt; )&lt;br /&gt;&lt;br /&gt;Here's a more complete version of Bruno's solution:&lt;br /&gt;&lt;br /&gt;  ' Remove unwanted punctuation at the end of the links (both the HREF and the text inside the anchor tag).&lt;br /&gt;  DIM UNWANTED_PUNCTUATION&lt;br /&gt;  UNWANTED_PUNCTUATION = &quot;\?&lt;\[\].,!&quot;&lt;br /&gt;  strText = ereg_replace(strText, &quot;[&quot; &amp; UNWANTED_PUNCTUATION &amp; &quot;]+&quot;&quot;&quot;, &quot;&quot;&quot;&quot;)&lt;br /&gt;  strText = ereg_replace(strText, &quot;([&quot; &amp; UNWANTED_PUNCTUATION &amp; &quot;]+)&lt;/a&gt;&quot;, &quot;&lt;/a&gt;$1&quot;)&lt;br /&gt;&lt;br /&gt;This has worked on all of the text I have tested so far.</summary><id>tag:ilovejackdaniels.com,2006:5016</id><published>2006-02-22T19:09:47+00:00</published><updated>2006-02-22T19:09:47Z</updated></entry><entry><title>Comment on Make URLs and Email Addresses Clickable Automatically with VBScript</title><link rel="alternate" type="text/html" href="http://www.ilovejackdaniels.com/article/automatically-convert-urls/comments/" /><summary type="text">Comment by Bruno ( &lt;a href=""&gt;&lt;/a&gt; )&lt;br /&gt;&lt;br /&gt;Hi ILJD.&lt;br /&gt;Your script just saved my life! GREAT JOB!&lt;br /&gt;&lt;br /&gt;About the &quot;.&quot; bug, I've inserted at the end of the first function, the following script.&lt;br /&gt;&lt;br /&gt;replace(strText,&quot;.&quot;&quot;&quot;,&quot;&quot;&quot;.&quot;)&lt;br /&gt;&lt;br /&gt;It's not perfect, but at leat lets the href works.&lt;br /&gt;&lt;br /&gt;Tks&lt;br /&gt;Bruno</summary><id>tag:ilovejackdaniels.com,2005:824</id><published>2005-08-26T14:59:23+01:00</published><updated>2005-08-26T14:59:23Z</updated></entry><entry><title>Comment on Make URLs and Email Addresses Clickable Automatically with VBScript</title><link rel="alternate" type="text/html" href="http://www.ilovejackdaniels.com/article/automatically-convert-urls/comments/" /><summary type="text">Comment by Bas ( &lt;a href=""&gt;&lt;/a&gt; )&lt;br /&gt;&lt;br /&gt;great thanks :)&lt;br /&gt;&lt;br /&gt;I'll check to see if you found something.. :) Thanks for the effort!</summary><id>tag:ilovejackdaniels.com,2005:326</id><published>2005-03-05T11:57:27+00:00</published><updated>2005-03-05T11:57:27Z</updated></entry><entry><title>Comment on Make URLs and Email Addresses Clickable Automatically with VBScript</title><link rel="alternate" type="text/html" href="http://www.ilovejackdaniels.com/article/automatically-convert-urls/comments/" /><summary type="text">Comment by Dave Child ( &lt;a href="http://www.ilovejackdaniels.com"&gt;http://www.ilovejackdaniels.com&lt;/a&gt; )&lt;br /&gt;&lt;br /&gt;The \r and \n stuff should match new lines and whitespace in VBScript. Let me do a little testing though and I'll see if I can work out a definitive solution.</summary><id>tag:ilovejackdaniels.com,2005:324</id><published>2005-03-04T09:29:49+00:00</published><updated>2005-03-04T09:29:49Z</updated></entry><entry><title>Comment on Make URLs and Email Addresses Clickable Automatically with VBScript</title><link rel="alternate" type="text/html" href="http://www.ilovejackdaniels.com/article/automatically-convert-urls/comments/" /><summary type="text">Comment by Bas ( &lt;a href=""&gt;&lt;/a&gt; )&lt;br /&gt;&lt;br /&gt;Thanks for the quick reaction.. Sorry for my slow reaction..&lt;br /&gt;&lt;br /&gt;But it doesn't work.. Something else I could try to make the links work when they are the first (and only thing) on a line?</summary><id>tag:ilovejackdaniels.com,2005:323</id><published>2005-03-03T22:28:40+00:00</published><updated>2005-03-03T22:28:40Z</updated></entry><entry><title>Comment on Make URLs and Email Addresses Clickable Automatically with VBScript</title><link rel="alternate" type="text/html" href="http://www.ilovejackdaniels.com/article/automatically-convert-urls/comments/" /><summary type="text">Comment by Dave Child ( &lt;a href="http://www.ilovejackdaniels.com"&gt;http://www.ilovejackdaniels.com&lt;/a&gt; )&lt;br /&gt;&lt;br /&gt;Try replacing &quot;\n&quot; with &quot;\r\n&quot;. That will likely do the trick if the script isn't working.</summary><id>tag:ilovejackdaniels.com,2005:317</id><published>2005-02-19T10:20:23+00:00</published><updated>2005-02-19T10:20:23Z</updated></entry><entry><title>Comment on Make URLs and Email Addresses Clickable Automatically with VBScript</title><link rel="alternate" type="text/html" href="http://www.ilovejackdaniels.com/article/automatically-convert-urls/comments/" /><summary type="text">Comment by Bas ( &lt;a href=""&gt;&lt;/a&gt; )&lt;br /&gt;&lt;br /&gt;#4. ILoveJackDaniels on July 16, 2004:&lt;br /&gt;&lt;br /&gt;Curious. Thanks, Nisse, for pointing that out. I've updated the code slightly so it should work for any whitespace, including new lines (it should have done before, strangely).&lt;br /&gt;&lt;br /&gt;I still seem to have this problem.. What should I change to make it work?</summary><id>tag:ilovejackdaniels.com,2005:315</id><published>2005-02-18T16:14:24+00:00</published><updated>2005-02-18T16:14:24Z</updated></entry></feed>