url - How can a GET form be submitted with variables in a specific order? -


i building form submitted different website (which have no control on or ability change). oddly enough, other site seems require queries in specific order work correctly. there way specify how submitted query ordered? i've tried ordering fields in form, doesn't seem work consistently.

as example, 1. works fine, while .2 throws error.

  1. http://minerva.maine.edu/search/?searchtype=t&searcharg=caterpillar
  2. http://minerva.maine.edu/search/?searcharg=caterpillar&searchtype=t

not aware of, however, ugly solution build url in javascript , use window.location send get?


Comments

Popular posts from this blog

php - How can I edit my code to echo the data of child's element where my search term was found in, in XMLReader? -

java - Why is BlockingQueue.take() not releasing the thread? -

jQuery Ajax Render Fragments OR Whole Page -