Tycoon Talk
Become a Big fish!
The number 1 forum for online business!
Post topics, ask questions, share your knowledge.
Tycoon Talk is part of Freelancer.com - find skilled workers online at a fraction of the cost.

JavaScript Forum


You are currently viewing our JavaScript Forum as a guest. Please register to participate.
Login



Reply
Determining the length of a page
Old 02-20-2007, 03:17 PM Determining the length of a page
Average Talker

Posts: 15
Name: Bradley
Trades: 0
I have a homepage with links on the side that when clicked opens up a page in a frame. I don't want the frame to be scrollable but i would like the entire page to be viewable in the frame.

I was told that i need a javascript function to do this and the one i was given was.... Am I putting the code in the wrong spot, i put the "onload" with the <body> tag and I placed the function in the header.

<body onload="goSetHeight()">


function goSetHeight() {
if (parent == window) return;
else parent.setIframeHeight('ifrm');
}
bean1620 is offline
Reply With Quote
View Public Profile
 
 
Register now for full access!
Reply     « Reply to Determining the length of a page
 

Thread Tools Search this Thread
Search this Thread:

Advanced Search

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





   
RSS Feed  Feeds: RSS   JS   XML
RSS Feed  Feeds for this forum: RSS   JS   XML



Page generated in 0.48179 seconds with 12 queries