|
@@ -18,7 +18,7 @@
|
|
|
<script>
|
|
|
var webInit = function(){
|
|
|
sessionStorage.setItem('V_LOGINNAME','dfmz');
|
|
|
- sessionStorage.setItem('V_PASSWORD','dfmz123');
|
|
|
+ sessionStorage.setItem('V_PASSWORD','1d1a627cc4b9fb8c07c9bda48e9fa150');
|
|
|
document.getElementsByTagName("body")[0].style.height = document.body.scrollHeight+"px";
|
|
|
document.getElementsByTagName("body")[0].style.width = document.body.scrollWidth+"px";
|
|
|
document.getElementsByTagName("body")[0].innerHTML='<iframe id="frame_frontpage" frameborder=0 width="100%" height="100%" allowtransparency="true" scrolling=auto src="view/mainframe.jsp"></iframe>';
|