Hi All,
I've a working site written in pbcc
At the moment its running on Windows Server 2003
At the top of the page I have a quick search box and typing in here a phrase like Pioneer brings up results.
However I want to upgrade the server to Windows Server 2008
Strange thing is that no Cgi string is read in with the identical Html code and PBCC app
I know this might be a bit off topic but I would expect the App to receive some input but is just empty ""
I've a working site written in pbcc
At the moment its running on Windows Server 2003
At the top of the page I have a quick search box and typing in here a phrase like Pioneer brings up results.
However I want to upgrade the server to Windows Server 2008
Strange thing is that no Cgi string is read in with the identical Html code and PBCC app
I know this might be a bit off topic but I would expect the App to receive some input but is just empty ""
Code:
<div id="top_bar"> <div class="top_bar_right"> <form action="/catalogue/tdjclg.cgi" method="post" class="inline"> <input type="hidden" name="fty" value="qss"> <label for="top_bar_search_field">Quick Search : </label> <input type="hidden" name="r" value="e"> <input type="text" name="qs" id="top_bar_search_field"> <input type="image" src="/images/global/header/go_button.gif" alt="search go" id="top_bar_search_go" /> </form> </div> </div>
Comment