Alla fine ci sono riuscito.
Se può tornare utile alla comunità questa è la soluzione

Scrivere tra i tag <head> e </head>

<SCRIPT language="JavaScript">
function OpenBrWindow(theURL,winName,features) { //v1.0
window.open(theURL,winName,features);
}
</SCRIPT>


Scriver all'interno del tag <body>

<body onLoad="OpenBrWindow('../Html/Frame/frameset.htm','','fullscreen=1,scrollbar=0')" bgcolor=#E7E8EB>

salutoni