Results 1 to 2 of 2

Thread: Why will my form not work?

  1. #1
    Join Date
    Dec 2004
    Posts
    152

    Why will my form not work?

    Hi .

    I have the below form defined on a asp page.

    Code:
     
      <form action="showSubjects.asp" method="post" name="getSearch" style="margin-left:40px;">
    	<input name="searchF" type="text" />
    	<input name="searchB" type="button" value="Go" />
      </form>
    My problem is, it doesn't work and i am completly mythed as to why not.

    Is is called from index.asp.

    Anyone know why?

    original page can be found at

    www.mastech-solutions.com/experts/index.asp


    cheers for your time.

    Steve

  2. #2
    Join Date
    Mar 2005
    Location
    Indonesia
    Posts
    21
    I test with "fine Art" and it's run normaly.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •