PassMark Logo
Home » Forum

Including search form onto an aspx page

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • dawnly
    Junior Member
    • Sep 2014
    • 9

    #1

    Including search form onto an aspx page

    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.
  • Richard
    Administrator
    • May 2010
    • 161

    #2
    See the following FAQ, Q. How do I create a search form on ASPX pages?

    Comment

    • dawnly
      Junior Member
      • Sep 2014
      • 9

      #3
      Thanks Richard for this

      Comment

      Working...