<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
  <meta content="text/html;charset=ISO-8859-1" http-equiv="Content-Type">
</head>
<body bgcolor="#ffffff" text="#000000">
This works great! Much thanks. <br>
<br>
Steve<br>
<br>
Dave Miller wrote:
<blockquote cite="mid:E3AA7935-47A7-421F-968B-2CA9DB779F5D@umich.edu"
 type="cite">
  <meta http-equiv="Context-Type" content="text/html; charset=US-ASCII">
  <div>I would do it like this:</div>
  <div><br>
  </div>
  <div>&lt;dataset name="ds" request="false"&nbsp;&nbsp;src="<a
 moz-do-not-send="true" href="http://www.../sr.php">http://www.../sr.php</a>"
/&gt;</div>
  <div><br>
  </div>
  <div>and then your button code would be:</div>
  <div><br>
  </div>
  <div>&lt;button text="Submit" onclick="sendit()"&gt;</div>
  <div>&nbsp;&nbsp;&lt;method name="sendit"&gt;</div>
  <div>&nbsp;&nbsp; &nbsp; &nbsp;var d = canvas.datasets.ds;</div>
  <div>&nbsp;&nbsp; &nbsp; &nbsp;var p = new LzParam();</div>
  <div>&nbsp;&nbsp; &nbsp; &nbsp;p.addValue('qs', 'stuff' ,true);</div>
  <div>&nbsp;&nbsp; &nbsp; &nbsp;d.setQueryString(p);</div>
  <div>&nbsp;&nbsp; &nbsp; &nbsp;d.doRequest();</div>
  <div>&nbsp;&nbsp;&lt;/method&gt;</div>
  <div>&lt;/button&gt;</div>
  <div><br>
  </div>
  <div>(Warning: this is untested email code.)</div>
  <div><br>
  </div>
  <div>HTH,</div>
  <div><br>
  </div>
  <div>Dave</div>
</blockquote>
</body>
</html>