try the following :
1. use the Query String to hold the values you need.
2. Have your frame builder page grab these then spit out the HTML.
At 17:24 31/08/01 -0400, you wrote:
>Has anyone had any luck creating frames dynamically in IE 4+?
>I have tried a few methods but none have worked.
>
>1. I tried replacing the outerHTML of the Frameset object (FO).
>2. I tried replacing the innerHTML of the Frameset object.
>3. I tried creating a Frame object and appending it to the Frames
>collection.
>4. I tried #3 while changing the value of FO.rows.
>
>Thanks in advance for any tricks or references to some reading material.
>
>-Brian Gollwitzer