CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 3 of 3

Thread: Iframe Timeout

Hybrid View

  1. #1
    Join Date
    Mar 2013
    Posts
    7

    Question Iframe Timeout

    Why does my webpage within my iFrame timeout?

    It times out as soon as the webpage is loaded, and the "time out message" is from the website that I am trying to load in the iFrame. The "timed out message" is within the iFrame.

  2. #2
    Join Date
    Aug 2011
    Location
    West Yorkshire, U.K.
    Posts
    54

    Re: Iframe Timeout

    Not really a java question ... but anyway
    Have you tried accessing the site which times out directly, rather than through an iframe?
    What is serving the site - a web server, tomcat, j2ee server etc?
    You should check its logs to ensure that (1) it has actually got the request, (2) there might be something in the error logs to indicate what has gone wrong or why it is taking so long you get a time out.

  3. #3
    Join Date
    Mar 2013
    Posts
    7

    Re: Iframe Timeout

    Quote Originally Posted by AlexVV View Post
    Have you tried accessing the site which times out directly, rather than through an iframe?
    Yes, and it works fine. The URL does not end with a .html or a .htm, instead, it just ends with the name of the document without an extension. It only times out when I open it in a frame or an iFrame.

    Quote Originally Posted by AlexVV View Post
    What is serving the site - a web server, tomcat, j2ee server etc?
    This I am not sure of. I've noticed that most websites will not let me open the site within an iFrame. Google.com for example, will give an error message.

    The site I would like to open in an iFrame though, it actually loads the website, but not the actual page. Instead, it loads a webpage from the website that says it has timed out.

    How can I find out what is serving the site?

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured