Last comments

In response to: 100% height iframe

Bingo Karten [Visitor] · http://www.bingo-training.de/
I have spent a whole day trying to solve this, searching for solutions and trying dozens of different java script solutions, none got round the 200 pix high iframe except you sir.Many thanks, you should be knighted, thats how happy I am.
Permalink 07/26/10 @ 08:44

In response to: 100% height iframe

Kerry [Visitor]
Thaaaaaaaaaaaanks for this!
Permalink 06/25/10 @ 18:56

In response to: Javascript RDFParser from Tabulator

Dan Brickley [Visitor] · http://danbri.org/words/
Hi there! I've been trying to get this to work following your five-year old instructions. It's not quite doing it, ... but I have skeleton of how to add it into Firefox 'contacts in the browser' extension if you're interested, see http://wiki.foaf-project.org/w/FirefoxContacts#FOAF_patch
Permalink 06/12/10 @ 13:41

In response to: 100% height iframe

SDTacoma [Visitor]
Show me the demo! No demo, I'll assume you couldn't get it to work either.
Permalink 06/09/10 @ 16:57

In response to: 100% height iframe

David [Visitor]
Great! This was the ONLY thing that did the trick!
Permalink 05/27/10 @ 07:36

In response to: 100% height iframe

Alek [Visitor]
You rock. This is the only thing i have found to work.
Permalink 05/20/10 @ 16:01

In response to: 100% height iframe

blestab [Visitor] · http://blestab.blogspot.com
Worked like a charm, thanks a lot
Permalink 05/10/10 @ 05:47

In response to: Populate Form Fields Bookmarklet

Essay [Visitor] · http://gpalabs.com/
It's useful when you have to fill out a long form and you don't care what goes into it.
Permalink 04/21/10 @ 09:00

In response to: 100% height iframe

alan [Visitor]
thank you for the trick!
Permalink 04/19/10 @ 11:09

In response to: 100% height iframe

lo k [Visitor]
thank you. no, seriously...
Permalink 04/15/10 @ 08:18

In response to: First release of a PGP plugin for SpamAssassin

Ikkebah [Visitor]
It doesn't scale. You really don't want to go downloading keys with >10k users. Ideally I want to switch of bayesian checking for properly encrypted (chunks of) e-mail. Or at least lower the score if there are PGP-wise meaningfull parts in a message.

Oh and please clean up all the fixmes in the current code. It' s dirty and doesn't look like a version that deserves to be >1.x
Permalink 04/08/10 @ 06:11

In response to: 100% height iframe

Test [Visitor]
This code works awesome...After trying a lot of options, this is only one which is working totally fine.
Permalink 03/26/10 @ 14:35

In response to: Javascript RDFParser from Tabulator

Aliza [Visitor] · http://www.google.com
wow
Permalink 03/18/10 @ 05:58

In response to: 100% height iframe

T. Tran [Visitor]
After several results found by searching and failure from each, your example is the only one that worked.
Thank you.
Permalink 03/16/10 @ 21:13

In response to: 100% height iframe

Doey [Visitor]
Works fine with with Opera 10.5.
I had resizing and such and got Opera/IE to work, but Firefox was still giving me problems.

Thanks for the help.
Permalink 03/12/10 @ 21:17

In response to: 100% height iframe

Xiawa [Visitor] · http://xiawa.my
thanks! ur code works like a charm :)
Permalink 02/25/10 @ 04:32

In response to: 100% height iframe

Hall [Visitor] · http://esotericbooks.deds.nl/
I give up. It's sending other code than I have pasted here. Just delete my messages.
Permalink 01/11/10 @ 09:11

In response to: 100% height iframe

Hall [Visitor] · http://esotericbooks.deds.nl/
wrong code above

right code here



function resizeIframe() {

var myWidth = 0, myHeight = 0;
if( typeof( window.innerWidth ) == 'number' ) {
//Non-IE
myWidth = window.innerWidth;
myHeight = window.innerHeight;
} else if( document.documentElement && ( document.documentElement.clientWidth || document.documentElement.clientHeight ) )

{
//IE 6+ in 'standards compliant mode'
myWidth = document.documentElement.clientWidth;
myHeight = document.documentElement.clientHeight;
} else if( document.body && ( document.body.clientWidth || document.body.clientHeight ) ) {
//IE 4 compatible
myWidth = document.body.clientWidth;
myHeight = document.body.clientHeight;
}

myHeight -= document.getElementById('frame').offsetLeft;
myHeight -= 0; some extra height here
document.getElementById('frame').style.height = myHeight +"px";

};
document.getElementById('frame').onload = resizeIframe;
window.onresize = resizeIframe;
Permalink 01/11/10 @ 09:10

In response to: 100% height iframe

Hall [Visitor] · http://esotericbooks.deds.nl/
I did not work in firefox. I combined 2 scripts and now it's fine:



function resizeIframe() {

var myWidth = 0, myHeight = 0;
if( typeof( window.innerWidth ) == 'number' ) {
//Non-IE
myWidth = window.innerWidth;
myHeight = window.innerHeight;
} else if( document.documentElement && ( document.documentElement.clientWidth || document.documentElement.clientHeight ) )

{
//IE 6+ in 'standards compliant mode'
myWidth = document.documentElement.clientWidth;
myHeight = document.documentElement.clientHeight;
} else if( document.body && ( document.body.clientWidth || document.body.clientHeight ) ) {
//IE 4 compatible
myWidth = document.body.clientWidth;
myHeight = document.body.clientHeight;
}

myHeight -= document.getElementById('frame').offsetTop;
myHeight -= 0; // some height here for footer height etc
document.getElementById('frame').style.height = myHeight +"px";

};
document.getElementById('frame').onload = resizeIframe;
window.onresize = resizeIframe;
Permalink 01/11/10 @ 09:06

In response to: 100% height iframe

sorry the code is perfect no JavaScript errors...it was my typo
Permalink 01/02/10 @ 04:54

<  July 2010  >
Mon Tue Wed Thu Fri Sat Sun
      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  

Categories


Archives

Misc

Syndicate this blog XML

powered by
b2evolution