i've a structure of this type:
<html>
<head>
<META http-equiv="Content-Type" content="text/html; charset=UTF-8">
</head>
<frameset frameborder="no" id="topFrameSet" rows="79,*">
<frame marginheight="0" marginwidth="0" name="titleBar" noresize="noresize" scrolling="no" src="FrontEnd?HtmlBannerFrame=&userReference=051994b833e09b7f">
<frameset cols="20%,*,0" frameborder="no" id="bodyFrameSet">
<frame id="menuZone" marginheight="0" marginwidth="0" name="menuZone" src="FrontEnd?HtmlMainMenuFrame=&userReference=051994b833e09b7f" style="20%">
<frame id="contentBody" marginheight="0" marginwidth="0" name="contentBody" src="FrontEnd?HtmlWelcome=&userReference=051994b833e09b7f">
<frame marginheight="0" marginwidth="0" name="help">
</frameset>
</frameset>
</html>
launching
parent.document.all('topFrameSet').all('bodyFrameSet').cols="0,*,0";
with IE it's all ok, but in Ns
exist a solution???
<html>
<head>
<META http-equiv="Content-Type" content="text/html; charset=UTF-8">
</head>
<frameset frameborder="no" id="topFrameSet" rows="79,*">
<frame marginheight="0" marginwidth="0" name="titleBar" noresize="noresize" scrolling="no" src="FrontEnd?HtmlBannerFrame=&userReference=051994b833e09b7f">
<frameset cols="20%,*,0" frameborder="no" id="bodyFrameSet">
<frame id="menuZone" marginheight="0" marginwidth="0" name="menuZone" src="FrontEnd?HtmlMainMenuFrame=&userReference=051994b833e09b7f" style="20%">
<frame id="contentBody" marginheight="0" marginwidth="0" name="contentBody" src="FrontEnd?HtmlWelcome=&userReference=051994b833e09b7f">
<frame marginheight="0" marginwidth="0" name="help">
</frameset>
</frameset>
</html>
launching
parent.document.all('topFrameSet').all('bodyFrameSet').cols="0,*,0";
with IE it's all ok, but in Ns
exist a solution???