I installed netscape 6 recomended version on my machine.
But when I try to bring up Java Console from the Tasks/Tools
menu, it did not come up. Does anybody know if I need to do a full installation to bring up Java Console or if this is a
known problem?
The problem we are having is we have a...
I installed netscape 6 recomended version on my machine.
But when I try to bring up Java Console from the Tasks/Tools
menu, it did not come up. Does anybody know if I need to do a full installation to bring up Java Console or if this is a
known problem?
The problem we are having is we have a...
Jaredn: Thanks for your suggestion. I changed my .html to
<FRAME NAME=FRAMEP1 SRC="P1_104.html" SCROLLING=AUTO FRAMEBORDER=1>
<FRAME NAME=FRAMEDUMMY SRC="P1_DUMMY.html" SCROLLING=NO FRAMEBORDER=0>
and the P1_DUMMY.html has the following:
<FORM NAME=FORM104TOP METHOD=POST...
I had it like that and it worked fine in Netscape4 but now it doesn't work in Netscape6. Does anybody know what can be done to make this work? Thanks for your help!
jaredn: in my .html file, form is outside of the frameset.
Could you tell me how do I put it in a hidden frame?
Thanks for your help..
<SCRIPT LANGUAGE="JavaScript" SRC="P1.JS">
</SCRIPT>
<FRAMESET COLS="100%,*" FRAMEBORDER=0 >
<FRAME NAME=FRAMEP1...
jaredn:
I did that and the error it gives is parent.FORM104TOP has no properties. This is how I have in my .html:
<SCRIPT LANGUAGE="JavaScript" SRC="P1.JS">
</SCRIPT>
<FRAMESET COLS="100%,*" FRAMEBORDER=0 >
<FRAME NAME=FRAMEP1 SRC="P1_104.html"...
luciddream, Thanks for replying but that doesn't work either.
jaredn, I say it doesn't work because when I put an
alert statement after assigning, nothing is displayed.
I have:
var pframe = eval('parent.FRAMEP1.document');
alert(pframe);
var pTop = eval('parent.FORM104TOP.RC104TOP')...
Can anyone please tell me why this javascipt doesn't work in Netscape6 and what should I do to make it work?
var pTop = eval('parent.document.FORM104TOP.RC104TOP');
Hi! Iam trying to modify a piece of code to make it work for netscape6.0. It was working fine with Netscape 4 and IE5.
p1.html:
---------
<SCRIPT LANGUAGE="JavaScript" SRC="P1.JS">
</SCRIPT>
<FORM NAME=FORM104TOP METHOD=POST ACTION="p11.jsp" TARGET=_self>
<INPUT...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.