<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="https://www.aras.com/community/cfs-file/__key/system/syndication/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>Method that launches a hyperlink</title><link>https://www.aras.com/community/f/development/5747/method-that-launches-a-hyperlink</link><description>Can anyone help me with a method that launches from an Action. This is my code below. Getting &amp;quot;Access is denied&amp;quot; error) 
 Item hd = this.newItem(&amp;quot;MIN_1149&amp;quot;,&amp;quot;get&amp;quot;); hd.setID(this.getID()); hd.setAttribute(&amp;quot;select&amp;quot;,&amp;quot;id&amp;quot;); hd = hd.apply(); string hyperlnk;</description><dc:language>ja-JP</dc:language><generator>Telligent Community 12</generator><item><title>RE: Method that launches a hyperlink</title><link>https://www.aras.com/community/thread/2541?ContentTypeID=1</link><pubDate>Thu, 07 Feb 2019 18:24:44 GMT</pubDate><guid isPermaLink="false">916d3f7e-8ddc-42f8-8d45-380822f51406:6d747143-5677-458c-85e3-b58d4227bd7a</guid><dc:creator>Christopher Gillis</dc:creator><description>&lt;p&gt;Hello,&lt;/p&gt;
&lt;p&gt;I&amp;#39;m not familiar with the&amp;nbsp;&lt;strong&gt;System.Diagnostics.Process.Start&lt;/strong&gt; function specifically, but there might be a few better ways to open this hyperlink. If this is a URL to an external website, you can open this through JavaScript by simply calling&amp;nbsp;&lt;strong&gt;window.open(YOUR_URL);&lt;/strong&gt;.&lt;/p&gt;
&lt;p&gt;Alternatively if you&amp;#39;re trying to open a local file, you might be able to use some of the techniques in Labs&amp;#39;&amp;nbsp;&lt;a href="/b/english/posts/displaying-html-in-aras-innovator"&gt;latest blog post&lt;/a&gt;&amp;nbsp;which covers how to display HTML in your client. The same techniques should work for an .aspx page.&lt;/p&gt;
&lt;p&gt;Chris&lt;/p&gt;
&lt;p&gt;Christopher Gillis&lt;/p&gt;
&lt;p&gt;Aras Labs Software Engineer&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>