https://shopplugin.net/kb/insecure-content/
download google chrome canary
HKEY_LOCAL_MACHINE SYSTEM CurrentControlSet Services EventLog Application AppName Security System DriverName CustomLog AppNameYou cannot use a source name that has already been used as a log name. In addition, source names cannot be hierarchical; that is, they cannot contain the backslash character ("\").
Registry Value | Description |
---|---|
CategoryCount | Number of event categories supported. This value is of type REG_DWORD. |
CategoryMessageFile | Path to the category message file. A category message file contains language-dependent strings that describe the categories. This value can be of type REG_SZ or REG_EXPAND_SZ. |
EventMessageFile | Path to one or more event message files; use a semicolon to delimit multiple files. An event message file contains language-dependent strings that describe the events. This value can be of type REG_SZ or REG_EXPAND_SZ. |
ParameterMessageFile | Path to the parameter message file. A parameter message file contains language-independent strings that are to be inserted into the event description strings. This value can be of type REG_SZ or REG_EXPAND_SZ. |
TypesSupported | Bitmask of supported types. This value is of type REG_DWORD. It can be one or more of the following values:
|
<%@ Page Language="VB" AutoEventWireup="false" CodeFile="Test.aspx.vb" Inherits="Test" %>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head runat="server">
<title></title>
</head>
<body>
<form id="form1" runat="server">
<div>
<asp:HyperLink ID="HyperLink1" runat="server" NavigateUrl="Test2.aspx#Link">
錨點連結至Test2.aspx</asp:HyperLink>
</div>
</form>
</body>
</html><%@ Page Language="VB" AutoEventWireup="false" CodeFile="Test2.aspx.vb" Inherits="Test2" %>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"><html xmlns="http://www.w3.org/1999/xhtml"><head runat="server"><title></title></head><body><form id="form1" runat="server"><div>第一行<br />1<br /><br /><br />2<br /><br /><br />3<br /><br /><br />4<br /><br /><br />5<br /><br /><br />6<br /><br /><br />7<br /><br /><br />8<br /><br /><br />9<br /><br /><br />10<br /><br /><br /><a id="Link"></a>錨點連結點11<br /><br /><br />12<br /><br /><br />13<br /><br /><br />14<br /><br /><br />15<br /><br /><br /></div></form></body></html>