[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Hidden field not persisting across reload



When you set yup a frame you define its size, either in pixels of
percentage.  You can also make the frame so that it doesn't have scroll bars
if there's more content than can fit in the actual frame "view port."  So,
what you can do is push the text field to the right or to the bottom of any
content visible in the frame.  

Frames do have to be rectangular, but you can nest framesets so that you can
divide rows and columns and even further.  Netscape uses this in their new
home page.  There are two rows, and the bottom row is subdivided into
multple columns.

I usually create an "invisible" frame along the bottom for stuff I want to
hide.  That can be done with:

        <FRAMESET ROWS="100%, *">

-- Gordon

At 09:17 AM 3/8/96 +0100, you wrote:
>> 
>> ...The best way is to use frames;
>> put the beast in a frame you don't show, or push it beyond the margin of the
>> frame and set that frame window as unscrolling and no resizing.
>> 
>> -- Gordon
>> 
>
>Please, Gordon, can you be more specific what you mean by 'beyond the
>margin of the frame"? BTW: I have read somewhere something about small
>"corner" frame - it confuses me because I thought that frame can be
>only rectangular area. Did I miss something terrible obvious?
>
>Thanks, Martin.
>
>-- 
>------------------------------------------------------
>| Martin Senger     m.senger@dkfz-heidelberg.de      |
>|                   voice: (0049) 6221/422340        |
>|                   fax:   (0049) 6221/422333        |
>------------------------------------------------------
>--------------------------------------------------------------------
>For help about the list, please send a message to 'majordomo@obscure.org'
>with the message body 'help'. To unsubscribe, send a message to
>'majordomo@obscure.org' with the message body 'unsubscribe javascript'.
>List archives and pointer to FAQ: http://www.obscure.org/javascript/
>
>

--------------------------------------------------------------------
For help about the list, please send a message to 'majordomo@obscure.org'
with the message body 'help'. To unsubscribe, send a message to
'majordomo@obscure.org' with the message body 'unsubscribe javascript'.
List archives and pointer to FAQ: http://www.obscure.org/javascript/