Страницы: 1
в целях тестирования и выбора наилучшего броузера стоят IE, Opera, FF. так во в FF не работает автоматическая переадресация. может быть это последствия настроек? что то у меня много таких "мелочей" набирается. честно говоря если бы у осла была бы такая же фича по кэшированию - перешел бы не задумываясь.
Отсутствует
что подразумевается под понятием "автоматическая переадресация"? если банальная конструкция типа
<html> <head> ... <meta http-equiv="refresh" content="0;url=newaddress.html"> </head> <body> </body> </html>
(где 0 - таймаут в секундах, newaddress.html - страница куда нужно перекинуть браузер), то всё преотличнейше работает. если javascript, то это можно включить в настройках либо проверять сам скрипт на наличие ошибок (IE и Opera к ошибкам в скриптах относятся более лояльно). поподробнее бы. с примерами адресов страничек либо кодом где не работает переадресация.
Отредактировано gh05t (21-04-2006 13:38:22)
Отсутствует
Редиректы такого типа тоже без проблем
HTTP/1.1 301 Moved Permanently Request Version: HTTP/1.1 Response Code: 301 Date: Sat, 22 Apr 2006 19:52:22 GMT Server: Apache/1.3.33 (Unix) Location: http://www.mozilla.ru/products/firefox/ Connection: close Transfer-Encoding: chunked Content-Type: text/html; charset=iso-8859-1
"Software is like SEX - it's better when it's FREE" (C) Linus Torvalds
Отсутствует
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html dir="ltr" lang="ru"> <head> <script type="text/javascript"> <!-- function exec_refresh() { window.status = "Переадресация..." + myvar; myvar = myvar + " ."; var timerID = setTimeout("exec_refresh();", 100); if (timeout > 0) { timeout -= 1; } else { clearTimeout(timerID); window.status = ""; window.location = "showthread.php?t=8073"; } } var myvar = ""; var timeout = 20; exec_refresh(); //--> </script> <meta http-equiv="Content-Type" content="text/html; charset=windows-1251" /> <meta name="generator" content="Forum 3.5.4" /> <meta name="keywords" content="пелотки, падонки, пиздаклуб, pizdaclub,фабрика,пезд,креатифф,клуб падонки,аффтар" /> <meta name="description" content="Ебали мы и цензуру" /> <style type="text/css" id="vbulletin_css"> <!-- body { background: #D2D2D2; color: #000000; font-size: 10pt; font-weight: bold; } a:link { color: #FF6600; text-decoration: none; } a:visited { color: #FF6600; text-decoration: none; } a:hover, a:active { color: #FF6600; text-decoration: underline; } .page { background: #FFFFFF; color: #000000; } td, th, p, li { font: 10pt verdana, geneva, lucida, 'lucida grande', arial, helvetica, sans-serif; } .tborder { background: #000000; color: #000000; border: 1px solid #FF6600; } .tcat { background: #D3D3D3; color: #000000; font: bold 10pt verdana, geneva, lucida, 'lucida grande', arial, helvetica, sans-serif; } .tcat a:link { color: #666666; text-decoration: none; } .tcat a:visited { color: #666666; text-decoration: none; } .tcat a:hover, .tcat a:active { color: #666666; text-decoration: underline; } .thead { background: #666666; color: #FFFFFF; font: bold 11px tahoma, verdana, geneva, lucida, 'lucida grande', arial, helvetica, sans-serif; } .thead a:link { color: #FFFFFF; } .thead a:visited { color: #FFFFFF; } .thead a:hover, .thead a:active { color: #FFFFFF; } .tfoot { background: #666666; color: #FFFFFF; } .tfoot a:link { color: #FFFFFF; text-decoration: none; } .tfoot a:visited { color: #FFFFFF; text-decoration: none; } .tfoot a:hover, .tfoot a:active { color: #FFFFFF; text-decoration: underline; } .alt1, .alt1Active { background: #FFFFFF; color: #000000; } .alt2, .alt2Active { background: #FFFFFF; color: #000000; } td.inlinemod { background: #FFFFCC; color: #000000; } .wysiwyg { background: #FFFFFF; color: #000000; font: 10pt verdana, geneva, lucida, 'lucida grande', arial, helvetica, sans-serif; } textarea, .bginput { font: 10pt verdana, geneva, lucida, 'lucida grande', arial, helvetica, sans-serif; } .button { font: 11px verdana, geneva, lucida, 'lucida grande', arial, helvetica, sans-serif; } select { font: 11px verdana, geneva, lucida, 'lucida grande', arial, helvetica, sans-serif; } option, optgroup { font-size: 11px; font-family: verdana, geneva, lucida, 'lucida grande', arial, helvetica, sans-serif; } .smallfont { font: 11px verdana, geneva, lucida, 'lucida grande', arial, helvetica, sans-serif; } .time { color: #666666; } .navbar { font: 11px verdana, geneva, lucida, 'lucida grande', arial, helvetica, sans-serif; } .highlight { color: #FFFFFF; font-weight: bold; } .fjsel { background: #666666; color: #FFFFFF; } .fjdpth0 { background: #FFFFFF; color: #000000; } .panel { background: #FFFFFF; color: #000000; padding: 10px; border: 2px outset; } .panelsurround { background: #FFFFFF; color: #000000; } legend { color: #333333; font: 11px tahoma, verdana, geneva, lucida, 'lucida grande', arial, helvetica, sans-serif; } .vbmenu_control { background: #999999; color: #FFFFFF; font: bold 11px tahoma, verdana, geneva, lucida, 'lucida grande', arial, helvetica, sans-serif; padding: 3px 6px 3px 6px; white-space: nowrap; } .vbmenu_control a:link { color: #FFFFFF; text-decoration: none; } .vbmenu_control a:visited { color: #FFFFFF; text-decoration: none; } .vbmenu_control a:hover, .vbmenu_control a:active { color: #FFFFFF; text-decoration: underline; } .vbmenu_popup { background: #FFFFFF; color: #000000; border: 1px solid #0B198C; } .vbmenu_option { background: #BBC7CE; color: #000000; font: 11px verdana, geneva, lucida, 'lucida grande', arial, helvetica, sans-serif; white-space: nowrap; cursor: pointer; } .vbmenu_option a:link { color: #333333; text-decoration: none; } .vbmenu_option a:visited { color: #333333; text-decoration: none; } .vbmenu_option a:hover, .vbmenu_option a:active { color: #FFFFFF; text-decoration: none; } .vbmenu_hilite { background: #8A949E; color: #FFFFFF; font: 11px verdana, geneva, lucida, 'lucida grande', arial, helvetica, sans-serif; white-space: nowrap; cursor: pointer; } .vbmenu_hilite a:link { color: #FFFFFF; text-decoration: none; } .vbmenu_hilite a:visited { color: #FFFFFF; text-decoration: none; } .vbmenu_hilite a:hover, .vbmenu_hilite a:active { color: #FFFFFF; text-decoration: none; } .bigusername { font-size: 14pt; } td.thead, div.thead { padding: 4px; } .pagenav a { text-decoration: none; } .pagenav td { padding: 2px 4px 2px 4px; } .fieldset { margin-bottom: 6px; } .fieldset, .fieldset td, .fieldset p, .fieldset li { font-size: 11px; } form { display: inline; } label { cursor: default; } .normal { font-weight: normal; } .inlineimg { vertical-align: middle; } --> </style> <script type="text/javascript"> <!-- var SESSIONURL = ""; var IMGDIR_MISC = "images/misc"; var vb_disable_ajax = parseInt("0", 10); // --> </script> <script type="text/javascript" src="clientscript/vbulletin_global.js"></script> <script type="text/javascript" src="clientscript/vbulletin_menu.js"></script> <title>PIZDAclub</title> </head> <body> <br /> <br /> <br /> <br /> <form action="forum32/thread8073.html" method="get"> <table class="tborder" cellpadding="6" cellspacing="1" border="0" width="70%" align="center"> <tr> <td class="tcat">Переадресация...</td> </tr> <tr> <td class="panelsurround" align="center"> <div class="panel"> <blockquote> <p> </p> <p><strong>Добавлена подписка на эту тему.</strong></p> <p class="smallfont"><a href="forum32/thread8073.html">Нажмите здесь, если ваш браузер не поддерживает автоматической переадресации</a></p> <div> </div> </blockquote> </div> <script type="text/javascript"> <!-- document.write('<div style="margin-top:6px">'); document.write('<input type="submit" class="button" value="Продолжить" accesskey="s" onclick="window.location=\'showthread.php?t=8073\'; return false" />'); document.write('<\/div>'); //--> </script> </td> </tr> </table> </form> <div class="smallfont" align="center">[<em>page compression: </em>6.34 k/7.30 k (<strong>13.25%</strong>)]</div></body> </html>
http://www.pizdaclub.com/forum32/thread8073.html
Отсутствует
File not found Firefox can't find the file at /N:/tmp/showthread.php?t=8073. * Check the file name for capitalization or other typing errors. * Check to see if the file was moved, renamed or deleted.
А у меня работает.
:::: Mozilla/5.0 (Windows; U; Windows NT 5.2; en-US; rv:1.8.0.2) Gecko/20060308 Firefox/1.5.0.2
"Software is like SEX - it's better when it's FREE" (C) Linus Torvalds
Отсутствует
starmate я воспользовался тем кодом что ты тут привел -> http://forum.mozilla.ru/viewtopic.php?pid=100126#p100126
"Software is like SEX - it's better when it's FREE" (C) Linus Torvalds
Отсутствует
я не говорю открывается страница или нет. я говорю о автоматической переадресации. если я к примеру АВТОМАТИЗИРОВАННЫЙ участник подпишусь на какую нибудь тему, то со станицы "...вы подписаны, ......если ваш броузер поддерживает ля ля ля ля, через несколько секунд будете перемещены ля ля ля ля ля" - никуда не попадаю. а в осле таких проблем нет.
Отсутствует
Страницы: 1