I have the following HTML code that when clicked will send a Cgi string to the app tdjclg.cgi when usin Server 2003. However the identical HTML when served by Server 2008 returns nothing, the function ReadCgi = ""
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>
Comment