I'm looking at the source code for bing.com for the file that processes the search upon submittance.
The search bar form for bing.com is like so:
<form action="/search" class="sw_box" id="sb_form" onsubmit="return si_T('&ID=FD,6.1');">
I have 2 questions:
(i) What method is this form sent by? Where is the method="GET" or method "POST"?
(ii) Where is the form data sent to? What does "/search" mean, and does it imply bing.com/search.php or asp?