Poprosim o radu. Udelal jsem si v tomto programu navigacni menu, ale absolutne netusim, jak ho dostat na web. Jedna se o javascript, a at to zkousim, jak to zkousim, nijak se mi nedari to zprovoznit.
Po vytvoreni menu mi to vygeneruje obrazky a script, ale nevim, jak ho "zabudovat" do HTML.
Dekuji za radu
Script vypada asi taktoo
Kód:
<!--
//---------------------------------------------------------------------
// Vertical menu
//
// How to use this file:
// Please add next line to your existing web project. Place the line
// in the HTML code at position where you want to have the buttons menu.
//
// <script language="Javascript" src="mainmenu.js"></script>
//
//
// Created by Agama Web Buttons
//----------------------------------------------------------------------
mainmenu_imgsrc=new Array();
mainmenu_imgsrc[1]="a_menu BVT1.gif";
mainmenu_imgsrc[2]="p_menu BVT1.gif";
mainmenu_imgsrc[3]="a_menu BVT2.gif";
mainmenu_imgsrc[4]="p_menu BVT2.gif";
mainmenu_imgsrc[5]="a_menu BVT3.gif";
mainmenu_imgsrc[6]="p_menu BVT3.gif";
mainmenu_img =new Array();
for (i=0; i< mainmenu_imgsrc.length; i++) {
mainmenu_img[i]=new Image();
mainmenu_img[i].src=mainmenu_imgsrc[i];
}
function mainmenu_change(number, picture) {
{
document[picture].src=mainmenu_img[number].src;
}
}
qt="'";
document.writeln('<DIV>');
document.writeln(' <TABLE border="0" Cellpadding="0" Cellspacing="0" align="left" >');
document.writeln(' <TR><TD align="Center" height="0"><A ID="" HREF="http://www.byvanievtrnave.sk/" TARGET="_self" ONMOUSEOVER="mainmenu_change('+qt+'1'+qt+','+qt+'mainmenu_1'+qt+')" ONMOUSEOUT= "mainmenu_change('+qt+'2'+qt+','+qt+'mainmenu_1'+qt+')" name="mainmenu_1"><IMG NAME="mainmenu_1" SRC="p_menu BVT1.gif" BORDER="0" vspace="0" hspace="0"></A></TD></TR>');
document.writeln(' <TR><TD height="0"></TD></TR>');
document.writeln(' <TR><TD align="Center" height="0"><A ID="" HREF="http://www.byvanievtrnave.sk/reality-bvt-real-estate-s-r-o~%28reality-0%29" TARGET="_self" ONMOUSEOVER="mainmenu_change('+qt+'3'+qt+','+qt+'mainmenu_2'+qt+')" ONMOUSEOUT= "mainmenu_change('+qt+'4'+qt+','+qt+'mainmenu_2'+qt+')" name="mainmenu_2"><IMG NAME="mainmenu_2" SRC="p_menu BVT2.gif" BORDER="0" vspace="0" hspace="0"></A></TD></TR>');
document.writeln(' <TR><TD height="0"></TD></TR>');
document.writeln(' <TR><TD align="Center" height="0"><A ID="" HREF="http://www.byvanievtrnave.sk/vlozenie-dopytu" TARGET="_self" ONMOUSEOVER="mainmenu_change('+qt+'5'+qt+','+qt+'mainmenu_3'+qt+')" ONMOUSEOUT= "mainmenu_change('+qt+'6'+qt+','+qt+'mainmenu_3'+qt+')" name="mainmenu_3"><IMG NAME="mainmenu_3" SRC="p_menu BVT3.gif" BORDER="0" vspace="0" hspace="0"></A></TD></TR>');
document.writeln(' <TR><TD height="0"></TD></TR>');
document.writeln(' </TABLE>');
document.writeln('</DIV>');