Skip navigation
David Topp
Currently Being Moderated

Stop iframe URL launching in FULL Screen

May 9, 2012 8:44 AM

Hello Friends,

 

I am having difficulty with an issue involving an iframe.
Below is a bit of code from my page. In the <iframe you can see I have places a link.

The trouble is that when I load the page, the link in the iframe automatically enlarges to FULL screen.
What I am trying to do is to have the linked site launch within the confines of the iframe.

 

  <div class="pagemain">

    <div class="singlepgcont">

      <iframe src="http://www.realtor.ca/index.aspx?cul=0" width="650px" height="600px"></iframe>

    </div>

  </div>

 

As you can see I have given the iframe sizing values.

 

If anyone knows of a way I can accomplish this, I would be very grate full hearing from you.

 

  Many thanks for your time and for your assistance.

 
Replies
  • Sudarshan Thiagarajan
    3,738 posts
    Oct 15, 2010
    Currently Being Moderated
    May 9, 2012 10:10 AM   in reply to David Topp

    Create a DIV rule for iframe tag and specify the width and height you want your iframe to be displayed at. It should solve this issue.

     
    |
    Mark as:
  • Sudarshan Thiagarajan
    3,738 posts
    Oct 15, 2010
    Currently Being Moderated
    May 9, 2012 10:40 AM   in reply to David Topp

    Can you post a link to your active page on the web so I can see how it displays for me here?

     
    |
    Mark as:
  • Sudarshan Thiagarajan
    3,738 posts
    Oct 15, 2010
    Currently Being Moderated
    May 9, 2012 11:15 AM   in reply to David Topp

    Line 166 of the HTML page in your search-mis index page, you have a duplicate copy of body tag. I'm assuming this should be the reason for the error. Try fixing this and check again.

     

    You also have multiple DIVs of the same rule:

     

    <div class="container">

    <body  background="jdibbgd.jpg"onload="MM_preloadImages('http://i-brand.ca/testsite/wp-content/themes/twentyt en-child/images/hmbutovr.jpg','images/sermlsbutovr.jpg','images/viewja ckbutovr.jpg','images/busdirectbutovr.jpg','images/financbutovr.jpg',' images/sellhmbutovr.jpg','images/buyhmbutovr.jpg','images/recombutovr. jpg','images/newsbutovr.jpg','images/cbtbbutovr.jpg')"></p>

    <div class="container">

     
    |
    Mark as:

More Like This

  • Retrieving data ...

Bookmarked By (0)

Answers + Points = Status

  • 10 points awarded for Correct Answers
  • 5 points awarded for Helpful Answers
  • 10,000+ points
  • 1,001-10,000 points
  • 501-1,000 points
  • 5-500 points