@ -33,6 +33,16 @@
background-color: #ff5722 !important;
color: #EEEEEE;
}
.outer {
width: 500px;
height: 500px;
.inner {
</style>
</head>
@ -141,9 +151,6 @@
});
function GetQueryString(name, istop) {
var reg = new RegExp("(^|&)" + name + "=([^&]*)(&|$)", "i");
var r = window.location.search.substr(1).match(reg);