`

window.location is not a function

阅读更多

html按钮button加超链接

<input type=button onclick="window.location.href('连接')"> 
 

 

在FF上面提示是:window.location is not a function ,在IE上面正常工作。

解决方法: 使用window.location不是window.location.href

分享到:
评论

相关推荐

    关于js中[removed].href,location.href,parent.location.href,top.location.href的用法与区别

    “[removed].href”、”location.href”是本页面跳转 “parent.location.href”是上一层页面跳转 “top.location.href”是最外层的页面跳转 举例说明: 如果A,B,C,D都是jsp,D是C的iframe,C是B的iframe,B是A的...

    window.navigate 与 [removed].href 的使用区别介绍

    首先说明的是 window.navigate 与 [removed].href 都是实现页面链接跳转的,下面将介绍它们的区别。感兴趣的朋友可以参考下

    107个常用javascript语句

    24.指定当前显示链接的位置:window.location.href="URL" 25.取出窗体中的所有表单的数量:document.forms.length 26.关闭文档的输出流:document.close(); 27.字符串追加连接符: = 28.创建一个文档元素:document....

    javascript的propertyIsEnumerable()方法使用介绍

    代码如下: /* propertyIsEnumerable()是... */ function MyObject() { this.name = “我是实例的属性”; } var obj = new MyObject(); alert&#40;obj.propertyIsEnumerable(“name”&#41;);//true MyObject.prototype

    出现问题a is defined高手帮忙

    buttonZoomingHTML: 'Drag a region on the map', buttonZoomingStyle: {background: '#FF0'}, overlayRemoveTime: 6000, backButtonEnabled: false, stickyZoomEnabled: false, rightMouseZoomOutEnabled: ...

    javascript函数的解释

    88.window.location的属性: protocol(http:),hostname(www.example.com),port(80),host(www.example.com:80),pathname("/a/a.html"),hash("#giantGizmo",指跳转到相应的锚记),href(全部的信息) 89.window.location....

    数位板压力测试

    The definition is not lim¬ited to de¬vices that use a physical tablet. In fact, this specification can support de¬vices that combine rela¬tive and absolute pointing as well as purely relative ...

    FlexGraphics_V_1.79_D4-XE10.2_Downloadly.ir

    TFlexGrid is released, and a user's one is set). - ADD: In the class TFlexGrid added the properties HOffset and VOffset - contain grid offset relative to document's upper-left corner. - FIX: In the ...

    Making Games with Python & PyGame.pdf(with code)

    Who is this book for? ........................................................................................................................ i About This Book ..........................................

    如何实现web页面的提示保存功能

    }else // If does not need { window.location=arg; return true; }}function showsavemessage(arg){if (window.confirm(&quot;Save Change?&quot;)) { document.all[&quot;txtSave&quot;].value=&quot;1&quot;; ...

    编辑任意PDF文件

    This useful function is fast and easy for users looking for text within a document or an article. 3.Navigating with Bookmarks Navigating through bookmarks is an efficient way for users to link to ...

    cordova-baiduLocation:cordova 百度定位插件

    使用的百度Android定位SDK 5.01在AndroidManifest.xml中的"com.baidu.lbsapi.API_KEY" 修改为自己申请的百度Key调用方式window.baiduLocation.startLocation(function (success) {alert&#40;success.latitude + "," ...

    BURNINTEST--硬件检测工具

    - Corrected a Disk test bug where on rare occasions a verification error is incorrectly displayed. This is during the random seeking phase of the "Random data with random seeking" test mode and ...

    AD630锁相放大资料

    Box 9106, Norwood, MA 02062-9106, U.S.A. Tel: 781/329-4700 www.analog.com Fax: 781/326-8703 © 2004 Analog Devices, Inc. All rights reserved. REV. E Balanced Modulator/Demodulator FUNCTIONAL BLOCK ...

    DebugFactory3.zip

    find that window images and Help messages are not displayed. Such users should either install Internet Explorer Version 5.0 or later, or download 50comupd.exe and Hhupd.exe from the following ...

    BCGControlBarPro.v12.00

    Items align support: New CBCGPGridItem::GetAlign function. Item's alignment is specified by CBCGPGridCtrl::SetColumnAlign. Grid horizontal pagination support. Added CBCGPGridPage::m_nWidth - page ...

    D3D render pipeline

    GDI in a Direct3D application window and a method for mixing these two Win- dows subsystems is presented. Almost every full-screen application will want to use the cursor management provided by the ...

    python3.6.5参考手册 chm

    Print Is A Function Views And Iterators Instead Of Lists Ordering Comparisons Integers Text Vs. Data Instead Of Unicode Vs. 8-bit Overview Of Syntax Changes New Syntax Changed Syntax Removed ...

    Sublime Text Build 3124 x64 Setup.exe

    Settings now open in a new window, with the default and user settings side-by-side Hovering over a symbol will show a popup indicating where it's defined. This is controlled with the show_definitions ...

    SAX符号化序列范例源码

    This function takes in a time series and convert it to string(s). There are two options: 1. Convert the entire time series to ONE string 2. Use sliding windows, extract the subsequences and convert...

Global site tag (gtag.js) - Google Analytics