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 .html file which has the following java script
document.write("<APPLET ARCHIVE=Validation.jar NAME=Validation CODE='com/sterling/gen/icpvep/Validation.class'"+
" WIDTH=1 HEIGHT=1 MAYSCRIPT CODEBASE=file:///E|/COOLGEN/GEN/>"
document.write("<PARAM NAME=currency VALUE="+CURRENCY+">"
document.write("<PARAM NAME=thousandseparator VALUE="+THOUSANDSEPARATOR+">"
document.write("<PARAM NAME=decimal VALUE="+DECIMAL+">"
document.write("<PARAM NAME=dateseparator VALUE="+DATESEPARATOR+">"
document.write("<PARAM NAME=timeseparator VALUE="+TIMESEPARATOR+">"
document.write("<PARAM NAME=dateorder VALUE="+DATEORDER+">"
document.write("<PARAM NAME=messagefile VALUE="+MESSAGEFILE+">"
document.write("<\/APPLET>"
and this script worked for netscape 4.7 but doesn't work for netscape6. Please let us know if you have any suggestions!
Thankyou
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 .html file which has the following java script
document.write("<APPLET ARCHIVE=Validation.jar NAME=Validation CODE='com/sterling/gen/icpvep/Validation.class'"+
" WIDTH=1 HEIGHT=1 MAYSCRIPT CODEBASE=file:///E|/COOLGEN/GEN/>"
document.write("<PARAM NAME=currency VALUE="+CURRENCY+">"
document.write("<PARAM NAME=thousandseparator VALUE="+THOUSANDSEPARATOR+">"
document.write("<PARAM NAME=decimal VALUE="+DECIMAL+">"
document.write("<PARAM NAME=dateseparator VALUE="+DATESEPARATOR+">"
document.write("<PARAM NAME=timeseparator VALUE="+TIMESEPARATOR+">"
document.write("<PARAM NAME=dateorder VALUE="+DATEORDER+">"
document.write("<PARAM NAME=messagefile VALUE="+MESSAGEFILE+">"
document.write("<\/APPLET>"
and this script worked for netscape 4.7 but doesn't work for netscape6. Please let us know if you have any suggestions!
Thankyou