Recently found that a lot of people in the promotion of Firefox free to do nothing, casually toyed with this open source browser, found that it is really practical, flexible, I summarized below some of the skills and share, I hope more people can love this browser.
The first trick: Hide Firefox's splash screen
Right-click the Firefox desktop shortcut, select the property options, add parameters after the
What I want to say is why I wrote this blog to commemorate my introduction to the Firefox browser. Recently, began to contact it, saw a lot of it cattle people strongly recommend the use of "Firefox browser" as a development.Won the guidance of Daniel!DownloadInstallationThis is to sync some of the information in our previous browser to the Firefox browser loca
JavaScript Gets the event first from a simple example, a simple button control is as follows:then register the event for it, in this case, how to get the event in JavaScript, especially the Firefox situation. Please see:no accident, in IE/FF, the above example will output input, which is the name of the tag that triggered the Click event node, IE's event gets here does not say, focus on the situation under
certificates-> your certificates-> Import...
If you use JavaScript, you can use crypto object to generate them.
Use crypto. generatecrmfrequestGenerate a key pair and create a Certificate Request Message
Send the generated certificate request message to remote server"The string found by accessing crmfobject. Request is the base-64 encoded crmf message to be sent to the CA/RA"
After your certificate request is approved, you will get a Public Key
Js to get the current mouse position, compatible with ie and firefox, see the following code:
Articles you may be interested in
Javascript to get the current mouse position (compatible with IE and firefox)
Javascript determines whether the mouse is left or right-click-compatible with ie,
JavaScript gets Event
To start with a simple example, a simple button control is as follows:
Then register the event for it, and in this case, how to get an event in JavaScript, especially Firefox. Please see:
No accident, in the IE/FF, the above example will output input, that is, the trigger Click event node label name, ie, the event access here will not say, the focus of the situation
The JavaScript getyear () function is intended to get the current "year", such as:
[Ctrl + A All SELECT Note: If the need to introduce external JS need to refresh to perform]
In IE browser execution for the correct "2008", but Firefox and other browsers under the implementation of "108". The reason is that in Firefox and other browsers g
understanding of cookie time this article suddenly dawned :
for IE , the effective time period for a cookie is the interval between the time that is understood as the client and the server side, that is, if the cookie is set to time () +300, in IE, The valid conditions for a cookie are: Client time (authentication cookie time)-server-side time (time to define cookie) for Firefox , the effective time of the cookie is entirely determined by th
/xhtml1-strict.dtd>
Document. getElementById ('My-file '). the files method is used to obtain the set of files selected by the user. Generally, a single file is selected (it seems that FireFox supports multi-file selection, but it has not been tried, readers can try it by themselves). The item array can get a file, and then we can use the attributes and methods provided by nsIDOMFile. It includes two attri
In the following code, Firefox and the lower version of the Chrome browser will be error, because #div is undefined.HTML>lang="en">charset="UTF-8">type="button"value="button"onmouseover="Div1.style.Display=' Block '" onmouseout="Div1.style.Display=' None '"/>id="Div1">JavaScript little Practice-firefox and the lower version of Chrome must take the document method to get
Get the content of an IFRAME in Javascript-crossbrowser solution for both IE and Firefox
Http://roneiv.wordpress.com/2008/01/18/get-the-content-of-an-iframe-in-javascript-crossbrowser-solution-for-both-ie-and-firefox/
OK, let's imagine the use case: I have an IFRAME somewhere on my page, and when I click a li
We know that the innerHTML attribute with the browser itself can get the value of the string contained in the node, such as the following nodes:
Copy Code code as follows:
Pass
Copy Code code as follows:
var Obj=document.getelementbyid ("Test"); alert (obj.innerhtml);//The value returned is
If I want to get the text value of the node, it does not include the strin
This article describes the JS compatible Firefox to get the image width and height of the method. Share to everyone for your reference. The implementation methods are as follows:
I hope this article will help you with your JavaScript programming.
Recently with the Firefox Hang agent grab bag found that Firefox browser every few seconds send a get package toHttp://detectportal.firefox.com/success.txtLooking at God annoying, so Google found the relevant closure method.In the Address bar, enterAbout:configSearchNetwork.captive-portal-service.enabledDouble-click instead of FALSE toGrab the bag and see that th
In the past few weeks, a very interesting extension has been unveiled in Mozilla's add-ons library, which is a vivaldifox extension that adds dynamic UI color options to the Firefox browser. When Vivaldi was released, this feature made it an important part of the difference between existing browsers, which has not yet been replicated by other competitors.In the Vivaldi browser, when a user visits a website, the browser will discover the important colo
Get the implementation code of an adjacent element of the same type under FF Firefox.
The Code is as follows:
// Compatible with Firefox, which obtains the same type of last adjacent node of a nodeFunction perviussiblingsametype (node, cnode){// If it is null, null is returned.If (node. previussibling = null){Return null;}Else{// The node types are not equal.
the view, this is very inconvenient for the development of this kind of website application.One option, of course, is to use Firebug for debugging. But for developers who develop mashup applications, it is often important to open the API connection provided by a third-party service to view the data format directly, in which case the jsonview extension will be more satisfying.(1) Jsonviewhttp://mozilla.com.cn/thread-30295-1-1.html Download plugin.With the Jsonview extension, JSON-formatted data
I'm going to use PHP to simulate logging on to the intranet TFS, and then update the task regularly. now, the first step is to simulate logging on to TFS, but use firefox to try to capture the login data packet, however, you cannot see the GET or POST fields. For example, when you open this page, the login box will pop up: This is filled in...
I'm going to use PHP to simulate logging on to the intranet TFS,
Firefox browser to get Flash upload files
Flash upload in Firefox browser is not available.
Mainly because flash in the Firefox browser upload process to create a new session
A browser-independent session. Here we become pagesession.
So in the background Java code can not get
The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion;
products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the
content of the page makes you feel confusing, please write us an email, we will handle the problem
within 5 days after receiving your email.
If you find any instances of plagiarism from the community, please send an email to:
info-contact@alibabacloud.com
and provide relevant evidence. A staff member will contact you within 5 working days.