<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="http://blogs.technet.com/utility/FeedStylesheets/rss.xsl" media="screen"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:wfw="http://wellformedweb.org/CommentAPI/"><channel><title>How Can I Grab a URL From the Clipboard and Then Open That Web Site in a Browser?</title><link>http://blogs.technet.com/b/heyscriptingguy/archive/2004/12/15/how-can-i-grab-a-url-from-the-clipboard-and-then-open-that-web-site-in-a-browser.aspx</link><description>Hey, Scripting Guy! How can I grab a URL from the clipboard and then open that Web site in a browser? -- CL 
 Hey, CL. Interesting question, or, should we say, questions . That’s because there’s really two issues here. The first one is easy: can I use</description><dc:language>en-US</dc:language><generator>Telligent Evolution Platform Developer Build (Build: 5.6.50428.7875)</generator><item><title>re: How Can I Grab a URL From the Clipboard and Then Open That Web Site in a Browser?</title><link>http://blogs.technet.com/b/heyscriptingguy/archive/2004/12/15/how-can-i-grab-a-url-from-the-clipboard-and-then-open-that-web-site-in-a-browser.aspx#3469977</link><pubDate>Fri, 09 Dec 2011 11:49:21 GMT</pubDate><guid isPermaLink="false">d5e57398-b9ef-4490-9955-07cbb4e4a80d:3469977</guid><dc:creator>sameer</dc:creator><description>&lt;p&gt;You can use this code to use clipboard contents:-&lt;/p&gt;
&lt;p&gt;=================================================================================&lt;/p&gt;
&lt;p&gt;StrClipboard = CreateObject(&amp;quot;htmlfile&amp;quot;).ParentWindow.ClipboardData.Getdata(&amp;quot;text&amp;quot;)&lt;/p&gt;
&lt;p&gt;MSgbox StrClipboard&lt;/p&gt;
&lt;p&gt;Source : &lt;a rel="nofollow" target="_new" href="http://www.webmasterkb.com/Uwe/Forum.aspx/vbscript/7729/turning-clipboard-contents-into-a-variable-in-a-vbs-file"&gt;www.webmasterkb.com/.../turning-clipboard-contents-into-a-variable-in-a-vbs-file&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;=================================================================================&lt;/p&gt;
&lt;p&gt;can give thanks @sam_legendary@hotmail.com&lt;/p&gt;
&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://blogs.technet.com/aggbug.aspx?PostID=3469977" width="1" height="1"&gt;</description></item></channel></rss>