Показать сообщение отдельно
  #4 (permalink)  
Старый 25.03.2012, 11:19
Новичок на форуме
Отправить личное сообщение для vikgor Посмотреть профиль Найти все сообщения от vikgor
 
Регистрация: 24.03.2012
Сообщений: 5

Надо наверное чуть больше кода дать, чтобы понятнее было
echo <<<END
			</div>
			
<script type="text/javascript">
END;
if('true' === $_GET["redactor"])
echo 'document.getElementById("new").style.display = "none";'
	.'document.getElementById("redactor").style.display = "";';
	
if('true' === $_GET["redactor_go"])
echo 'document.getElementById("new").style.display = "none";'
	.'document.getElementById("redactor").style.display = "";';
	
echo <<<END
	function next(flag)
	{
		if(flag == 0)
		{
		document.getElementById("new").style.display = "none";
		document.getElementById("redactor").style.display = "";
		window.location='?redactor_go=true';
		}else{
		document.getElementById("redactor").style.display = "none";
		document.getElementById("new").style.display = "";
		window.location='?exit=';
		}
	}
</script>
			
END;
Ответить с цитированием