Then in the javascript that is activated when the search button is clicked,
they want systranURL("url to open") and they can then identify the URL to go
to for the translation. Here's the rub: Our button, which in Visual Studio
looks like: <asp:Button ID="btnSubmit" OnClick="btnSubmit_Click" /> gets
translated to
<input value="Find" name="ctl00$MainContent$ctl00$btnSubmit"
class="defaultButton" id="ctl00_MainContent_ctl00_btnSubmit"
onclick="javascript:WebForm_DoPostBackWithOptions(new
WebForm_PostBackOptions("ctl00$MainContent$ctl00$btnSubmit", "", true, "",
"", false, false))" type="submit" /> with the
WebForm_DoPostBackWithOptions(...) stuff automatically generated by MCMS. So
the question becomes, how do I apply SYSTRAN's workaround to our page?
Thanks,
Jerome Grimmer