HighDots Forums  

iframe

alt.html alt.html


Discuss iframe in the alt.html forum.



Reply
 
Thread Tools Display Modes
  #1  
Old   
Uwe Kornnagel
 
Posts: n/a

Default iframe - 04-16-2008 , 08:39 AM






Hi,

I have a small problem. How can I resize the height of an iframe on its
contens?
I cant use my script direktly because the club uses a pagetool. this
generator blocks all kinds of scripts.

<IFRAME src="http://myotherserve.de/myscript.php?timetable" height="depens
on contens"> </iframe>

Many thanks for your help
Uwe


Reply With Quote
  #2  
Old   
Jukka K. Korpela
 
Posts: n/a

Default Re: iframe - 04-16-2008 , 09:46 AM






Scripsit Uwe Kornnagel:

Quote:
I have a small problem.
I'm afraid you're creating a big problem.

Quote:
How can I resize the height of an iframe on
its contens?
You can't, except with some computer program that reads the contents and
evaluates it somehow and the sets the height in HTML markup or in CSS
code.

Quote:
I cant use my script direktly because the club uses a pagetool. this
generator blocks all kinds of scripts.
I wonder what that means.

Quote:
IFRAME src="http://myotherserve.de/myscript.php?timetable"
height="depens on contens"> </iframe
Just set some reasonable height and do _not_ try to prevent scrolling
(set overflow: auto). And don't forget to add fallback content (for
advanced browsers that let the user disable <iframe> functionality and
display element content instead).

--
Jukka K. Korpela ("Yucca")
http://www.cs.tut.fi/~jkorpela/



Reply With Quote
Reply




Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off



Powered by vBulletin Version 3.5.4
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.