Hello everyone. i'm new to the java world and i'm strugling to understand internal frames. I want to add a frame on top of another frame, and everything i try cant seem to work.Any help on this matter will be greatly appreciated. :?:

Hello everyone. i'm new to the java world and i'm strugling to understand internal frames. I want to add a frame on top of another frame, and everything i try cant seem to work.Any help on this matter will be greatly appreciated. :?:

You can in the HTML page set the follow functions

<script language="javascript" id="clientEventHandlersJS">
<!--


function window_onload() {


parent.framename.rows ="0%,100%"


}


function window_onunload() {
parent.framename.rows ="60%,40%"
}


//-->
</script>

**************

The framename is the name of the frameset

Succes,

Ruud

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.