Topic awaiting preservation: Nested Frame(set) Resizing in NN6.2.x/Mozilla 1.0 |
|
---|---|
Author | Thread |
Obsessive-Compulsive (I) Inmate From: |
posted 08-23-2002 02:11
I have been looking all over for scripts that will work to resize a frameset once it is loaded in NN6.2.x/Mozilla. I have seen only a few examples, but these only allow you to grab the current value of the .cols variable or the .rows variable. |
Lunatic (VI) Mad Scientist From: Massachusetts, USA |
posted 08-23-2002 03:23
My post in http://www.ozoneasylum.com/Forum2/HTML/001721.html may be of help. |
Maniac (V) Mad Scientist From: Belgrade, Serbia |
posted 08-23-2002 09:59
Maybe this example that I created a long time ago can help you: http://www.max.co.yu/ozone/max_frames.html |
Obsessive-Compulsive (I) Inmate From: |
posted 08-23-2002 20:31
Hmm, it looks like in the example by mr.maX that you have to respecify the frame src. This becomes a problem because the web page I am working on can have dynamic data posted in that frame and may also have a form that is partially filled out. If someone begins filling out the form and wants to dynamically resize the frame, then the frame may be reloaded with the page they are working on, but it no longer contains the data that they were working on. I could have the form submit to itself, but that is one additional hit on the web server each time they are resizing the frames. |
Obsessive-Compulsive (I) Inmate From: |
posted 08-28-2002 21:08
Bumping up my post in the hopes that someone somewhere can tell me whether what I am looking for is possible in NS/Mozilla |