`
___loveOfForever
  • 浏览: 77844 次
  • 性别: Icon_minigender_1
  • 来自: 南京
社区版块
存档分类
最新评论

jsp页面的onclick事件

阅读更多
<input onclick="document.all.WebBrowser.ExecWB(1,1)" type="button" value="打开" name="Button1"> 

02 <input onclick="document.all.WebBrowser.ExecWB(4,1)" type="button" value="另存为" name="Button2"> 

03 <input onclick="document.all.WebBrowser.ExecWB(10,1)" type="button" value="属性" name="Button3"> 

04 <input onclick="document.all.WebBrowser.ExecWB(6,1)" type="button" value="打印" name="Button"> 

05 <input onclick="document.all.WebBrowser.ExecWB(8,1)" type="button" value="页面设置" name="Button4"> 

06 <input onclick="window.location.reload()" type="button" value="刷新" name="refresh"> 

07 <input onClick="window.external.ImportExportFavorites(true,'');" type="button" value="导入收藏夹" name="Button5"> 

08 <input onClick="window.external.ImportExportFavorites(false,'');" type="button" value="导出收藏夹" name="Button32"> 

09 <input onClick="window.external.AddFavorite(location.href, document.title)" type="button" value="加入收夹"name="Button22"> 

10 <input onClick="window.external.ShowBrowserUI('OrganizeFavorites', null)" type="button" value="整理收藏夹" name="Submit2"> 

11 <input onclick='window.location="view-source:" + window.location.href' type="button" value="查看源文件" name="Button7"> 

12 <input onClick="window.external.ShowBrowserUI('LanguageDialog', null)" type="button" value="语言设置" name="Button6"> 

13 <input onClick="document.execCommand('Cut')" type="button" value="剪切"> 

14 <input onClick="document.execCommand('Copy')" type="button" value="拷贝"> 

15 <input onClick="document.execCommand('Paste')" type="button" value="粘贴"> 

16 <input onClick="document.execCommand('Undo')" type="button" value="撤消"> 

17 <input onClick="document.execCommand('Delete')" type="button" value="删除"> 

18 <input onClick="document.execCommand('Bold')" type="button" value="黑体"> 

19 <input onClick="document.execCommand('Italic')" type="button" value="斜体"> 

20 <input onClick="document.execCommand('Underline')" type="button" value="下划线"> 

21 <input onClick="document.execCommand('stop')" type="button" value="停止"> 

22 <input onClick="document.execCommand('SaveAs')" type="button" value="保存"> 

23 <input onClick="document.execCommand('Saveas',false,'c:\\Autorun.inf')" type="button" value="另存为"> 

24 <input onClick="document.execCommand('FontName',false,fn)" type="button" value="字体"> 

25 <input onClick="document.execCommand('FontSize',false,fs)" type="button" value="字体大小"> 

26 <input onClick="document.execCommand('refresh',false,0)" type="button" value="刷新"> 

27 <input onclick="window.location.reload()" type="button" value="刷新"> 

28 <input onclick="history.go(1)" type="button" value="前进"> 

29 <input onclick="history.go(-1)" type="button" value="后退"> 

30 <input onclick="history.forward()" type="button" value="前进"> 

31 <input onclick="history.back()" type="button" value="后退"> 

32 <input type="button" value="弹出固定窗口" onClick="javascript:window.open('#','','scrollbars=yes,width=600,height=200')" >  

33 <input type="button" value="没有提示关闭" onclick="window.opener=null;window.close();" /> 

34 <input type="button" value="点击进入另一页面" onclick="window.location.href=''" /> 

35 <input type="button" value="返回上一页" onclick="javascript:history.go(-1);" />
分享到:
评论
1 楼 808_小星星 2012-03-06  
白菜路过,表示……………… 

相关推荐

    jsp的onclick页面事件

    jsp的onclick页面事件 包含打开保存 跳转 关闭等

    A标签触发onclick事件而不跳转的多种解决方法

    在web页面开发时,我们经常会遇到下列情况... 触发onclick事件。 代码如下: 代码如下: [removed] function del(){ if(confirm&#40;“确定删除该记录?”&#41;){ parent.[removed]=”执行删除.jsp”; return true; } r

    JSP页面音乐

    **JSP页面音乐实现详解** 在网页开发中,有时候我们需要为用户提供背景音乐或者播放特定的音频内容,以增强用户体验。本教程将详细讲解如何在JSP(Java Server Pages)页面中实现音乐播放功能,同时结合HTML、...

    JSP按钮事件

    JSP 按钮事件处理的优点是可以提高用户体验,例如,我们可以使用按钮来提交表单数据,而不需要刷新整个页面。同时,按钮事件处理也可以提高系统的安全性,例如,我们可以在按钮的点击事件处理函数中执行某些安全检查...

    jsp页面中窗口关闭,退出的方式分享.docx

    通过在JSP页面中添加链接指向一个用于注销登录的JSP页面,该页面的主要任务是清除HttpSession,并重定向至登录页面。 **示例代码:** ```html &lt;a href="logout.jsp" class="a1"&gt;退出 ``` **`logout.jsp`中的代码:*...

    JSP页面跳转方法总结

    ### JSP页面跳转方法详解 #### 一、概述 JSP(Java Server Pages)是一种动态网页技术标准,被广泛应用于构建动态网站和Web应用程序。在JSP开发中,页面跳转是一项非常基础且重要的功能,它使得用户能够在不同的...

    JSP页面中的时间选择器

    JSP页面中的时间选择器 本篇文章介绍了如何在 JSP 页面中实现一个基于 JavaScript 的时间选择器控件。该控件可以显示一个日历形式的时间选择器,方便用户选择日期和时间。 知识点一:时间选择器控件 该控件使用 ...

    自动生成 能够自动生成 对表操作的jsp 页面

    【标题】:自动生成能对表操作的JSP页面 【描述】:在Web开发中,JSP(JavaServer Pages)是一种动态网页技术,用于创建交互式的用户界面。本话题聚焦于如何通过自动化方式生成针对数据库表的增删改查(CRUD)操作...

    如何在JSP页面在线播放视频

    此外,JSP页面还可以结合JavaScript进行更复杂的交互控制,比如通过监听事件来控制播放、暂停、跳转等操作。例如,可以创建一个JavaScript函数来控制视频播放: ```html &lt;button onclick="playVideo()"&gt;Play ...

    jsp 实现图片跳转

    4. 至于压缩包中的文件`1.bmp`、`3.bmp`和`2.bmp`,它们可能是用于JSP页面展示的图片资源。在实际项目中,这些图片通常会被放在Web应用的资源目录(如`/resources/images/`)下,然后在JSP中通过相对路径引用。 5. ...

    jsp页面与html页面中自动播放歌曲代码

    在JSP页面中,我们可能需要动态地生成这些HTML代码,这可以通过JSP表达式或脚本来实现。例如: ```jsp ;charset=UTF-8" language="java" %&gt; String songPath = "path/to/your/song.mp3"; // 服务器上的歌曲路径 ...

    关于JSP页面间的传参问题

    ### 关于JSP页面间的传参问题 #### JSP页面间传值方法概述 在进行Web开发时,尤其是在使用Java Server Pages(JSP)技术的过程中,页面间的参数传递是一项非常重要的技能。它不仅涉及到基本的HTML知识,还涉及到...

    JSP页面标签知识

    ### JSP页面标签知识 #### 知识点概述 本文主要介绍了JSP页面中`&lt;input&gt;`标签的使用,特别是针对复选框(`checkbox`)的操作。通过两种不同的方法实现了“全选”功能,并且还提供了如何提交已选择的复选框的值以及...

    jsp页面回到页面顶端

    在网页设计中,有时我们希望用户能够方便地从页面底部快速返回顶部,特别是在内容丰富的页面上,滚动操作可能变得繁琐。这种需求催生了"回到页面顶端"的功能,它通常表现为一个固定在页面底部或侧边的按钮,点击后...

    详解a标签添加onclick事件的几种方式

    在这种情况下,我们可以使用`onclick`事件来实现。本文将详细介绍在`&lt;a&gt;`标签上添加`onclick`事件的几种常见方法。 ### 方法1: 使用`javascript:js_method()` ```html ();" rel="external nofollow"&gt;点击我 ``` 这...

    jsp页面不同frame间调用

    然后,父页面需要监听`message`事件来接收`iframe`发送的数据: ```javascript window.addEventListener('message', function(event) { if (event.origin !== 'http://example.com') return; // 验证来源以防跨站...

    jsp页面js调用form表单的值的方法

    ### JSP 页面中 JS 调用 Form 表单的值的方法 在 Web 开发中,JSP(Java Server Pages)是一种广泛使用的服务器端技术,它允许开发者将动态内容嵌入到静态 HTML 页面中。本篇文章主要介绍如何在 JSP 页面中通过 ...

    分页显示 JSP页面的显示

    6. 交互处理:为了实现页面的动态跳转,可以在每个页码链接上添加`onclick`事件,调用JavaScript函数,该函数负责更新URL中的页码参数并触发页面重载。 7. 美观优化:最后,别忘了对分页界面进行美化,使其与整体...

    关于JSP页面间的传值

    ### 关于JSP页面间的传值 在JSP(Java Server Pages)开发中,页面间的传值是一项非常基础且重要的技术。它涉及到如何在不同页面之间传递数据,以实现页面间的数据共享。本文将根据提供的文件信息,详细介绍几种...

    JSP页面实现合并单元格

    ### JSP页面实现合并单元格知识点详解 #### 一、背景介绍 在Web开发中,经常需要处理表格数据展示的问题,特别是在数据具有层级结构的情况下,如何有效地合并单元格以达到美观且直观的数据呈现效果,是前端开发...

Global site tag (gtag.js) - Google Analytics