Hi,
I am using aspx pages on my website and of course this includes code <form id="form1" runat="server"> but I want include the search box on each page of the site - to do this I have to include the following code:
<form method="get" action="http://keintranet/healthandsafetyportal/search.asp">
<input type="text" name="zoom_query">
<input type="submit" value="search" >
</form>
This is using another form tag which you cant in aspx pages is there anyway around this?
Thanks for your help.
I am using aspx pages on my website and of course this includes code <form id="form1" runat="server"> but I want include the search box on each page of the site - to do this I have to include the following code:
<form method="get" action="http://keintranet/healthandsafetyportal/search.asp">
<input type="text" name="zoom_query">
<input type="submit" value="search" >
</form>
This is using another form tag which you cant in aspx pages is there anyway around this?
Thanks for your help.
Comment