Версия для слабовидящих

Шаблон:Баннеры главная — различия между версиями

Материал из Ярославский педагогический университет
Перейти к: навигация, поиск
Строка 1: Строка 1:
<html>
 
<websiteFrame>
 
website=https://newyspu.ru/yspu_org/
 
width=100%
 
height=
 
border=0
 
scroll=no
 
</websiteFrame>
 
</html>
 
  
 +
 +
<iframe src="https://newyspu.ru/yspu_org/" frameborder="0" scrolling="no" onload="resizeIframe(this)" />
 
<script language="javascript" type="text/javascript">
 
<script language="javascript" type="text/javascript">
 
   function resizeIframe(obj) {
 
   function resizeIframe(obj) {

Версия 22:45, 17 января 2023


<iframe src="https://newyspu.ru/yspu_org/" frameborder="0" scrolling="no" onload="resizeIframe(this)" /> <script language="javascript" type="text/javascript">

 function resizeIframe(obj) {
   obj.style.height = obj.contentWindow.document.body.scrollHeight + 'px';
 }

</script>