Показать сообщение отдельно
  #2 (permalink)  
Старый 05.09.2013, 22:42
Аватар для BETEPAH
Профессор
Отправить личное сообщение для BETEPAH Посмотреть профиль Найти все сообщения от BETEPAH
 
Регистрация: 23.06.2011
Сообщений: 1,165

If you do not have access to editing the file mono.html, in any way. And if there is, then add the script to a file
if (window.location.hash) {
		var target = window.location.hash.replace('#', '');
		document.getElementById(target).click();
	}

and just call this
window.open('mono.html#p26')

Последний раз редактировалось BETEPAH, 06.09.2013 в 08:32. Причина: сонный был ;)
Ответить с цитированием