Hi,
I am a new JS coder, and have a problem re NS4 and IE5 differences.
The application uses an applet to create a URL. This is called by a button:
<INPUT TYPE="BUTTON" VALUE="Select Editions" NAME ONCLICK="SubmitClick();">
The applet is declared as :
<APPLET CODE="SearchDialogQT.class" CODEBASE="../../../Java" WIDTH="367" HEIGHT="106" NAME="javaSearchDialog">
The function code is:
function SubmitClick() {
var sResultLink = "Error";
sResultLink = self.document.javaSearchDialog.ExternSubmitAdvanceSearch(sSearchMode);
self.location = sResultLink;
return false
}
When I use this page in NS4 everything works fine. When I use it in IE5
the submit button does not appear to work.
I am working on a Mac, so both browsers are Mac versions.
Any suggestions would be really helpful.
Thanx,
Chris
I am a new JS coder, and have a problem re NS4 and IE5 differences.
The application uses an applet to create a URL. This is called by a button:
<INPUT TYPE="BUTTON" VALUE="Select Editions" NAME ONCLICK="SubmitClick();">
The applet is declared as :
<APPLET CODE="SearchDialogQT.class" CODEBASE="../../../Java" WIDTH="367" HEIGHT="106" NAME="javaSearchDialog">
The function code is:
function SubmitClick() {
var sResultLink = "Error";
sResultLink = self.document.javaSearchDialog.ExternSubmitAdvanceSearch(sSearchMode);
self.location = sResultLink;
return false
}
When I use this page in NS4 everything works fine. When I use it in IE5
the submit button does not appear to work.
I am working on a Mac, so both browsers are Mac versions.
Any suggestions would be really helpful.
Thanx,
Chris