Jump to content

Gennadi

Newbie
  • Posts

    2
  • Joined

  • Last visited

Gennadi's Achievements

Explorer

Explorer (1/14)

0

Reputation

  1. Доброго времени суток. Подскажите, пожалуйста, как указать цель для ссылок из scroll off меню. Скрипт находится в head. Ссылки должны открываться в iframe на этой же странице. <script language=Javascript> <!-- var menuwidth=100 var offsetleft=10 var offsettop=10 function dontMove() { if (document.all) {object1.style.pixelTop=document.body.scrollTop+offsettop} else{eval(document.object1.top=eval(window.pageYOffset+offsettop));} setTimeout("dontMove()",0); } if (document.all) {document.write('<DIV ALIGN="CENTER" ID="object1" STYLE="Position:absolute; Top:20; Left:'+offsetleft+'; Z-Index:5;cursor:hand;background-color:black"><TABLE BORDER="1" width="'+menuwidth+'" CELLPADDING="0" CELLSPACING="0" BORDERCOLOR="black" bgcolor="white">')} else if (document.layers){ document.write('<LAYER top="20" name="object1" left="'+offsetleft+'" BGCOLOR=black><TABLE BORDER="0" CELLPADDING="0" CELLSPACING="1"><TR><TD><TABLE BORDER="0" CELLPADDING="0" CELLSPACING="0" width="'+menuwidth+'">')} if (document.all||document.layers) document.write('<TR><TD BGCOLOR="#3399FF" BORDERCOLORDARK="#99CCFF" BORDERCOLORLIGHT="#003399"><P ALIGN=CENTER><FONT SIZE="4" FACE=ARIAL>Ìåíþ</FONT></TD></TR>') var menui = new Array(); var menul = new Array(); menui[0]=""; menul[0]=""; for (i=0;i<=menui.length-1;i++) if (document.all) {document.write('<TR><TD BORDERCOLOR="white" ONCLICK="location=\''+menul+'\'" onmouseover="className=\'menuh\'" onMouseout="className=\'menu\'"><CENTER><FONT>'+menui+'</FONT></TD></TR>')} else if (document.layers){document.write('<TR><TD BGCOLOR="white"><ILAYER><LAYER width="'+menuwidth+'" onmouseover="bgColor=\'yellow\'" onmouseout="bgColor=\'white\'"><CENTER><A HREF="'+menul+'" class=menulinks>'+menui+'</A></CENTER></LAYER></ILAYER></TD></TR>')} if (document.all) {document.write('</TABLE></DIV>')} else if (document.layers){document.write('</TABLE></TD></TR></TABLE></LAYER>')} function menu3(){ if (document.all||document.layers) dontMove() } window.onload=menu3 //--> </SCRIPT> Большое спасибо.
  2. Gennadi

    iframe

    Доброго времени суток. При загрузке странички, содержащей динамический iframe в iframe главной страницы, iframe-потомок теряет способность менять высоту, появляется полоса прокрутки. Долгие поиски в сети результата не дали. Помогите, граждане и гражданки, решить проблему.
×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue. See more about our Guidelines and Privacy Policy