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
>
查看全文
相关阅读:
tcp滑动窗口详解(2)
jQuery火箭图标返回顶部代码
jQuery火箭图标返回顶部代码
jQuery火箭图标返回顶部代码
jQuery火箭图标返回顶部代码
jQuery火箭图标返回顶部代码
jQuery火箭图标返回顶部代码
SpringCloud(3)----Eureka服务注册与发现
SpringCloud(2)----SpringCloud理解篇
SpringCloud(1)----基于RestTemplate微服务项目
原文地址:https://www.cnblogs.com/acelove/p/98012.html
最新文章
k8s pod 详述
树常考题型
删除链表中的节点
网络I/O
C++将模板的声明和定义放置在同一个头文件里
关键字explicit的作用(转)
构造函数中的异常处理(转)
输入一个表示整数的字符串,把该字符串转换成整数并输出(实现atoi函数功能)
数组中的第K个最大元素
数据库常见面试题
热门文章
TCP/IP通信过程(以发送电子邮件为例)(转)
为什么要前后端分离?
linux grep find查找文件夹、代码中的某行/字符串
SSH服务器拒绝了密码
ubuntu下安装Apache+PHP+Mysql
ubuntu文档保存出现的一些错误
PHP文件PHP代码及运行(适合PHP初学者)
一个网页打开的全过程
理解SQL的左连接与右连接
Python 正则表达式入门(初级篇)
Copyright © 2011-2022 走看看