Results 1 to 2 of 2

Thread: Customizing my window (no..not using the newWindow script)

  1. #1

    Thread Starter
    Lively Member
    Join Date
    Apr 2001
    Location
    The Netherlands
    Posts
    94

    Angry Customizing my window (no..not using the newWindow script)

    I"m searching for the code to customize my window.
    Thing is i can only find the code for the new window function and i'm not using that, since i'm passing value to a form.

    Only things i've found so far are these.
    Code:
    <script>
    function changeScreenSize(w,h)
    {
    window.resizeTo( w,h );
    document.body.style.overflow='hidden';
    window.menubar=no;
    
    }
    </script>
    These two code's resize my window and hide my scrollbar, but i want more.

    I want to be able to ...
    1. Hide the complete toolbar and
    2. Hide the statusbar.

    I've searched google to death but stilll can't find any info anywhere where i can just put the code in my head tag.

    "Against All Odds"

  2. #2
    Addicted Member sotusotusotu's Avatar
    Join Date
    Aug 2001
    Location
    Plymouth, England
    Posts
    158
    This can be easily done if you know Dreamweaver well and if you are good at graphics.

    The is an object in Dreamweaver called show/hide layers. You esign yourself a layer and default it to hidden. Then when you need it make it visible.

    Simple.
    Living a Lie, Timmy

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width