Announcement

Collapse
No announcement yet.
X
  • Filter
  • Time
Clear All
new posts

    HtmlPane

    When I open up the HtmlPane (Iframe) example, http://www.smartclient.com/smartgwt/showcase/#basics_html_load_pages
    it does not load the google webpage. The other three do load (Yahoo,Badu and Wikipedia), can anybody confirm this?

    I can't get it to run on my client either.

    #2
    I can't get google to load into a HTMLPane in PAGE mode. I was trying google maps too, that also doesn't want to load. However I was trying other pages, those were loaded.
    Now I am about to investigate why google isn't working.

    Comment


      #3
      I have found the reason. See: http://stackoverflow.com/questions/8...m-in-an-iframe

      A solution for including for example maps.google.com is to send an additional parameter: ?output=embed in the url, which case google will send a different header in the response.

      Comment


        #4
        Thanks for you reply! Good research, I'll include this in my code.

        Comment

        Working...
        X