[PHP-DB] Question in js about frameset rows

2006-06-21 Thread suad
Hi, I have this page: title1 And this is the content of the page page1.phtml: name1 change size of frame 2 How can I change (using js) the rows of the frameset to: Thanks Suad -- PHP Database Mailing List (http://www.php.net/) To unsubscri

Re: [PHP-DB] Question in js about frameset rows

2006-06-21 Thread J R
appologies to the list. i think this should not be asked here. anyway i'll answer. IMHO, there is no easy way to do what you like. what i would suggest is use "document.write()" or inclosing your frameset in a container "" then dynamically change it using "innerHTML" hth On 6/21/06, suad <[EMAI

RE: [PHP-DB] Question in js about frameset rows

2006-06-21 Thread Bastien Koert
Id("TOP").rows = "65,*,200,46,0"; } bastien From: suad <[EMAIL PROTECTED]> 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 rows="10%,30%,10%,*"> /&g

Re: [PHP-DB] Question in js about frameset rows

2006-06-21 Thread suad
quot;; } function expand() { top.document.getElementById("TOP").rows = "65,*,200,46,0"; } bastien From: suad <[EMAIL PROTECTED]> 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: