Javascript-форум (https://javascript.ru/forum/)
-   Javascript под браузер (https://javascript.ru/forum/css-html/)
-   -   Google и fremeset (https://javascript.ru/forum/css-html/34666-google-i-fremeset.html)

Лена Фриман 14.01.2013 14:26

Google и fremeset
 
Есть сайт он состоит из нескольких фреймов
Почему-то гугл прокручивает не только в самих фреймах а сам весь сайт и он как-бы улетает вверх

вот js пример -
document.write('<frameset rows="*, 30" frameborder="0" BORDER="0" framespacing="0">'+
		      '<frameset rows="50%, *, 0" frameborder="1" border=1 framespacing="0">'+
		       '<frame name="main" src="main.php?top='+rnd+'">'+
		       '<frameset cols="*,220">'+
			 '<frame name="chat" src="buttons.php?ch='+rnd+'" target="_top" scrolling=YES FRAMEBORDER="5" BORDER="5" FRAMESPACING="0" MARGINWIDTH="0" MARGINHEIGHT="0">'+
			 '<frame name="online" src="ch.php?online='+rnd+'" target="_blank" scrolling=YES scrolling=YES frameborder=0 BORDER=0 framespacing=0 marginwidth=0 marginheight=0>'+
			'</frameset>'+
			  '<frame name="refreshed" target="_top" scrolling="no" noresize src="refreshed.html">'+
			 '</frameset>'+
			'<frame name="bottom" scrolling="no" noresize src="buttons.php?'+rnd+'">'+
			 '</frameset>');


Объясните почему так?

Лена Фриман 14.01.2013 14:30

Добавила так ->
document.write('<frameset rows="*, 30" scrolling=no noresize frameborder="0" BORDER="0" framespacing="0">'+
		               '<frameset rows="50%, *, 0" scrolling=no noresize frameborder="1" border=1 framespacing="0">'+
		               '<frame name="main" src="main.php?top='+rnd+'">'+
		                '<frameset cols="*,220">'+
					   '<frame name="chat" src="buttons.php?ch='+rnd+'" target="_top" scrolling=YES FRAMEBORDER="5" BORDER="5" FRAMESPACING="0" MARGINWIDTH="0" MARGINHEIGHT="0">'+
					   '<frame name="online" src="ch.php?online='+rnd+'" target="_blank" scrolling=YES scrolling=YES frameborder=0 BORDER=0 framespacing=0 marginwidth=0 marginheight=0>'+
					   '</frameset>'+
					   '<frame name="refreshed" target="_top" scrolling="no" noresize src="refreshed.html">'+
					   '</frameset>'+
					   '<frame name="bottom" scrolling="no" noresize src="buttons.php?'+rnd+'">'+
					   '</frameset>');


scrolling=no и noresize но всеравно так же :/


Часовой пояс GMT +3, время: 06:51.