PassMark Logo
Home » Forum

Announcement

Collapse
No announcement yet.

Including search form onto an aspx page

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • 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.

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

    Comment


    • #3
      Thanks Richard for this

      Comment

      Working...
      X