<!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><dataset name="ds" request="false" src="<a
moz-do-not-send="true" href="http://www.../sr.php">http://www.../sr.php</a>"
/></div>
<div><br>
</div>
<div>and then your button code would be:</div>
<div><br>
</div>
<div><button text="Submit" onclick="sendit()"></div>
<div> <method name="sendit"></div>
<div> var d = canvas.datasets.ds;</div>
<div> var p = new LzParam();</div>
<div> p.addValue('qs', 'stuff' ,true);</div>
<div> d.setQueryString(p);</div>
<div> d.doRequest();</div>
<div> </method></div>
<div></button></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>