Iframe issues... or is there a better way

R

Ryan Ternier

I'm using an iFrame in our application to show a screen. This screen is
a regular screen, but when passed a few parameters, it turns off all
the headings / logo's so it can be used inside a webpage.


The issue I'm having is trying to make sure the height of it is good.

Is there a way of having the parent page know the height of the child
page so I don't need to specify the height of the Iframe or the
container holding the iframe? I don't want any scroll bars.


Or is there another way of implementing this? ie. loading the entire src
of the iframe into a stringa and just rendering it out to the client.


/RT
 
C

Curt_C [MVP]

Ryan said:
I'm using an iFrame in our application to show a screen. This screen is
a regular screen, but when passed a few parameters, it turns off all
the headings / logo's so it can be used inside a webpage.


The issue I'm having is trying to make sure the height of it is good.

Is there a way of having the parent page know the height of the child
page so I don't need to specify the height of the Iframe or the
container holding the iframe? I don't want any scroll bars.


Or is there another way of implementing this? ie. loading the entire src
of the iframe into a stringa and just rendering it out to the client.


/RT

do a search on reading in a remote page... there are a few ways of doing
this. Might be easier
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
473,754
Messages
2,569,521
Members
44,995
Latest member
PinupduzSap

Latest Threads

Top