Changeset 64 for trunk/client/inc/javascript.php
- Timestamp:
- Mar 30, 2010, 11:47:58 AM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/client/inc/javascript.php
r34 r64 15 15 # Include funzioni javascript # 16 16 ################################################## 17 17 #timer per tema tour 18 18 # inizio rotazione 19 19 if (isset($_SESSION['ruota'])) 20 20 { 21 21 ?> 22 22 23 <script type="text/javascript" language="javascript"> 23 24 <!-- 24 25 function loadpage() { 25 26 26 thetimer = setTimeout("changepage()", 8000);27 thetimer = setTimeout("changepage()", 20000); 27 28 28 29
Note:
See TracChangeset
for help on using the changeset viewer.