OT: Use JS to determine window size of parent document?

2003-08-21 Thread Shawn Grover
We have a situation where we have an IFrame on a page which contains a table. We need to set the width of the table to the width of the window (the frame's parent document), scrolling the frame if necessary. We have tried using window.width, with no luck. Searches of the web finds references

Re: OT: Use JS to determine window size of parent document?

2003-08-21 Thread Rafael Bleiweiss
We have a situation where we have an IFrame on a page which contains a table. We need to set the width of the table to the width of the window (the frame's parent document), scrolling the frame if necessary. We have tried using window.width, with no luck. Searches of the web finds references