I have put the code into one of the pages of my intranet. When I go to test it, pressing the submit button leads to just the raw code of the search.asp file. I have enabled ASP on my server as the FAQ said.
Any help would be appreciated.
Here is the code in my HTML
Any help would be appreciated.
Here is the code in my HTML
Code:
<form action="search.asp" method="get"> <fieldset> <input name="zoom_query" type="text" id"s" style="width: 130px" /> <input type="submit" value="Search" id="x" /> </fieldset> </form>
Comment