#!/bin/sh . /www/cgi-bin/functions.sh print_cgi_header print_ca_http_header "/funcs.js" cat < var pchar = "|"; // progress char var maxchars = 50; var delay_time = 1300; // msecs var charcount = 0; function makeStr(strsize, fillchar) { var temp = ""; for (i=0; i < strsize ; i ++) temp = temp + fillchar; return temp; } function updateProgress() { var cf = document.forms[0]; if (charcount < maxchars) { charcount ++; cf.progress.value = makeStr(charcount,pchar); setTimeout("updateProgress()",delay_time); } else location.href="welcome_detwan2.html" }

  

 

 

                    
  
0%                                              100%