• λ我爱Aspx >> Asp.Net >> 用JavaScript打造搜索工具栏
  • 用JavaScript打造搜索工具栏

  • :aspxer  Դ:5iaspx  :2007-8-1 13:13:55  ؼ:javascript
  • 96 <asp:RadioButtonList ID="RadioButtonList_Kind" runat="server" RepeatDirection="Horizontal"

    97 Style="position: relative" Font-Names="terminal">

    98 <asp:ListItem Selected="True">Web</asp:ListItem>

    99 <asp:ListItem>Mp3</asp:ListItem>

    100 <asp:ListItem>Image</asp:ListItem>

    101 </asp:RadioButtonList></td>

    102 </tr>

    103 <tr>

    104 <td style="width: 31px">

    105 </td>

    106 <td colspan="2">

    107 <input id="Button_Google" style="width: 80px; position: relative" type="button" value="Google" onclick="return Button_Google_onclick()" />

    108 &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;

    109 <input id="Button_Yahoo" style="left: -29px; width: 104px; position: relative" type="button"

    110 value="Yahoo!" onclick="return Button_Yahoo_onclick()" /></td>

    Ҷƪл˵?
  • һƪ讲述c#中的类型转换
    һƪ如何把html中的相对路径变成绝对路径