Re: external html page include



You're right. I'll stick with iframes.

thanks anyway


Chris Rhoden wrote:
Didn't look closely enough at what's going on here.

What exactly are you trying to do? The previous response should work.

However, if you are actually requesting a page from something like
Google
Docs, you need to realize that the request will be made at the server,
not
in the browser, so your cookies will not be in the request, so you will
not
be authenticated unless you explicitly do that. It is more trouble than
it's
worth in most cases.

Additionally, unless you intend to alter the HTML in some way before
including it in the page, it will look all off, so probably best to
stick
with iFrames unless it is absolutely necessary to scrape (which is what
you
are doing)

-chris

--
Posted via http://www.ruby-forum.com/.

.



Relevant Pages

  • Re: asp.net page read response from another site?
    ... take note that even though the example on this page gets generated HTML, ... I wanted to make a page where I can send a request to another page, ... and read it's response back, can someone point me to an example? ... just a basic page i need to hit, i can hit it directly with my ...
    (microsoft.public.dotnet.framework.aspnet)
  • Re: pointing hyperlink to a shortcut
    ... The browser does nothing more than send a request to the webserver for the ... HTML file according the the URL in the shortcut. ... > will shortcut to the relevant file which will be returned by the Response ...
    (microsoft.public.inetserver.asp.general)
  • Re: external html page include
    ... Docs, you need to realize that the request will be made at the server, not ... unless you intend to alter the HTML in some way before ... with iFrames unless it is absolutely necessary to scrape (which is what you ...
    (comp.lang.ruby)
  • Re: Check accessibility of .jsp pages?
    ... The online checkers I've found can't access the .jsp pages. ... All a checker does is request a URL and wait for a response from the server. ... The response is in HTML, and HTML is HTML no matter how it is generated. ...
    (comp.infosystems.www.authoring.html)
  • Re: web service question (weblogic / j2ee related)
    ... open a TCP/IP connection and manually send request? ... client would receive the response and manually parse the resulting ... servlets with LWP perl clients, and Python clients with Twisted, ... consider using XML instead of HTML. ...
    (comp.lang.java.programmer)