|
-
Apr 8th, 2002, 08:01 AM
#1
Thread Starter
Lively Member
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"

-
Apr 8th, 2002, 10:09 AM
#2
Addicted Member
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.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|