<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META http-equiv=Content-Type content="text/html; charset=iso-8859-1">
<META content="MSHTML 6.00.2800.1528" name=GENERATOR></HEAD>
<BODY 
style="WORD-WRAP: break-word; khtml-nbsp-mode: space; khtml-line-break: after-white-space">
<DIV dir=ltr align=left><FONT face=Arial color=#0000ff size=2><SPAN 
class=281095723-23032007>Hello Rob,</SPAN></FONT></DIV>
<DIV dir=ltr align=left><FONT face=Arial color=#0000ff size=2><SPAN 
class=281095723-23032007></SPAN></FONT>&nbsp;</DIV>
<DIV dir=ltr align=left><FONT face=Arial color=#0000ff size=2><SPAN 
class=281095723-23032007>i'm using OpenLayers.Ajax instead</SPAN></FONT></DIV>
<DIV dir=ltr align=left><FONT face=Arial color=#0000ff size=2><SPAN 
class=281095723-23032007></SPAN></FONT>&nbsp;</DIV>
<DIV dir=ltr align=left><FONT face=Arial color=#0000ff size=2>var 
theUrl&nbsp;&nbsp;&nbsp; = "<A 
href="http://yourserver/something.asp">http://yourserver/something.asp</A>";<BR>var 
theParams&nbsp; = "REQUEST=Something";<BR>theParams&nbsp;&nbsp;&nbsp;&nbsp; += 
"&amp;STRING1=Others";<BR>theParams&nbsp;&nbsp;&nbsp;&nbsp; += 
"&amp;STRING2=Others";</FONT></DIV>
<DIV>&nbsp;</DIV>
<DIV dir=ltr align=left><FONT face=Arial color=#0000ff size=2>var myAjax = new 
OpenLayers.Ajax.Request(<BR>&nbsp;theUrl,<BR>&nbsp;{<BR>&nbsp;&nbsp;method: 
'get',<BR>&nbsp;&nbsp;parameters: theParams,<BR>&nbsp;&nbsp;onComplete: 
showResponse,<BR>&nbsp;&nbsp;onFailure: 
showResponseFailure<BR>&nbsp;});<BR></FONT></DIV>
<DIV><SPAN class=281095723-23032007></SPAN><FONT face=Arial color=#0000ff 
size=2><SPAN class=281095723-23032007>MfG</SPAN></FONT></DIV>
<DIV><FONT face=Arial><FONT color=#0000ff><FONT 
size=2>Arnd&nbsp;Wippermann</FONT></FONT></FONT></DIV>
<DIV><FONT face=Arial><FONT color=#0000ff><FONT size=2><SPAN 
class=281095723-23032007></SPAN></FONT></FONT></FONT><BR>&nbsp;</DIV>
<DIV class=OutlookMessageHeader lang=de dir=ltr align=left>
<HR tabIndex=-1>
<FONT face=Tahoma size=2><B>Von:</B> users-bounces@openlayers.org 
[mailto:users-bounces@openlayers.org] <B>Im Auftrag von </B>Bobby 
Braswell<BR><B>Gesendet:</B> Freitag, 23. März 2007 23:00<BR><B>An:</B> 
users@openlayers.org<BR><B>Betreff:</B> [OpenLayers-Users] HTTPRequest 
example?<BR></FONT><BR></DIV>
<DIV></DIV>
<DIV><BR class=khtml-block-placeholder></DIV>
<DIV>Hi-</DIV>
<DIV><BR class=khtml-block-placeholder></DIV>
<DIV>Could someone please post a link to a working example of the 
OpenLayers.Layer.HTTPRequest() ? Sorry I can't find anything.</DIV>
<DIV><BR class=khtml-block-placeholder></DIV>
<DIV>I'd like to make the "download data" button work on this map -- <A 
href="http://waage.sr.unh.edu/goo/landcover.html">http://waage.sr.unh.edu/goo/landcover.html</A> 
-- I have a CGI that will make a cutout geotiff using WCS, but for some reason I 
can't figure out how to send the request. Basically, what is the input "name" 
supposed to be?</DIV>
<DIV><BR class=khtml-block-placeholder></DIV>
<DIV style="MARGIN: 0px"><FONT class=Apple-style-span face=Times size=4><SPAN 
class=Apple-style-span 
style="FONT-SIZE: 16px">OpenLayers.Layer.HTTPRequest(name, url, params, 
options)</SPAN></FONT></DIV>
<DIV><BR class=khtml-block-placeholder></DIV>
<DIV>Alternatively, is there a better method? I've seen use of 
OpenLayers.loadURL but can't find that in the documentation. Should I just use a 
regular XML HTTP get? I think I did that once :-)</DIV>
<DIV><BR class=khtml-block-placeholder></DIV>
<DIV>Thanks,</DIV>
<DIV>Rob Braswell</DIV>
<DIV><BR class=khtml-block-placeholder></DIV><BR></BODY></HTML>