Welcome to Tech Support Forum home to more then 136,000 problems solved. Issues have included: Spyware, Malware, Virus Issues, Windows, Microsoft, Linux, Networking, Security, Hardware, and Gaming Getting your problem solved is as easy as:
1. Registering for a free account
2. Asking your question
3. Receiving an answer

Registered members:
* Get free support
* Communicate privately with other members (PM).
* Removal of this message
* See fewer ads.
* And much more..

 



Want to know how to post a question? click here Having problems with spyware and pop-ups? First Steps
Go Back   Tech Support Forum > Design Forum > Web Design & Programming
User Name
Password
Site Map Register Donate Rules Blogs Mark Forums Read


Web Design & Programming Discussion of web design, and server-side & client-side scripting

Reply
 
LinkBack Thread Tools
Old 11-25-2006, 10:06 AM   #1 (permalink)
Registered User
 
enoctis's Avatar
 
Join Date: Aug 2005
Location: Ft. Hood, TX
Posts: 59
OS: WinXP.pro

My System

Send a message via AIM to enoctis Send a message via Yahoo to enoctis
Resizing Iframe via PHP

I have created an iframe in an HTML file that pulls up a PHP file & have a javascript code that will automatically resize the Iframe according to it's content. The problem is that the code I have requires the use of an onload event handler utilized in a body tag, & the PHP file contains some header information, which is causing errors.

The warning states that the PHP file can't utilize it's header information because it has already been called (I imagine from the onload event handler). Is there any way around this?

The code in the HTML file looks like so:
<iframe name="main" id="dynamIframe" src="home.html" height="*" scrolling="no" width="100%" frameborder="0"></iframe>

Then the code (in HTML format) that I am attempting to use in the PHP looks like so (yes, I have to convert it... that's not the problem):
<script>
function resizeToContent(){
var x =0;
var y =this.document.body.scrollHeight;
while (x < y){
x+=1;
}
parent.document.getElementById("dynamIframe").style.height=x+20
}
</script>
<body onload="resizeToContent()">

Again, I can get the code to work in PHP, but when loaded it pops up with several warnings about the header information. If you need to see what the actual warning says I can get that information to you, but am limited on time at the current moment.

Thanks for any help!
enoctis is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Reddit!
Reply With Quote
Important Information
Join the #1 Tech Support Forum Today - It's Totally Free!

TechSupportForum.com is a leading support website for your computer needs. We offer free, friendly and personalized computer support. Why pay to have your computer fixed when you can do it for free.

Join TechSupportforum.com Today - Click Here

Old 11-27-2006, 12:50 PM   #2 (permalink)
Design Team
 
DJ-Zep's Avatar
 
Join Date: Mar 2006
Location: Philadelphia
Posts: 1,541
OS: Windows Vista Home Premium (x64)

My System

Have you tried removing the onload function just to see if it is the problem?
__________________
Nice music blog

Nvu || Notepad++ || Apache || PHP || Keep TSF Alive

"The great thing about a computer notebook is that no matter how much you stuff into it, it doesn't get bigger or heavier."
DJ-Zep is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Reddit!
Reply With Quote
Old 12-27-2006, 05:40 PM   #3 (permalink)
Registered User
 
enoctis's Avatar
 
Join Date: Aug 2005
Location: Ft. Hood, TX
Posts: 59
OS: WinXP.pro

My System

Send a message via AIM to enoctis Send a message via Yahoo to enoctis
yep

without the onload event i don't get any errors. sorry for the delayed response. i posted that before i went to the field; im in the military.
enoctis is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Reddit!
Reply With Quote
Old 01-01-2007, 02:03 PM   #4 (permalink)
Design Team
 
DJ-Zep's Avatar
 
Join Date: Mar 2006
Location: Philadelphia
Posts: 1,541
OS: Windows Vista Home Premium (x64)

My System

Try changing onload to onmouseover.
__________________
Nice music blog

Nvu || Notepad++ || Apache || PHP || Keep TSF Alive

"The great thing about a computer notebook is that no matter how much you stuff into it, it doesn't get bigger or heavier."
DJ-Zep is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Reddit!
Reply With Quote
Reply


Thread Tools

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

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are Off
Pingbacks are Off
Refbacks are Off




All times are GMT -7. The time now is 03:51 PM.



Copyright 2001 - 2009, Tech Support Forum
Home Tips Plus | Outdoor Basecamp | Automotive Support Forum

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85