On 5/9/07, <b class="gmail_sendername">Sigurd Magnusson</b> &lt;<a href="mailto:sigurd@silverstripe.com">sigurd@silverstripe.com</a>&gt; wrote:<div><span class="gmail_quote"></span><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">



<div>
How do I get the value from the dialog?<br>
dialog --inputbox &quot;Domain name&quot; 10 40 &quot;<a href="http://google.com" target="_blank" onclick="return top.js.OpenExtLink(window,event,this)">google.com</a>&quot;<br>
<br>
The value is printed to stdout, but how I do capture that.<br>
<br>
I can&#39;t, for instance go<br>
dialog --inputbox &quot;Domain name&quot; 10 40 &quot;<a href="http://google.com" target="_blank" onclick="return top.js.OpenExtLink(window,event,this)">google.com</a>&quot; &gt; <br>
/blahblah/domainnamevalue</div></blockquote><div><br>you sure its not stderr?<br>
<br>
try 2&gt;&amp;1<br><br>Donovan</div></div><br>