Re: Question in js about frameset rows
am 22.06.2006 09:44:16 von suad
Hi,
It's working
Thanks
Suad
Bastien Koert wrote:
> I have fixed values that I adjust to, but you basically need to give
> the frame an ID and then use .rows and.columns to adjust the size
>
> function shrink() {
> top.document.getElementById("TOP").rows = "65,*,0,46,0";
> }
>
> function expand() {
>
> top.document.getElementById("TOP").rows = "65,*,200,46,0";
> }
>
>
> bastien
>
>> From: suad
>> To: php-db@lists.php.net
>> Subject: [PHP-DB] Question in js about frameset rows
>> Date: Wed, 21 Jun 2006 11:44:07 +0200
>>
>> Hi,
>>
>> I have this page:
>>
>>
>>
>> title1
>>
>>
>>
>>