Recently, ESET add my domain name to the black-list of their database. You can’t open my site and been warned my site is not safe if your PC is running the ESS or EAV. Why Eset block my site?The answer is obvious. That is reason that you come here. I promise that my site is pure, no virus, no spyware, no Trojan, no pop ads. You can test my word through intalling Kaspersky or other Antivirus Software. If you want open my site and take latest escalation ID & Activation Code, close your ESET software(disable antivirus and antispyware protection function temporarily) or by proxy or virtual machinor. You can also feed the RSS source http://feed.loserblog.cn.
Recently, ESET add my domain name to the black-list of their database. You can’t open my site and been warned my site is not safe if your PC is running the ESS or EAV. Why Eset block my site?The answer is obvious. That is reason that you come here. I promise that my site is pure, no virus, no spyware, no Trojan, no pop ads. You can test my word through intalling Kaspersky or other Antivirus Software. If you want open my site and take latest escalation ID & Activation Code, close your ESET software(disable antivirus and antispyware protection function temporarily) or by proxy or virtual machinor. You can also feed the RSS source http://feed.loserblog.cn.
Object-depth study PopUp
I asked in an office with tips on the system functions, I have studied for a long time, try for a number of ways. Window.open to regularly use the tips, but how long, however, customers have to say that impatience, a pop-up window is too complicated. So I am thinking of using CreatePopup () method, but the issue, since it is an office system, taking into account the compatibility issue, not taking into account the Netscape browser, we must consider IE 5.0 and IE 5.5 problem. IE 5.0 is not CreatePopup support the method, or can only be used to simulate Window.open. So I wrote two tips box method were using the browser version of the judgement and use the appropriate method. Tip box and MSN effect the same as tips, but In IE 5.0 is used to replace the window.open CreatePopup ().
Here to see the demo
window.open's MSN tips box in IE 5.0 to effect the following version can be seen.
Well nonsense so much that we object to study the Popup
popup object is a borderless window, any window in its top, it must use a script to control, through the javascript we can control him the position, Wang Limian can also write content. Note: If a fixed size, content beyond Display area, will not be rolling, if a user clicks outside, it would automatically disappear. It uses parent attribute to open it to the window.
1. Grammar
Create a popup object;
var popupobj = window.createPopup ()
Create a pop-up window from the document visit popup object properties and methods:
popupobj.property | method ([parameters])
2. Attribute
document
popupobject.document
This attribute is a script to the only entrance Popup target. For example:
popobj.document.body.style.border = "solid 1px # 000000" we can set up a pop-up window to the general border.
isOpen
popupobject.isOpen
Return value: Boolean
If the pop-up window that, isOpen to return to True, it is False.
3. Methods
hide ()
popupobject.hide ()
Tip, if you want to add a pop-up window closed its own button, you can do this: assuming the name of pop-up window is popobj, then we should use parent.popobj.hide () to turn off their
show (left, top, width, height [, positioningElementRef])
The default left, top to 0, show that the region is the display coordinates, width, height and width of the window is high.