codehaven - php snippets - coding help
Generic filters
Exact matches only
  • Changing/hiding frame sizes using Jquery

    21st June 2014

    Jquery Misc

    jquery icon

    frameset.php

    This is where the important line is: –
    parent.document.getElementsByTagName( ‘frameset’ )[ 0 ].cols = ‘10,10,*’ ;

    frame1.php

    frame2.php

    frame3.php

    Was this code snippet helpful?