main
kgdxpr 1 year ago
parent 35f1e131a4
commit 79c30d9930

@ -33,6 +33,16 @@
background-color: #ff5722 !important; background-color: #ff5722 !important;
color: #EEEEEE; color: #EEEEEE;
} }
.outer {
width: 500px;
height: 500px;
}
.inner {
}
</style> </style>
</head> </head>
@ -140,10 +150,7 @@
content: './pdfjs/web/viewer.html?file=' + encodeURIComponent(pdfUrl) content: './pdfjs/web/viewer.html?file=' + encodeURIComponent(pdfUrl)
}); });
} }
function GetQueryString(name, istop) { function GetQueryString(name, istop) {
var reg = new RegExp("(^|&)" + name + "=([^&]*)(&|$)", "i"); var reg = new RegExp("(^|&)" + name + "=([^&]*)(&|$)", "i");
var r = window.location.search.substr(1).match(reg); var r = window.location.search.substr(1).match(reg);

Loading…
Cancel
Save