Changeset 540 for branches

Show
Ignore:
Timestamp:
11/08/10 02:01:01 (19 months ago)
Author:
fnicola
Message:

Se agrego timeout para volver a pagina anterior luego de un submit.
el tiempo es de 5000 milisegundos (5s).

Location:
branches/nightwing-backfire/nightwing/www/cgi-bin
Files:
2 modified

Legend:

Unmodified
Added
Removed
  • branches/nightwing-backfire/nightwing/www/cgi-bin/nw_config/header_html

    r535 r540  
    1515          Nifty("div#box","big"); 
    1616      } 
     17      function delayed(){ 
     18         window.location =  "/cgi-bin/nw_config/nw_conf_web.html" 
     19         window.location.replace(); 
     20      } 
    1721    </script> 
    1822  </head> 
    19   <body> 
     23  <body onLoad="setTimeout('delayed()',5000)"> 
    2024    <div id="menu"> 
    2125      <ul id="nav"> 
  • branches/nightwing-backfire/nightwing/www/cgi-bin/resetUsersSelected.cgi

    r535 r540  
    2222          Nifty("div#box","big"); 
    2323      } 
     24      function delayer(){ 
     25        window.location =  "/cgi-bin/clientOnLine.html" 
     26        window.location.replace(); 
     27        } 
    2428    </script> 
    2529  </head> 
    26   <body> 
     30  <body onLoad="setTimeout('delayer()',5000)"> 
    2731    <div id="menu"> 
    2832      <ul id="nav">