JavaScript Document (8) Events (8) ExtJS (9) Strings (3)
Exchange Links About this site Links to us 
|
General :: Web publishing :: JavaScript :: Document
Articles:
This list is sorted by recent document popularity (not total page views).
New documents will first appear at the bottom.
Featured Article
Adjusting the height of an IFRAME according to its contentQuestion: On my page I display search results in an IFRAME. Sometimes there's only 5 rows of data, sometimes it can be 2000. I need to have the IFRAME size adjust to the number of elements. I was working with a construct like
iframe_1.height = 30 + 16 * (number_of_rows)
but this estimating formula relies on a certain font size. And it looks really wrong in Netscape or Opera.
Answer: Why estimate if you can make an exact calculation of the document height? Take the code below which will work on Internet Explorer and various Netscape versions.
 | |  | | <script type="text/javascript">
function adjustIFrameSize (iframeWindow) {
if (iframeWindow.document.height) {
var iframeElement = parent.document.getElementById(iframeWindow.name);
iframeElement.style.height = iframeWindow.document.height + 'px';
iframeElement.style.width = iframeWindow.document.width + 'px';
}
else if (document.all) {
var iframeElement = parent.document.all[iframeWindow.name];
if (iframeWindow.document.compatMode &&
iframeWindow.document.compatMode != 'BackCompat')
{
iframeElement.style.height =
iframeWindow.document.documentElement.scrollHeight + 5 + 'px';
iframeElement.style.width =
iframeWindow.document.documentElement.scrollWidth + 5 + 'px';
}
else {
iframeElement.style.height = iframeWindow.document.body.scrollHeight + 5 + 'px';
iframeElement.style.width = iframeWindow.document.body.scrollWidth + 5 + 'px';
}
}
}
</script>
| |  | |  |
|
| Most recent comments
2010-03-21 15:16:10:
by anonymous
in Dating Scams
on Scammer Victoria from Ghana:
The girl above here is also named as Baah Becky of Accra Ghana !
Beware of she but still I like her, she looking good !
|
2010-03-21 15:15:31:
by anonymous
in Dating Scams
on Is this Russian girl scamming me? How to recognize scammers:
On the last girl, mention that her nose is not going straight down, since it is quite commond haircoloure over hole old USSR
So best way to recognise is to nook at her nose, if it is not straight ... read more
|
2010-03-21 15:09:50:
by anonymous
in Dating Scams
on Dating scammer Esther Ansomaa from Accra, Ghana:
The girl above named Hawa Labaran, I got some email- letters from she, now under the name of Baah Becky of Accra , Ghana,
She had 3.7 million USD in a security company , and ask me if i would help ... read more
|
2010-03-21 15:02:44:
by anonymous
in Dating Scams
on Dating scammer Agne Zubrauskaite:
A famouse Lithuaian girl have scammed same norwegain pensionist 2 times. This is one of the real one-girl-scammers (no liga, but one girl that work alone). She have changed name while she scammed.
< ... read more
|
2010-03-21 14:55:59:
by anonymous
in Dating Scams
on Dating scammer Olga:
this girl us also the name of viktoriya she life in sint petersburg
|
2010-03-21 14:50:46:
by anonymous
in Dating Scams
on Dating scammer Olga:
Hi Dirk!
I can see on the link you gave you gets to spanish girls, that might be for real.
It is some russians in Spain, since it is possible to get easy visa there, spescially if they can str ... read more
|
|
2010-03-21 14:06:00:
by anonymous
in about DelphiFAQ
on How to submit a new scammer profile:
Met on Single Site. Alias Joel Daniels. I met him as George Carsey, widower, 1 son, Paul age 12, contractor, builder of roads/bridges. 2 Months back and forth with email, cell phone calls, telephone c ... read more
|
2010-03-21 13:23:42:
by Soes
in Male Dating Scammers
on Dating scammer Mark Philips:
This is the latest mail I got from the Diamond Agent....
I'm very sorry for the delay in replying you,I have been quite busy for sometime working on a contract,thats why i delay in replying y ... read more
|
2010-03-21 13:11:37:
by [hidden]
in Dating Scams
on Dating scammer Osei Kwesi Accra Ghana kind_osei@hotmail.com from Accra, Ghana:
Does anyone know this little lady ?She is on seniorpeoplemeet.com ..handle is TRUELOVE96 ,she says she is from Miami,Fl.I think,she is a scammer.
|
2010-03-21 13:08:59:
by [hidden]
in Other Scams
on Dating scammer Rose Kimberly in Africa:
don't trust a girl named illona rick to ripped my son of for more than £1000.00
|
|