zoukankan
html css js c++ java
ListBox双击传值
<%
@ Page language
=
"
c#
"
Codebehind
=
"
WebForm3.aspx.cs
"
AutoEventWireup
=
"
false
"
Inherits
=
"
TableStudy.WebForm3
"
%>
<!
DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"
>
<
HTML
>
<
HEAD
>
<
title
>
WebForm3
</
title
>
<
meta
content
="Microsoft Visual Studio .NET 7.1"
name
="GENERATOR"
>
<
meta
content
="C#"
name
="CODE_LANGUAGE"
>
<
meta
content
="JavaScript"
name
="vs_defaultClientScript"
>
<
meta
content
="http://schemas.microsoft.com/intellisense/ie5"
name
="vs_targetSchema"
>
<
script
language
="javascript"
>
<!--
function
Url(obj)
{
var
sel
=
obj.options[obj.selectedIndex].text;
window.open(
"
IEPrint/main.aspx?param=
"
+
sel);
}
//
-->
</
script
>
</
HEAD
>
<
body
MS_POSITIONING
="GridLayout"
>
<
form
id
="Form1"
method
="post"
runat
="server"
>
<
FONT
face
="宋体"
>
<
SELECT
id
="Select1"
ondblclick
="Url(this)"
style
="Z-INDEX: 101; LEFT: 176px; WIDTH: 184px; POSITION: absolute; TOP: 112px; HEIGHT: 96px"
size
="6"
name
="Select1"
runat
="server"
>
<
OPTION
>
aaaaaaaaaa
</
OPTION
>
<
OPTION
>
bbbbbbbbbb
</
OPTION
>
</
SELECT
>
</
FONT
>
</
form
>
</
body
>
</
HTML
>
查看全文
相关阅读:
Apache TomEE 入门指南
Windows 7运行命令大全
hibernate hql 大全
maven常用命令
php编译安装php-5.6
nginx编译安装
apache通过AD验证
apache编译安装 httpd 2.2 httpd 2.4
DC 辅域转主域
tomcat安装配置
原文地址:https://www.cnblogs.com/acelove/p/98012.html
最新文章
iOS客户端开发与Web前端开发
怎样练习一万小时
Swift中的闭包(Closure) 浅析
Swift 常用字符串操作
字符串本地化
图片压缩 浅析
Swift vs. Objective-C:未来看好 Swift 的十个理由
UIImage+Scale
小记 1.0
iOS开发frame, contentSize, contentOffset, contentInset 区别联系浅析
热门文章
Swift 与 JSON 数据 浅析
keyboardWillChangeFrameNotification 引发的思考 是的 思考了很久终于出结果
NSUserDefault -- synchronize 浅析
简历浅析
UICollectionView 浅析
UIApplicationDelegate 协议 浅析
contentHorizontalAlignment 属性浅析
设置控件全局显示样式 appearance
translucent 属性
spring mvc 与 jquery ajax
Copyright © 2011-2022 走看看