Hi all,
Trying to pass a Form parameter from onsubmit in IE to a servlet.
<Form Name="manageFavorties" onSubmit="InfoReportServlet?action=1">
In IE, I receive an error wanting a : in place of the question mark. Doesn't : signify a port? Is my syntax for passing a parameter in IE correct? This works great in Netscape.
Any help would be appreciated.
Tim
Trying to pass a Form parameter from onsubmit in IE to a servlet.
<Form Name="manageFavorties" onSubmit="InfoReportServlet?action=1">
In IE, I receive an error wanting a : in place of the question mark. Doesn't : signify a port? Is my syntax for passing a parameter in IE correct? This works great in Netscape.
Any help would be appreciated.
Tim