обновление фрейма
доброе время суток.
есть такая индекс страничка <?php session_start(); if(!isset($_SESSION***91;'userid'***93;)){ echo "<meta http-equiv=refresh content=0;url=\"../index.php?lan=3\">"; exit; } ?> <html> <meta name="Author" content="Gaby_chen"> <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8"> <title>Sim Bank Scheduler Server</title> </head> <frameset Id="frame" framespacing="0" border="false" cols="160,*" frameborder="1" scrolling="yes"> <frame name="left" scrolling="auto" marginwIdth="0" marginheight="0" src="left.php"> <frameset framespacing="0" border="false" rows="35,*" frameborder="0" scrolling="yes"> <frame name="top" scrolling="no" src="top.php"> <frame name="main" scrolling="auto" src="main.php" onload="window.top.frames***91;1***93;.location.reload()"> </frameset> </frameset><noframes></noframes> </html> помогите пожалуйста сделать обновление фрейма top.php каждую секунду при это мне обновляя саму страницу, мучаюсь и никак не могу сделать. за ранее спасибо |
Назви его не top, а top1.
Тогда должно сработать setInterval("top1.location.reload()",1000); (пишу в том же древнем стиле, что и пример автора) |
а куда вставить этот код можно поподробнее, я ноль полный)
|
<?php session_start(); if(!isset($_SESSION***91;'userid'***93;)){ echo "<meta http-equiv=refresh content=0;url=\"../index.php?lan=3\">"; exit; } ?> <html> <meta name="Author" content="Gaby_chen"> <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8"> <title>Sim Bank Scheduler Server</title> </head> <frameset Id="frame" framespacing="0" border="false" cols="160,*" frameborder="1" scrolling="yes"> <frame name="left" scrolling="auto" marginwIdth="0" marginheight="0" src="left.php"> <frameset framespacing="0" border="false" rows="35,*" frameborder="0" scrolling="yes"> <frame name="top1" scrolling="no" src="top.php"> <script> setInterval("top1.location.reload()",1000); </script> <frame name="main" scrolling="auto" src="main.php" onload="window.top.frames***91;1***93;.location.reload()"> </frameset> </frameset><noframes></noframes> </html> так имеете ввиду? |
Да
|
не работает(
|
м.б. на сервере нужно установить какое нибудь дополнительное по?
|
mantronix, Скрипт наверно нужно вынести за <frameset>
<?php session_start(); if(!isset($_SESSION***91;'userid'***93;)){ echo "<meta http-equiv=refresh content=0;url=\"../index.php?lan=3\">"; exit; } ?> <html> <meta name="Author" content="Gaby_chen"> <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8"> <title>Sim Bank Scheduler Server</title> </head> <frameset Id="frame" framespacing="0" border="false" cols="160,*" frameborder="1" scrolling="yes"> <frame name="left" scrolling="auto" marginwIdth="0" marginheight="0" src="left.php"> <frameset framespacing="0" border="false" rows="35,*" frameborder="0" scrolling="yes"> <frame name="top1" scrolling="no" src="http://javascript.ru/forum/"> <frame name="main" scrolling="auto" src="main.php" onload="window.top.frames***91;1***93;.location.reload()"> </frameset> <script> setInterval("top1.location.reload()",1000); </script> </frameset><noframes></noframes> </html> |
не работает(
|
mantronix,
:write: А так ? <?php session_start(); if(!isset($_SESSION***91;'userid'***93;)){ echo "<meta http-equiv=refresh content=0;url=\"../index.php?lan=3\">"; exit; } ?> <html> <meta name="Author" content="Gaby_chen"> <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8"> <script> setInterval("top1.location.reload()",1000); </script> <title>Sim Bank Scheduler Server</title> </head> <frameset Id="frame" framespacing="0" border="false" cols="160,*" frameborder="1" scrolling="yes"> <frame name="left" scrolling="auto" marginwIdth="0" marginheight="0" src="left.php"> <frameset framespacing="0" border="false" rows="35,*" frameborder="0" scrolling="yes"> <frame name="top1" scrolling="no" src="http://javascript.ru/forum/"> <frame name="main" scrolling="auto" src="main.php" onload="window.top.frames***91;1***93;.location.reload()"> </frameset> </frameset><noframes></noframes> </html> |
Часовой пояс GMT +3, время: 16:12. |