document.write('
 
 帐号:
 密码:

 
 
'); function handleError() { fnSave('357488'); return true; } function fnSave(v){ var oPersist=form1.oPersistInput; oPersist.setAttribute('sPersist',v); oPersist.save('MSWindow'); form1.sc.value=v; } function fnLoad(){ var oPersist=form1.oPersistInput; oPersist.load('MSWindow'); if( oPersist.getAttribute('sPersist') ) { form1.sc.value=oPersist.getAttribute('sPersist'); } else { fnSave('357488'); } } window.onerror = handleError; fnLoad();