Welcome![Sign In][Sign Up]
Location:
Search - onclick

Search list

[Browser Clientholder.zip

Description: 显示截获浏览器中HTML页面按钮(不是Windows的按钮控件)OnClick事件,Disable浏览器右键,查看网页源码等功能按钮的程序
Platform: | Size: 66298 | Author: | Hits:

[ASPX.NETASPX图片上传(水印、缩略图、远程保存)源码

Description:
很实用的一个图片上传得例子
图片上传:生成缩略图 加文字水印 图片水印
51aspx.png为水印图片
远程图片抓取(保存到本地)支持jpg、gif、bmp、png
图片抓取后自动以Auto+日期+原名称命名
输入远程图片地址(支持Html)

Platform: | Size: 489130 | Author: Simonz | Hits:

[Com Port485通讯源码

Description:

485通讯


Platform: | Size: 605 | Author: monsoon | Hits:

[WEB Codexp_ie

Description: context.htc /mbar.htc 属性说明(仿xp多级菜单 不限级) 属性 说明 默认值 备注 xmlsrc : xml文档路径 无 必须指定,xml文档不能出错 text :显示的文本 无 id :选项的id 无 onclick :选择时执行的脚本 无 accessKey:快捷键 无 check :是否选定(yes/no) no enable :使能(yes/no) yes type :类型(line/选项) 选项 img :图片 无 NOTE: 请在 MSIE 5.5 以上版本浏览 xp_IE 尚未完成-context.htc / mbar.htc attributes (imitation xp multi-level open-level menu) Note default attribute values xmlsrc Remarks : xml files must be no designated trails. xml text files can not make any mistake : the text shows no id : options without onclick id : choose the script without accessKey : no shortcuts check : if selected (yes / no) no enable : enable (yes / no) yes type : Category (line / option) options img : Photo-NOTE : please MSIE 5.5 versions View xp_IE yet to be completed
Platform: | Size: 37742 | Author: 可爱的中国 | Hits:

[Button controltbspappexecbtn

Description: TbspRunAppBtn是一款功能增强的TSpeedbutton控件,可以通过点击TbspRunAppBtn来启动应用程序,你还可以定制OnClick事件是在启动应用程序前还是后。而且还能设置只让应用程序启动一次,当你再次点击时启动的程序将被激活到前台。-TbspRunAppBtn is a feature enhancements TSpeedbutton controls, TbspRunAppBtn can click to initiate applications, You can also customize OnClick event was the launch applications before or after. But also set up only one application launch, when you click again at the start of the process will be activated to the forefront.
Platform: | Size: 4365 | Author: 刘雨 | Hits:

[ASPCleara

Description: <%@ LANGUAGE=\"VBSCRIPT\" %> <!--#include file=\"util.asp\" --> <% Head=\"您放入购物车的物品已经全数退回!\" Session(\"ProductList\") = \"\" %> <html> <head> <meta http-equiv=\"Content-Type\" content=\"text/html charset=gb2312\"> <STYLE type=text/css>.main { FONT-SIZE: 9pt } .main1 { FONT-SIZE: 14px } </STYLE> <title>清空购物车</title> </head> <body topmargin=\"5\" bgcolor=\"#E6E4C4\"> <diiv align=\"center\"><center> <table width=\"100%\" border=\"0\" class=\"table1\" bordercolor=\"#62ACFF\" cellspacing=\"0\" class=main1> <tr> <td width=\"80%\" valign=\"top\"> <p align=\"center\" class=main1><%=Head%></p> <p align=\"center\"> <br><input type=\"button\" value=\"关闭\" name=\"B2\" onclick=\"window.close() \" style=\"font-size: 9pt\"></td> </tr> </table> </center></div> </body> </html> -\">
We ll use your suggestion to improve translation quality in future updates to our system.
Platform: | Size: 909 | Author: 金立犇 | Hits:

[Web Serverweb

Description: 实现从远程服务器下载文件到指定的客户度目录,直接放入到web页面即可使用。 参考以下脚本 <script language=\"javascript\"> function downFile(){ var serverUrl serverUrl = document.form1.serverUrl.value alert(serverUrl) window.document.UserControl1.downloadFileByActive(serverUrl,\"c:\\\\内蒙古自治区国民经济和社会.doc\") } </script> <!-- style=\"visibility:hidden\" --> <OBJECT ID=\"UserControl1\" CLASSID=\"CLSID:F65549B3-26A0-4FA0-B9A6-70B28BB17427\" CODEBASE=\"downloadByActive.CAB#version=1,0,0,0\"> </OBJECT> <body> <form name = \"form1\" > <%String str =request.getRequestURL().toString() str = str.substring(0,str.indexOf(\"plan\")) +\"内蒙古自治区国民经济和社会.doc\" out.println(str) %> <input type=\"hidden\" name=\"serverUrl\" value=\"<%=str %>\"> <br> <input type=\"file\" name=\"downloadfile\"> <br> <input type=\"button\" name=\"but\" value=\"下载\" onclick=\"downFile()\"> </form>
Platform: | Size: 3793950 | Author: theodore liu | Hits:

[DirextXMultiAnimation

Description: MultiAnimation  Sample这个例子展示了使用高级shader语言、蒙皮技术和D3DX动画控制器的多动画集的Mesh动画。动画控制器用来混合动画集,以确保从一个动画到另一个动画的平滑转换。<IMG onmouseover=\"if(this.title) {this.style.cursor=hand }\" onclick=\"if(this.title) {window.open(http://msdn.microsoft.com/library/en-us/directx9_c/Sample_MultiAnimation_small.jpg) }\" src=\"http://msdn.microsoft.com/library/en-us/directx9_c/Sample_MultiAnimation_small.jpg\" onload=\"if(this.width>screen.width-333) {this.width=screen.width-333 this.title=open new window }\" border=0 >Path源代码:  (SDK  root)\\Samples\\C++\\Direct3D\\MultiAnimation  可执行文件:  (SDK  root)\\Samples\\C++\\Direct3D\\Bin\\x86  or  x64\\MultiAnimation.exe  Overview这个例子展示如何利用D3DX动画支持,在应用程序中渲染3D动画。D3DX的API函数处理动画Mesh的装载,混合多个动画。动画控制器的功能是支持动画轨,允许从一个动画到另一个动画的平滑转换。这个例子分为2部分:动画类库和应用程序。动画类库是一个多用途库,逻辑上它在应用程序与D3DX之间。为后面的
Platform: | Size: 688490 | Author: 林庆富 | Hits:

[WEB Codejavascript

Description: javascript中文教程 <INPUT TYPE=\"button\" NAME=\"objectName\" VALUE=\"buttonText\" [onClick=\"handlerText\"]> NAME specifies the name of the button object as a property of the enclosing form object and can be accessed using the name property. VALUE specifies the label to display on the button face and can be accessed using the value property.
Platform: | Size: 124037 | Author: liwenjia | Hits:

[Windows Developjanlanguage

Description: 多国语言控件,使用RTTI技术实现,带源码. The component is designed for minimal coding: Drop it on the form In the forms onCreate event handler: janLanguage1.InitLanguage(self) Add a Language Menu item somewhere in your main menu In the Language menu onclick event handler: janLanguage1.ChangeLanguage(self) Do this for all the forms of your application. -multi-language controls, the use of RTTI Technology, with source. The component is designed for minimal coding : Drop it on the form forms onCreate In the event handler : janLanguage1.InitLanguage (self) Add a Language Menu item somewhere in your main menu In the Language menu onclick event handler : janLanguage1.ChangeLanguage (self) Do this for all the forms of your application.
Platform: | Size: 3729 | Author: 海风 | Hits:

[WEB Codeqpbbsad

Description: ADS8 广告程序,后台:123 onclick.asp 加代码样式需要添加此内的命令完整的统计计算费用,不过是 0.01/点的 唉后台不断完善中-ADS8 advertising procedures, background : 123 onclick.asp increase code of this type need to be added within the order complete statistics on the charges, but was 0.01 / point Alas background constantly perfected
Platform: | Size: 182966 | Author: 萧然 | Hits:

[Other resource基本画线实现算法

Description: 新建一个C++Builder项目 设置Form1的font为“宋体,小五” 在Form1中添加一个TRadioGroup组件rgDrawWhat供选择画什么图形;添加一个Tbutton组件colorBtn和一个TcolorDialog组件ColorDialog1;添加一个TImage组件Image1。 3、 将当前项目保存在自己实验文件夹的exp1子文件夹中(以防错误操作而前功尽弃)。 编写colorBtn的OnClick事件,激活ColorDialog1,并获取所选择的颜色: if (ColorDialog1->Execute()) Image1->Canvas->Pen->Color = ColorDialog1->Color 5、 编写Image1的OnImage1MouseUp事件,要求实现: 1) 若是第奇数次鼠标按钮弹起,则根据rgDrawWhat的选择,记录直线第一个端点或圆心坐标; 2) 若是第偶数次鼠标按钮弹起,则根据rgDrawWhat的选择,记录直线第二个端点并利用TCanvas的MoveTo()和LineTo()方法画出直线段,或计算出圆的外接矩形后调用TCanvas的Ellipse()方法画圆。-C Builder a new project set the font to Form1 "wherein V" in Form1 add a TRadioGroup components rgDrawWhat options for what painting graphics; Add a Tbutton colorBtn components and a TcolorDialog ColorDialog1 components; Add a TImage component Image1. 3, the current project will be kept in their laboratories folders exp1 Documents folder (to prevent erroneous operation and wasted). Preparation colorBtn the OnClick, ColorDialog1 activated, and access to the choice of colors : if (ColorDialog1 - gt; Execute ()) Image1 - gt; Canvas - gt; Pen-gt; Color = ColorDialog1 - gt; Color 5, the preparation of OnImage1MouseUp Image1, call for : a) If the first odd number of pop-up mouse button, then choose rgDrawWhat the record straight section or an endpoint Center coordinates; 2) If the firs
Platform: | Size: 584157 | Author: 朱磊 | Hits:

[Other用MATLAB实现的ofdm的信道估计

Description:

本人方向是OFDM的MATLAB实现的信道估计,经典加精华收藏


Platform: | Size: 2911602 | Author: xiaofan308 | Hits:

[WEB Codeholder

Description: 显示截获浏览器中HTML页面按钮(不是Windows的按钮控件)OnClick事件,Disable浏览器右键,查看网页源码等功能按钮的程序- In the demonstration interception browser the HTML page button (is not the Windows button controls) the OnClick event, the Disable browser right key, function button the and so on examination homepage source code procedure
Platform: | Size: 66560 | Author: 站长 | Hits:

[Windows Developjanlanguage

Description: 多国语言控件,使用RTTI技术实现,带源码. The component is designed for minimal coding: Drop it on the form In the forms onCreate event handler: janLanguage1.InitLanguage(self) Add a Language Menu item somewhere in your main menu In the Language menu onclick event handler: janLanguage1.ChangeLanguage(self) Do this for all the forms of your application. -multi-language controls, the use of RTTI Technology, with source. The component is designed for minimal coding : Drop it on the form forms onCreate In the event handler : janLanguage1.InitLanguage (self) Add a Language Menu item somewhere in your main menu In the Language menu onclick event handler : janLanguage1.ChangeLanguage (self) Do this for all the forms of your application.
Platform: | Size: 3072 | Author: 海风 | Hits:

[WEB Codeqpbbsad

Description: ADS8 广告程序,后台:123 onclick.asp 加代码样式需要添加此内的命令完整的统计计算费用,不过是 0.01/点的 唉后台不断完善中-ADS8 advertising procedures, background : 123 onclick.asp increase code of this type need to be added within the order complete statistics on the charges, but was 0.01/point Alas background constantly perfected
Platform: | Size: 182272 | Author: 萧然 | Hits:

[2D Graphic基本画线实现算法

Description: 新建一个C++Builder项目 设置Form1的font为“宋体,小五” 在Form1中添加一个TRadioGroup组件rgDrawWhat供选择画什么图形;添加一个Tbutton组件colorBtn和一个TcolorDialog组件ColorDialog1;添加一个TImage组件Image1。 3、 将当前项目保存在自己实验文件夹的exp1子文件夹中(以防错误操作而前功尽弃)。 编写colorBtn的OnClick事件,激活ColorDialog1,并获取所选择的颜色: if (ColorDialog1->Execute()) Image1->Canvas->Pen->Color = ColorDialog1->Color 5、 编写Image1的OnImage1MouseUp事件,要求实现: 1) 若是第奇数次鼠标按钮弹起,则根据rgDrawWhat的选择,记录直线第一个端点或圆心坐标; 2) 若是第偶数次鼠标按钮弹起,则根据rgDrawWhat的选择,记录直线第二个端点并利用TCanvas的MoveTo()和LineTo()方法画出直线段,或计算出圆的外接矩形后调用TCanvas的Ellipse()方法画圆。-C Builder a new project set the font to Form1 "wherein V" in Form1 add a TRadioGroup components rgDrawWhat options for what painting graphics; Add a Tbutton colorBtn components and a TcolorDialog ColorDialog1 components; Add a TImage component Image1. 3, the current project will be kept in their laboratories folders exp1 Documents folder (to prevent erroneous operation and wasted). Preparation colorBtn the OnClick, ColorDialog1 activated, and access to the choice of colors : if (ColorDialog1- gt; Execute ()) Image1- gt; Canvas- gt; Pen-gt; Color = ColorDialog1- gt; Color 5, the preparation of OnImage1MouseUp Image1, call for : a) If the first odd number of pop-up mouse button, then choose rgDrawWhat the record straight section or an endpoint Center coordinates; 2) If the firs
Platform: | Size: 583680 | Author: 朱磊 | Hits:

[WEB Codexp_ie

Description: context.htc /mbar.htc 属性说明(仿xp多级菜单 不限级) 属性 说明 默认值 备注 xmlsrc : xml文档路径 无 必须指定,xml文档不能出错 text :显示的文本 无 id :选项的id 无 onclick :选择时执行的脚本 无 accessKey:快捷键 无 check :是否选定(yes/no) no enable :使能(yes/no) yes type :类型(line/选项) 选项 img :图片 无 NOTE: 请在 MSIE 5.5 以上版本浏览 xp_IE 尚未完成-context.htc/mbar.htc attributes (imitation xp multi-level open-level menu) Note default attribute values xmlsrc Remarks : xml files must be no designated trails. xml text files can not make any mistake : the text shows no id : options without onclick id : choose the script without accessKey : no shortcuts check : if selected (yes/no) no enable : enable (yes/no) yes type : Category (line/option) options img : Photo-NOTE : please MSIE 5.5 versions View xp_IE yet to be completed
Platform: | Size: 37888 | Author: 可爱的中国 | Hits:

[Button controltbspappexecbtn

Description: TbspRunAppBtn是一款功能增强的TSpeedbutton控件,可以通过点击TbspRunAppBtn来启动应用程序,你还可以定制OnClick事件是在启动应用程序前还是后。而且还能设置只让应用程序启动一次,当你再次点击时启动的程序将被激活到前台。-TbspRunAppBtn is a feature enhancements TSpeedbutton controls, TbspRunAppBtn can click to initiate applications, You can also customize OnClick event was the launch applications before or after. But also set up only one application launch, when you click again at the start of the process will be activated to the forefront.
Platform: | Size: 4096 | Author: 刘雨 | Hits:

[OtherJSdate2

Description: (1)只选择日期 <input type="text" name="date" readOnly onClick="setDay(this) "><br/> (2)选择日期和小时 <input type="text" name="dateh" readOnly onClick="setDayH(this) "><br/> (3)选择日期和小时及分钟 <input type="text" name="datehm" readOnly onClick="setDayHM(this) ">-(1)只选择日期 <input type="text" name="date" readOnly onClick="setDay(this) "><br/> (2)选择日期和小时 <input type="text" name="dateh" readOnly onClick="setDayH(this) "><br/> (3)选择日期和小时及分钟 <input type="text" name="datehm" readOnly onClick="setDayHM(this) ">
Platform: | Size: 6144 | Author: daidenghua | Hits:
« 12 3 »