`
lerluc
  • 浏览: 16625 次
  • 性别: Icon_minigender_1
  • 来自: 深圳
最近访客 更多访客>>
文章分类
社区版块
存档分类
最新评论

IE6 throws security warning when show/hide an iframe

阅读更多
<iframe src=javascript: style=display:none></iframe>

$('iframe').show()
$('iframe').hide()


<iframe src=javascript: width=0 height=0></iframe>

$('iframe').width(width).height(height)
$('iframe').width(0).height(0)
分享到:
评论

相关推荐

    JAVA第二章超市系统

    List&lt;ShopBill&gt; findAll()throws SQLException, ClassNotFoundException; /** * 根据账单ID查询信息 */ ShopBill selectb(int billid) throws SQLException; /** * 根据用户ID查询信息 */ List...

    jsp的多个文件上传下载

    * @throws Exception 运行异常 */ public boolean upLoad(HttpServletRequest request) throws Exception; /** * 释放系统资源. * @return 析构情况 * @throws Exception 运行异常. */ public boolean ...

    日期操作工具类

    * @throws ParseException */ public static String formatDate(Date sourceDate) /** * 将日期对象按照指定格式转换为时间字符串 * @param sourceTime * @param formatStr * @return * @throws ...

    Android 串口通信实例 基于eclipse开发

    public boolean open() throws SecurityException, IOException; //打开串口 public void close(); //关闭串口 public void beginRead();//开始读数据 public void endRead(); //停止读数据 public boolean ...

    Servelt技术做的E家园

    * This method is called when a form has its tag value method equals to get. * * @param request * the request send by the client to the server * @param response * the response send by the ...

    java throws声明异常实例一

    java throws声明异常实例一 java throws声明异常实例一

    异常处理throws关键字

    hrows关键字通常被应用在声明方法时,用来指定可能抛出的异常,throws 用于抛出方法层次的异常,并且直接由些方法调用异常处理类来处理该异常

    ajax简单入门讲解

    protected void service(HttpServletRequest request, HttpServletResponse response) throws ServletException, IOException { // TODO Auto-generated method stub doPost(request,response); } @...

    安卓android-serialport-api 串口demo源代码.zip

    安卓android-serialport-... public SerialPort(File device, int baudrate) throws SecurityException, IOException { /* Check access permission */ if (!device.canRead() || !device.canWrite()) { try {

    hbase创建二级索引

    public class IndexBuilder3 extends ...Context context) throws IOException, InterruptedException { //获取所有需要建索引的列 Set[]&gt; keys = indexs.keySet(); for (byte[] k:keys){ // 该列对应的索引表名字

    用户管理系统(ums)

    throws ServletException, IOException { // 设置编码格式 response.setContentType("text/html;charset=GB18030"); response.setCharacterEncoding("GB18030"); request.setCharacterEncoding("GB18030...

    随机验证码源代码详解

    public void doGet(HttpServletRequest request, HttpServletResponse response) throws ServletException, IOException { //response.setContentType(CONTENT_TYPE); response.setContentType("image/jpeg"); ...

    Java的FTP任务代码实例

    47. * @throws IOException 48. */ 49. public void login() throws Exception { 50. ftpClient = new FTPClient(); 51. ftpClient.configure(getFTPClientConfig()); 52. ftpClient.setDefaultPort(port...

    silk4j:[全平台] Silkv3编解码器的Java接口,同时支持mp3格式的编解码

    public static void init () throws IOException { } // 初始化时可选指定缓存目录,未指定则使用系统目录 public static void init ( File tmpDir ) throws IOException { } // 以下为编码函数,只可以同时...

    数据库测试test.sql

    public void show(HttpServletRequest request, HttpServletResponse response) throws ServletException, IOException { //获取表单的数据 String userId = request.getParameter("userId"); if(userId == null...

    mvc实现操作

    protected void doGet(HttpServletRequest request, HttpServletResponse response) throws ServletException, IOException { // TODO Auto-generated method stub doPost(request, response); }

    java throws声明异常实例二

    java throws声明异常实例二 java throws声明异常实例二

    JDBC.txt是链接mysql数据库的源码,复制粘贴即可,需要mysql.jar包

    public static void main(String args[]) throws ClassNotFoundException, SQLException { //驱动 Class.forName("com.mysql.cj.jdbc.Driver"); //建立连接 String url="jdbc:mysql://127.0.0.1:3306/test?...

    throws与throw区别

    throws与throw.txt区别区别区别区别

    Java生成pdf的demo.rar

    java导出pdf需要用到iText库,iText是著名的开放源码的站点sourceforge一个项目,是用于生成PDF...public void getPDFdemo() throws DocumentException, IOException{ //这个导出用的是 iTextAsian.jar 和iText-2.1.3

Global site tag (gtag.js) - Google Analytics