FAQ Tag: form

We are trying to integrate the federated search engine into our site by adding a html form.Everything seems ok only that the search does not start.

The reason why the search is not automatically starting when using the following search form: <form name=”logonForm” action=”http://www.museserver.com/muse/servlet/MusePeer” target=”_blank” method=”get” onsubmit=”return beforeSubmit()”> <input type=”text” name=”query” size=”30″ value=””/> <input type=”submit” name=”submit” value=”Search”/> <input type=”hidden” name=”action” value=”logon” /> <input type=”hidden” name=”userID” value=”applicationid” /> <input type=”hidden” name=”userPwd” value=”applicationpassword” /> <input type=”hidden” name=”languageCode” value=”” /> <input type=”hidden” name=”templateFile” value=”/passThrough.html”…

We are trying to integrate the federated search engine into our site by adding a html form. Everything seems ok only that the search does not start.

The reason why the search is not automatically starting when using the following search form: <form name=”logonForm” action=”http://www.museserver.com/muse/servlet/MusePeer” target=”_blank” method=”get” onsubmit=”return beforeSubmit()”> <input type=”text” name=”query” size=”30″ value=””/> <input type=”submit” name=”submit” value=”Search”/> <input type=”hidden” name=”action” value=”logon” /> <input type=”hidden” name=”userID” value=”applicationid” /> <input type=”hidden” name=”userPwd” value=”applicationpassword” /> <input type=”hidden” name=”languageCode” value=”” /> <input type=”hidden” name=”templateFile” value=”/passThrough.html”…