This commit is contained in:
timm 1998-05-28 22:38:53 +00:00
Родитель f1095a2eb2
Коммит 16be3cd2ca
2 изменённых файлов: 9 добавлений и 9 удалений

Просмотреть файл

@ -17,8 +17,8 @@
*/
<!-- to hide script contents from old browsers
var globals = parent.parent.parent.globals;
var controls = parent.parent.controls;
var globals = parent.parent.globals;
var controls = parent.controls;
function go( msg )
{
@ -57,11 +57,11 @@ function insertISPName()
function loadData()
{
parent.twostepfooter.document.writeln( "<BODY BACKGROUND='images/bg.gif' BGCOLOR='cccccc'>" );
parent.twostepfooter.document.writeln( "<P>If you have trouble setting up your account call " );
parent.twostepfooter.document.writeln( globals.getSelectedISPName() );
parent.twostepfooter.document.writeln( "at (support number).</P>" );
parent.twostepfooter.document.close();
//parent.twostepfooter.document.writeln( "<BODY BACKGROUND='images/bg.gif' BGCOLOR='cccccc'>" );
//parent.twostepfooter.document.writeln( "<P>If you have trouble setting up your account call " );
//parent.twostepfooter.document.writeln( globals.getSelectedISPName() );
//parent.twostepfooter.document.writeln( "at (support number).</P>" );
//parent.twostepfooter.document.close();
if ( controls.generateControls )
controls.generateControls();

Просмотреть файл

@ -135,10 +135,10 @@ pages[ 55 ][ 1 ] = new method( "moreinfo.htm", "parent.content.go( '' )", true )
pages[ 56 ] = new Array();
pages[ 56 ][ 0 ] = new page( "moreinfo.htm", null, null );
pages[ 56 ][ 1 ] = new method( "2stpwrap.htm", "parent.content.go( '' )", true );
pages[ 56 ][ 1 ] = new method( "2step.htm", "parent.content.go( '' )", true );
pages[ 57 ] = new Array();
pages[ 57 ][ 0 ] = new page( "2stpwrap.htm", null, null );
pages[ 57 ][ 0 ] = new page( "2step.htm", null, null );
pages[ 57 ][ 1 ] = new method( "register.htm", "parent.content.go( '' )", true );
pages[ 8 ] = new Array();