| \n'); } if ( plugin ) { setTextOfTextfield('hasFlash','',true); var submission = findObj('set_flash'); // submit the form that contains the "has_flash" hidden field. // "has_flash" will be either "true" //setTimeout('submission.submit()',timing*1000); // redirect to the appropriate page. this can be commented out if the // redirection will be done on the server setTimeout('window.location = "http://www.rmuislandsports.org/OnTheMove/findoutmore.about_rmu?ipage=61758"',timing*1000); // write the appropriate image and link in the file writeAppropriateImage('http://www.rmuislandsports.org/OnTheMove/findoutmore.about_rmu?ipage=61758'); //alert(submission.hasFlash.value); } else if (!(navigator.appName && navigator.appName.indexOf("Netscape")>=0 && navigator.appVersion.indexOf("2.")>=0)){ setTextOfTextfield('hasFlash','',false); var submission = findObj('set_flash'); // submit the form that contains the "has_flash" hidden field. // "has_flash" will be "false" //setTimeout('submission.submit()',timing*1000); // redirect to the appropriate page. this can be commented out if the // redirection will be done on the server setTimeout('window.location = "http://www.rmuislandsports.org/OnTheMove/findoutmore.about_rmu?ipage=61758"',timing*1000); // write the appropriate image and link in the file writeAppropriateImage('http://www.rmuislandsports.org/OnTheMove/findoutmore.about_rmu?ipage=61758'); //alert(submission.hasFlash.value); } //--> |