<div>
<div>Thanks for the info Nihal.</div>
<div>&nbsp;</div>
<div>I got it.&nbsp; I wasn't setting&nbsp;the url properly.</div>
<div><br>&nbsp;var url = &quot;./tSaleReportingService.asmx/getActiveBonds&quot;;<br>&nbsp;xmlHttp.open(&quot;POST&quot;, url, true);<br>&nbsp;xmlHttp.setRequestHeader(&quot;Content-Type&quot;, &quot;application/x-www-form-urlencoded&quot;);
<br>&nbsp;xmlHttp.onreadystatechange = updatePage;<br>&nbsp;toSend = &quot;dateStart=2006-06-01&amp;dateEnd=2006-06-01&quot;;<br>&nbsp;xmlHttp.send(toSend);<br>&nbsp;</div>
<div>Thanks!</div>
<div>&nbsp;</div>
<div>--dave</div>
<div>&nbsp;</div>
<div>-- <br>_________________<br>David Smith<br><br>(517) 944-1872<br><a href="mailto:smithd98@msu.edu">smithd98@msu.edu</a> <br>614 Theo<br>Lansing MI 48917 </div></div>