asp.net call Baidu Search Engine Code _ Practical Skills

Source: Internet
Author: User
Baidu search engine provides a piece of code embedded in the page

<form action= "Http://www.baidu.com/baidu" target= "_blank" >
<table><tr><td>
<input name=tn Type=hidden value=baidu>
<input Type=text Name=word size=80>
<input type=hidden name=ie value= "UTF-8" >
<input type= "Submit" style= "Background:url (images/searchicon.gif) no-repeat; border:0; width:76px; height:26px; Cursor:pointer "value=" Search >
</td></tr></table>
</form>


But in use due to my page when the UTF-8

<meta http-equiv= "Content-type" content= "text/html; Charset=utf-8 "/>


So I have to add this in the code that Baidu gives

<input type=hidden name=ie value= "UTF-8" >


This is the first part, the second part, I need to configure the search bar under the hot words, click directly into the search results, the code is as follows

HtmlTableCell SearchText = new HtmlTableCell ();
searchtext.innerhtml = string. Format ("<a href=\" http://www.baidu.com/baidu?tn=baidu&word={0}&ie=utf-8\ "target=\" _blank\ ">{0} </a>| ", dt. rows[i]["SearchText"]. ToString ());

Tr_search. Cells.add (SearchText);
Related Article

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.