Forum Moderators: open
This is my toggleFrame();
function toggleFrame() {
if (parent.document.body.rows=='25,*') {
parent.document.body.rows='95,*';
} else {
parent.document.body.rows='25,*';
}
}
It works pretty good, but i want to know if there's an alternative to check if the frame has been shorted or if it has got widder.
What could i change this condition for?
if (parent.document.body.rows=='25,*')