| View previous topic :: View next topic |
| Author |
Message |
pedrokas
Joined: 20 Dec 2004 Posts: 5 Location: Portugal
|
Posted: Mon Dec 20, 2004 5:37 pm Post subject: <Iframe> problem! |
|
|
I've a simple code with iframe.
| Code: |
<iframe name = "notdia" width="100%" height="100%" scrolling="yes" frameborder="0" src="notdia.php">
</iframe> |
allways worked fine with the ie 5.0, but now the company migrated to 6.0. The iframe with de dimension in percent don“t work at all!
only give a blank page, no error but no display also!
If i put the dimension in pix it work fine, but i've lot's of screen areas, from 800x600 to 1280x1024.
it's possible to use de percent? if so how?
tku |
|
| Back to top |
|
 |
|
|
ReFredzRate 1000+ Club

Joined: 20 Aug 2004 Posts: 2186 Location: Netherlands
|
Posted: Mon Dec 20, 2004 6:53 pm Post subject: Re: <Iframe> problem! |
|
|
Could you maybe upload this to a webserver and send us the URL to go to? Maybe we see something wrong with it. Right now I don't see anything wrong with the code you are using, so that seems to be alright. Besides, maybe it's an error in your own IE6, maybe it works fine on other systems. Anyway, please upload it for us to find out some more.
Someone else may have a clue though. |
|
| Back to top |
|
 |
webmaster Site Admin

Joined: 17 Aug 2004 Posts: 3589 Location: Sweden
|
Posted: Mon Dec 20, 2004 8:48 pm Post subject: Re: <Iframe> problem! |
|
|
It should work, but send us an url as Fredz said.
And welcome to DEVPPL =) |
|
| Back to top |
|
 |
ReFredzRate 1000+ Club

Joined: 20 Aug 2004 Posts: 2186 Location: Netherlands
|
Posted: Tue Dec 21, 2004 9:21 am Post subject: Re: <Iframe> problem! |
|
|
Woops... welcome to DevPPL indeed  |
|
| Back to top |
|
 |
pedrokas
Joined: 20 Dec 2004 Posts: 5 Location: Portugal
|
Posted: Tue Dec 21, 2004 11:12 am Post subject: Re: <Iframe> problem! |
|
|
I do not have a server in the internet... this is for my intranet!
If you want i can put the all code in here!
and the problem is in all ie6.0... microsoft???
tku |
|
| Back to top |
|
 |
pedrokas
Joined: 20 Dec 2004 Posts: 5 Location: Portugal
|
Posted: Tue Dec 21, 2004 11:58 am Post subject: Re: <Iframe> problem! |
|
|
i tried using style... same
| Code: |
<iframe name = "notdia" style="width:100%; height:100%; border: 1px"
scrolling="yes" frameborder="1" src="not_index.php">
</iframe> |
but if i change one (?) of them like
| Code: |
<iframe name = "notdia" style="width:100%; height:480px; border: 1px"
scrolling="yes" frameborder="1" src="not_index.php">
</iframe> |
the widht with % work!
i'm really confused, theres nothing in msn about this!
i'll try to upgrade even more de ie6. |
|
| Back to top |
|
 |
webmaster Site Admin

Joined: 17 Aug 2004 Posts: 3589 Location: Sweden
|
Posted: Tue Dec 21, 2004 4:40 pm Post subject: Re: <Iframe> problem! |
|
|
| So its working now? |
|
| Back to top |
|
 |
pedrokas
Joined: 20 Dec 2004 Posts: 5 Location: Portugal
|
Posted: Tue Dec 21, 2004 5:29 pm Post subject: Re: <Iframe> problem! |
|
|
| only the widht with % if i put both dimension with %... bummm nothing only a blank page "appear"! |
|
| Back to top |
|
 |
|