How i can send the request to Google Mini and then get the result post
into the web page template outside Google Mini (in my web site)? My
web site is asp.net 2.0.
I'm not an asp developer, so I can't tell you exactly how to do this. However, I do the same thing with our mini. I retrieve the mini's XML output with PHP. The script than applies a custom XSL stylesheet to the xml and then outputs that to the webpage. Our XSL is set up to return only a partial webpage as the output is echoed to a webpage that uses our template.
On Thu, Jul 3, 2008 at 9:27 AM, kevintran <trant...@gmail.com> wrote:
> How i can send the request to Google Mini and then get the result post > into the web page template outside Google Mini (in my web site)? My > web site is asp.net 2.0.
Thanks for your reply.
I did go to another approach. I use the Server XMLHTTP object to send
the request to Google Mini, then receive back the result page. From
there, I can do the integration in any page of my web site. However,
on my Development Server, I encounter the error:"msxml3.dll error
'80072efd' - A connection with the server could not be established"
Any suggestion?
On Jul 3, 2:04 pm, "Robbert van Andel" <swimmer1...@gmail.com> wrote:
> I'm not an asp developer, so I can't tell you exactly how to do this.
> However, I do the same thing with our mini. I retrieve the mini's XML
> output with PHP. The script than applies a custom XSL stylesheet to the xml
> and then outputs that to the webpage. Our XSL is set up to return only a
> partial webpage as the output is echoed to a webpage that uses our template.
> On Thu, Jul 3, 2008 at 9:27 AM, kevintran <trant...@gmail.com> wrote:
> > How i can send the request to Google Mini and then get the result post
> > into the web page template outside Google Mini (in my web site)? My
> > web site is asp.net 2.0.- Hide quoted text -
If the xmlhttp object is similar to the one used by JavaScript in AJAX, than it's not possible to do a call to another server. It's a security feature to prevent Cross-site scripting (XSS). Otherwise, I would check if your webserver can actually reach your google mini. Failing that, I'd have to defer to someone that actually know asp.
On Wed, Jul 9, 2008 at 8:45 AM, kevintran <trant...@gmail.com> wrote:
> Thanks for your reply. > I did go to another approach. I use the Server XMLHTTP object to send > the request to Google Mini, then receive back the result page. From > there, I can do the integration in any page of my web site. However, > on my Development Server, I encounter the error:"msxml3.dll error > '80072efd' - A connection with the server could not be established"
> Any suggestion?
> On Jul 3, 2:04 pm, "Robbert van Andel" <swimmer1...@gmail.com> wrote: > > I'm not an asp developer, so I can't tell you exactly how to do this. > > However, I do the same thing with our mini. I retrieve the mini's XML > > output with PHP. The script than applies a custom XSL stylesheet to the > xml > > and then outputs that to the webpage. Our XSL is set up to return only a > > partial webpage as the output is echoed to a webpage that uses our > template.
> > On Thu, Jul 3, 2008 at 9:27 AM, kevintran <trant...@gmail.com> wrote:
> > > How i can send the request to Google Mini and then get the result post > > > into the web page template outside Google Mini (in my web site)? My > > > web site is asp.net 2.0.- Hide quoted text -
I did go to another aprroach. This time I used the HTTP object to send
the requests to Google Mini and recieve back the results.
It is successfull. Problem solved.
However, there is a liitle thing that I do not understand.
The result page still display the search box after I set without it in
Google Mini using the Serving->Front Ends.
Any suggestion?
On Jul 9, 8:51 am, "Robbert van Andel" <swimmer1...@gmail.com> wrote:
> If the xmlhttp object is similar to the one used by JavaScript in AJAX, than
> it's not possible to do a call to another server. It's a security feature
> to prevent Cross-site scripting (XSS). Otherwise, I would check if your
> webserver can actually reach your google mini. Failing that, I'd have to
> defer to someone that actually know asp.
> Robbert
> On Wed, Jul 9, 2008 at 8:45 AM, kevintran <trant...@gmail.com> wrote:
> > Thanks for your reply.
> > I did go to another approach. I use the Server XMLHTTP object to send
> > the request to Google Mini, then receive back the result page. From
> > there, I can do the integration in any page of my web site. However,
> > on my Development Server, I encounter the error:"msxml3.dll error
> > '80072efd' - A connection with the server could not be established"
> > Any suggestion?
> > On Jul 3, 2:04 pm, "Robbert van Andel" <swimmer1...@gmail.com> wrote:
> > > I'm not an asp developer, so I can't tell you exactly how to do this.
> > > However, I do the same thing with our mini. I retrieve the mini's XML
> > > output with PHP. The script than applies a custom XSL stylesheet to the
> > xml
> > > and then outputs that to the webpage. Our XSL is set up to return only a
> > > partial webpage as the output is echoed to a webpage that uses our
> > template.
> > > On Thu, Jul 3, 2008 at 9:27 AM, kevintran <trant...@gmail.com> wrote:
> > > > How i can send the request to Google Mini and then get the result post
> > > > into the web page template outside Google Mini (in my web site)? My
> > > > web site is asp.net 2.0.- Hide quoted text -
> I did go to another aprroach. This time I used the HTTP object to send
> the requests to Google Mini and recieve back the results.
> It is successfull. Problem solved.
> However, there is a liitle thing that I do not understand.
> The result page still display the search box after I set without it in
> Google Mini using the Serving->Front Ends.
> Any suggestion?
> On Jul 9, 8:51 am, "Robbert van Andel" <swimmer1...@gmail.com> wrote:
> > If the xmlhttp object is similar to the one used by JavaScript in AJAX, than
> > it's not possible to do a call to another server. It's a security feature
> > to prevent Cross-site scripting (XSS). Otherwise, I would check if your
> > webserver can actually reach your google mini. Failing that, I'd have to
> > defer to someone that actually know asp.
> > Robbert
> > On Wed, Jul 9, 2008 at 8:45 AM, kevintran <trant...@gmail.com> wrote:
> > > Thanks for your reply.
> > > I did go to another approach. I use the Server XMLHTTP object to send
> > > the request to Google Mini, then receive back the result page. From
> > > there, I can do the integration in any page of my web site. However,
> > > on my Development Server, I encounter the error:"msxml3.dll error
> > > '80072efd' - A connection with the server could not be established"
> > > Any suggestion?
> > > On Jul 3, 2:04 pm, "Robbert van Andel" <swimmer1...@gmail.com> wrote:
> > > > I'm not an asp developer, so I can't tell you exactly how to do this.
> > > > However, I do the same thing with our mini. I retrieve the mini's XML
> > > > output with PHP. The script than applies a custom XSL stylesheet to the
> > > xml
> > > > and then outputs that to the webpage. Our XSL is set up to return only a
> > > > partial webpage as the output is echoed to a webpage that uses our
> > > template.
> > > > On Thu, Jul 3, 2008 at 9:27 AM, kevintran <trant...@gmail.com> wrote:
> > > > > How i can send the request to Google Mini and then get the result post
> > > > > into the web page template outside Google Mini (in my web site)? My
> > > > > web site is asp.net 2.0.- Hide quoted text -