- 浏览: 1021064 次
- 性别:
- 来自: 天津
文章分类
- 全部博客 (445)
- Java (22)
- J2EE (18)
- Flex (102)
- Flex-blazeds (1)
- Flex-FABridge (2)
- Flex4 (3)
- CheckStyle (2)
- PowerDesigner (0)
- POI (2)
- Java2Word (2)
- 杂项 (15)
- 日记 (3)
- 数据库-oracle (41)
- 数据库-SQLServer (7)
- 中间件 (1)
- 英语 (8)
- C# (43)
- ASP.net (72)
- ASP.net MVC (28)
- 微软-Entity Framework (19)
- JavaScript (22)
- JQuery (31)
- EasyUI (3)
- VS2010 (4)
- CVS (1)
- Tomcat (3)
- Linux (1)
- 遗留问题 (1)
- iphone (1)
- MAC (0)
- 系统 (2)
- Web Service (4)
- Cache Manager (1)
- PMP (1)
- WCF (10)
- BootstrapJs (1)
- Web API (6)
- Go语言 (0)
- 网络协议 (2)
- Redis (10)
- RabbitMQ (10)
- Git (3)
- Kafka (5)
- ELK (5)
- Nginx (3)
- 测试 (2)
最新评论
-
ygm0720:
Table行拖拽自己实现 -
程乐平:
Flex4开发视频教程(27集)下载http://bbs.it ...
Flex4教程 -
liuweihug:
Jquery+asp.net 后台数据传到前台js进行解析的办 ...
AJAX $.toJSON的用法或把数组转换成json类型 -
weilikk:
谢谢谢谢!!
javascript IE下不能用 trim函数解决方法 -
gxz1989611:
vigiles 写道请问楼主:[Fault] exceptio ...
blazeds推送技术至Flex
<input onclick="document.all.WebBrowser.ExecWB(1,1)" type="button" value="打开" name="Button1"> <input onclick="document.all.WebBrowser.ExecWB(4,1)" type="button" value="另存为" name="Button2"> <input onclick="document.all.WebBrowser.ExecWB(10,1)" type="button" value="属性" name="Button3"> <input onclick="document.all.WebBrowser.ExecWB(6,1)" type="button" value="打印" name="Button"> <input onclick="document.all.WebBrowser.ExecWB(8,1)" type="button" value="页面设置" name="Button4"> <input onclick="window.location.reload()" type="button" value="刷新" name="refresh"> <input onClick="window.external.ImportExportFavorites(true,'');" type="button" value="导入收藏夹" name="Button5"> <input onClick="window.external.ImportExportFavorites(false,'');" type="button" value="导出收藏夹" name="Button32"> <input onClick="window.external.AddFavorite(location.href, document.title)" type="button" value="加入收夹"name="Button22"> <input onClick="window.external.ShowBrowserUI('OrganizeFavorites', null)" type="button" value="整理收藏夹" name="Submit2"> <input onclick='window.location="view-source:" + window.location.href' type="button" value="查看源文件" name="Button7"> <input onClick="window.external.ShowBrowserUI('LanguageDialog', null)" type="button" value="语言设置" name="Button6"> <input onClick="document.execCommand('Cut')" type="button" value="剪切"> <input onClick="document.execCommand('Copy')" type="button" value="拷贝"> <input onClick="document.execCommand('Paste')" type="button" value="粘贴"> <input onClick="document.execCommand('Undo')" type="button" value="撤消"> <input onClick="document.execCommand('Delete')" type="button" value="删除"> <input onClick="document.execCommand('Bold')" type="button" value="黑体"> <input onClick="document.execCommand('Italic')" type="button" value="斜体"> <input onClick="document.execCommand('Underline')" type="button" value="下划线"> <input onClick="document.execCommand('stop')" type="button" value="停止"> <input onClick="document.execCommand('SaveAs')" type="button" value="保存"> <input onClick="document.execCommand('Saveas',false,'c:\\Autorun.inf')" type="button" value="另存为"> <input onClick="document.execCommand('FontName',false,fn)" type="button" value="字体"> <input onClick="document.execCommand('FontSize',false,fs)" type="button" value="字体大小"> <input onClick="document.execCommand('refresh',false,0)" type="button" value="刷新"> <input onclick="window.location.reload()" type="button" value="刷新"> <input onclick="history.go(1)" type="button" value="前进"> <input onclick="history.go(-1)" type="button" value="后退"> <input onclick="history.forward()" type="button" value="前进"> <input onclick="history.back()" type="button" value="后退"> <input type="button" value="弹出固定窗口" onClick="javascript:window.open('#','','scrollbars=yes,width=600,height=200')" > <input type="button" value="没有提示关闭" onclick="window.opener=null;window.close();" /> <input type="button" value="点击进入另一页面" onclick="window.location.href=''" /> <input type="button" value="返回上一页" onclick="javascript:history.go(-1);" />
发表评论
-
IDEA设置类注解和方法注解(详解)
2019-09-10 16:03 1508从eclipse工具到IDEA工具的转化,发现IDEA工具配 ... -
IntelliJ Idea 常用快捷键列表
2019-09-06 19:28 376Ctrl+Shift + Enter,语句完成“!”,否定 ... -
WebService--xfire中对集合的配置和操作
2012-04-24 08:48 1468xfire下载URL: http://xfire.codeh ... -
Java,C#,Flex三方通讯(一)
2012-03-19 20:13 1535今天是第一讲: Java调用C#-WebService ... -
Java,C#,Flex三方通讯(一)
2012-03-19 20:11 3今天是第一讲: Java调用C#-WebService ... -
JAVA中重写equals()方法为什么要重写hashcode()方法说明
2012-03-13 14:11 7820重写hashCode()时最重要的原因就是:无论何时,对 ... -
java中instanceof用法
2012-03-13 13:28 1465java 中的instanceof 运算符 ... -
Java中的instanceof关键字
2012-03-05 09:36 1009instanceof是Java的一个二 ... -
Java中ArrayList和LinkedList区别
2012-02-20 08:38 1028一般大家都知道ArrayList和LinkedList的大致区 ... -
JSP/Servlet:Scripting Variable
2011-12-31 15:09 1426Scripting,Variable是用于自 ... -
JSP自定义标签 实例
2011-12-31 15:07 1690定义:自定义标签是一种非常优秀的组件技术。通过使用自定义标签库 ... -
写自定义标签时标记attribute里rtexprvalue的用法
2011-12-31 11:00 1135其实以前也有写过自定义标签, 但是没有注意到过<rtex ... -
Tomcat 连接池配置 - META-INF
2011-12-30 15:07 1777Tomcat 6.0连接池配置 1.Tomca ... -
jsp指示元素
2011-12-30 15:06 1446指示元素 指示元素的作用是:指示容器在将JSP翻译成serv ... -
jsp脚本元素
2011-12-30 15:06 3347元素与模板数据 JSP页面内容可以分为两种类型,一种是能够被 ... -
jsp行为元素
2011-12-28 14:03 1743行为元素 行为元素的作用:与指示元素不同,行为元素是与特定的 ... -
jsp 隐藏对象
2011-12-28 13:42 1659隐藏对象即不用声明该 ... -
各数据库驱动的JAVA包 jar
2011-12-28 13:30 1383MySQL ConnectorJ v5.1http://dev ... -
比较全面的taglib标签库介绍
2011-12-28 13:25 4551一、定义标签文件(web.xml) <taglib&g ... -
JDK7的推出,oracle独揽Java,是好是坏
2011-09-29 16:51 1454今天在CSDN看到JDK7也推出了lambda语法, 还有JD ...
相关推荐
在web页面开发时,我们经常会遇到下列情况... 触发onclick事件。 代码如下: 代码如下: [removed] function del(){ if(confirm(“确定删除该记录?”)){ parent.[removed]=”执行删除.jsp”; return true; } r
在 JSP 中,我们可以使用 input 标签来创建按钮,例如:<input type="button" value=" Delete" onclick="conn.Delete()">。这里的 type 属性值为 "button",表示这是一个普通的按钮,而不是提交按钮或重置按钮。...
<button onclick="myFunction('<%= someValueFromBackend %>', '<%= anotherValue %>')">Click me</button> ``` 这里的`<%= someValueFromBackend %>`和`<%= anotherValue %>`是JSP表达式,它们会在服务器端被...
<button onclick="VirtualKeyboard.hide()">隐藏键盘</button> ``` 最后,要确保在实际部署时,所有的资源文件路径正确,以便浏览器能够成功加载。同时,考虑到兼容性和性能,需要测试在不同的设备和浏览器上的...
<button onclick="stopMedia()">停止</button> function playMedia() { // 发送Ajax请求到服务器,调用播放方法 } function stopMedia() { // 发送Ajax请求到服务器,调用停止方法 } ``` 6. **处理错误**...
<button onclick="pauseMusic()">暂停</button> function playMusic() { var audio = document.getElementById("myAudio"); audio.play(); } function pauseMusic() { var audio = document....
<button onclick="var result = confirm('确定要删除吗?'); if(result) alert('已删除'); else alert('操作已取消')">删除确认</button> <button onclick="var input = prompt('请输入你的名字'); alert('你好,'...
<input type="button" value="关闭窗口" onclick="javascript:window.close()" /> ``` **注意:** 上述代码中使用了`javascript:`伪协议,实际上这是多余的,可以直接使用`window.close()`。 **修改后的代码:** ``...
<button onclick="changeFrameSource()">切换页面</button> function changeFrameSource() { var frame = document.getElementById('contentFrame'); frame.src = 'anotherPage.jsp'; } ``` 在这个示例...
<button onclick="playVideo()">Play</button> function playVideo() { var video = document.querySelector('video'); video.play(); } ``` 最后,如果你的视频格式不被所有浏览器支持,或者为了提高加载速度...
<button type="button" onclick="uploadFile()">上传</button> ``` 2. **JavaScript处理**:在`onclick`事件中,JS捕获文件并发起AJAX请求。`FormData`对象用于封装文件数据,`XMLHttpRequest`或`fetch` API用于...
<button onclick="document.getElementById('myMusic').pause()">暂停</button> <button onclick="document.getElementById('myMusic').play()">播放</button> ``` 这段代码在页面上展示了播放和暂停按钮,点击按钮...
<button onclick="jumpToPage()">跳转</button> ``` ##### 3. 提交表单 通过提交表单来实现页面跳转,通常用于表单数据提交后的页面跳转。例如: ```html <form action="target.jsp" method="post"> 提交"> ``` ...
6. 使用JavaScript实现删除数据前的确认,可以结合`onclick`事件和`confirm`对话框,如`<button onclick="return confirm('确定要删除吗?')">删除</button>`,当用户点击“确定”时,按钮的点击事件才会继续执行。 ...
### JSP调用IE菜单命令知识点详解 #### 一、概述 在早期的网页开发过程中,开发者们常常希望实现一些富文本编辑的功能或是对浏览器行为进行控制,例如复制、粘贴、字体设置等操作。IE浏览器(Internet Explorer)...
<input type="button" id="bt2" value="删除选项" onClick="deleterow();"/> ``` 三、table标签的设置 在JSP页面中,我们需要设置table标签的id,以便JavaScript能够识别该table。下面是实现代码: ```jsp ...
<input type="button" name="Submit2" value="返回当前月" onClick="javascript:window.location.href='index.jsp'"> <input type="button" name="Submit3" value="下月" onClick="javascript:window....
例如:<input name="txt"><input type="button" value="set day" onclick="setday(this,document.all.txt)"> 知识点三:控件的功能 控件具有以下几个功能: * 点击控件可以弹出一个日历选择器,用户可以选择日期...
这里的`onclick`事件绑定了一段JavaScript代码`window.print()`,该方法会在用户点击按钮时触发浏览器的打印对话框,从而打印当前页面的所有内容。 为了进一步优化打印效果,可以使用CSS媒体查询来控制打印样式。...
<button id="exportBtn" onclick="exportData()">导出数据</button> ``` 这里的`onclick`事件绑定了一个名为`exportData`的JavaScript函数,负责向服务器发送请求。 接着是JavaScript函数的实现,它通常会使用Ajax...