Компьютерный форум OSzone.net  

Компьютерный форум OSzone.net (http://forum.oszone.net/index.php)
-   Вебмастеру (http://forum.oszone.net/forumdisplay.php?f=22)
-   -   Sothink DHTMLMenu. Проблемы со вставкой кода меню в код страницы! (http://forum.oszone.net/showthread.php?t=84196)

aptizzt 17-05-2007 18:26 588065

Sothink DHTMLMenu. Проблемы со вставкой кода меню в код страницы!
 
Друзья, я уже неделю мучаюсь! Хочу создать хороше многоуравневое меню.
Установил прогу Sothink DHTMLMenu, но хоть ты тресни... делаю все так как вы пишите и все равно не получается.

Видимо я не раздупляю основ.

Смотрите: Я создаю меню, генерирую его в формат js, поучается код:

Код:

stm_bm(["menu57d8",730,"","blank.gif",1,"stgcl()+170","stg ct()+44",0,0,250,0,1000,0,0,0,"","",0,0,1,1,"defau lt","hand",""],this);
stm_bp("p0",[1,4,0,0,2,2,0,7,100,"",-2,"",-2,100,2,3,"#999999","#FFFFFF","",3,1,1,"#999999"]);
stm_ai("p0i0",[0,"Products","","",-1,-1,0,"","_self","","","","",0,0,0,"","",0,0,0,0,1," #FFFFFF",0,"#FFFFFF",0,"","",3,3,0,0,"#3399CC","#3 399CC","#000000","#000000","bold 9pt Verdana","bold 9pt Verdana",0,0],140,20);
stm_aix("p0i1","p0i0",[0," DHTMLMenu","","",-1,-1,0,"","_self","","","","",0,0,0,"arrow_gray.gif", "arrow_r.gif",7,7,0,0,1,"#FFFFFF",0,"#DFDFDF",0,"" ,"",3,3,1,1,"#FFFFFF","#666666","#333333","#333333 ","9pt Verdana","9pt Verdana"],140,20);
stm_bpx("p1","p0",[1,2,-2,0,3,1,0,0,91]);
stm_aix("p1i0","p0i1",[0,"Download Trial Version","","",-1,-1,0,"","_self","","","","",0,0,0,"","",0,0],0,20);
stm_aix("p1i1","p1i0",[0,"Order Online"],0,20);
stm_aix("p1i2","p1i0",[0,"View Samples"],0,20);
stm_ai("p1i3",[6,1,"#999999","",0,0,0]);
stm_aix("p1i4","p1i0",[0,"F.A.Q."],0,20);
stm_ep();
stm_aix("p0i2","p0i1",[0," Glanda"],140,20);
stm_bpx("p2","p1",[]);
stm_aix("p2i0","p1i0",[],0,20);
stm_aix("p2i1","p1i1",[],0,20);
stm_aix("p2i2","p1i3",[]);
stm_aix("p2i3","p1i4",[],0,20);
stm_ep();
stm_aix("p0i3","p0i1",[0," SWF Decompiler"],140,20);
stm_bpx("p3","p1",[]);
stm_aix("p3i0","p1i0",[],0,20);
stm_aix("p3i1","p1i1",[],0,20);
stm_aix("p3i2","p1i3",[]);
stm_aix("p3i3","p1i4",[],0,20);
stm_ep();
stm_aix("p0i4","p1i3",[]);
stm_aix("p0i5","p0i0",[0,"Products News"],140,20);
stm_aix("p0i6","p1i0",[0," Last Week"],140,20);
stm_aix("p0i7","p1i0",[0," Last Month"],140,20);
stm_aix("p0i8","p1i0",[0," Last Year"],140,20);
stm_aix("p0i9","p1i3",[]);
stm_aix("p0i10","p0i0",[0,"Forums"],140,20);
stm_aix("p0i11","p0i1",[],140,20);
stm_bpx("p4","p1",[]);
stm_aix("p4i0","p1i0",[],0,20);
stm_aix("p4i1","p1i1",[],0,20);
stm_ep();
stm_aix("p0i12","p1i0",[0," Glanda"],140,20);
stm_aix("p0i13","p1i0",[0," SWF Decompiler"],140,20);
stm_ep();
stm_em();

И у меня есть страничка НТМL:

Код:

<html>

<head>
<meta http-equiv="Content-Type" content="text/html; charset=windows-1251">
<title>Amadeus production "</title>
<LINK href="main0000.css" rel=stylesheet>
<META name="description" content="Amadeus production ">
<META name="keywords" content=" Amadeus production ">
<style type="text/css">
<!--
.style2 {font-size: xx-large}
-->
</style>
</head>

<body>
<table width="1082" border="1" align="center">
<tr>
<th width="225" scope="col"><div align="left"><img src="AMADEUS.gif" alt="Amadeus" width="224" height="88" longdesc="http://amadeusart.kiev.ua"></div></th>
<th width="841" scope="col"><span class="style2">Amadeus production </span></th></tr>
</table>
<table width="1082" height="116" border="1" align="center">
<tr>
<th width="173" height="89" scope="col">


</th>
<th width="728" scope="col">БАННЕР</th>
<th width="159" scope="col">Новости культуры </th>
</tr>
</table>

</body>

</html>

Подскажите пожалуйста, как мне вставить код меню с страничку.
Заранее спасибо

Prisoner 18-05-2007 00:29 588155

Поглядите во встроенной справке. Там где-то должна быть кнопка compile (или что-то в этом роде. М. б. build). Вот вокруг нее и свойств проекта (сохранять ли и куда сохранять все ресурсы задействованные в меню - картинки) все и крутится.


Время: 03:09.

Время: 03:09.
© OSzone.net 2001-