Nieuw lid |
|
beste,
heb enkele jaren terug een cursus webmaster gevolgd en een site gemaakt, nu wil ik terug ene poging doen online te plaatsen maar het lukt me niet, mijn gemaakte uitschuifbalken willen niet meer werken, nochtans niet gewijzigd aan de code, maar er moeten toch dingen zijn die niet kloppen, waarsch iets stoms dat ik niet snap aan de code of foutmelding waarsch
alvast bedankt om evt moeite te doen te helpen,
gr
test van site staat momenteel op http://testthis.site11.com/
als ik bestand schatting.htm bekijk dan verschijnen er 2 foutmeldingen
1) in volgende file mm_menu.js
= code 0 ongeldig teken op regel 1
2) in volgende file als voorbeeld (een van de pagina's) schatting.htm
= code 0 'Menu' is niet gedefineerd regel 11 teken 65
hieronder heb ik de codes van deze 2 files geplaatst
1) schatting.htm
2) mm_menu.js
= ik zie wel op welke plaats er iets niet klopt maar wat precies is echter de vraag, waarschijnlijk een kwestie van te weten maar ik zie het huidig niet meer wat en hoe ik moet definiëren en dergelijke, kan iemand me helpen en zeggen wat er tekort, teveel of verkeerd is aub?
alvast bedankt voor de moeite want ben gek aan het worden ;)
code van bestand schatting.htm: zie hieronder aub
<html>
<head>
<title>Schatting</title>
<meta content="untitled" name="keywords">
<meta content="untitled" name="description">
<link href="stijlen.css" rel="stylesheet" type="text/css">
<script language="JavaScript">
<!--
[b]function mmLoadMenus() {
if (window.mm_menu_0612135848_0) return;
window.mm_menu_0612135848_0 = new Menu("root",221,14,"Verdana, Arial, Helvetica, sans-[/b]serif",12,"#969696","#000080","#FFFFFF","#FFFFFF","left","middle",1,0,1000,-5,7,true,true,true,0,true,false);
mm_menu_0612135848_0.addMenuItem("Opsplitsing","location='opsplitsing.htm'");
mm_menu_0612135848_0.addMenuItem("Verkaveling","location='verkaveling.htm'");
mm_menu_0612135848_0.addMenuItem("Grensbepaling","location='grensbepaling.htm'");
mm_menu_0612135848_0.addMenuItem("Gebouwen/architectuur","location='gebouwen-architectuur.htm'");
mm_menu_0612135848_0.addMenuItem("Volume- en oppervlaktebepaling","location='volume-en oppervlaktebepaling.htm'");
mm_menu_0612135848_0.addMenuItem("Verdeling","location='verdeling.htm'");
mm_menu_0612135848_0.addMenuItem("Trajecten/infrastructuurwerken","location='trajecten-infrastructuurwerken.htm'");
mm_menu_0612135848_0.fontWeight="bold";
mm_menu_0612135848_0.hideOnMouseOut=false;
mm_menu_0612135848_0.bgColor='#FFFFFF';
mm_menu_0612135848_0.menuBorder=1;
mm_menu_0612135848_0.menuLiteBgColor='#FFFFFF';
mm_menu_0612135848_0.menuBorderBgColor='#000080';
window.mm_menu_0612140748_0 = new Menu("root",83,18,"Verdana, Arial, Helvetica, sans-serif",12,"#FFFFFF","#FFFFFF","#000080","#969696","center","middle",3,0,1000,-5,7,true,true,true,0,true,true);
mm_menu_0612140748_0.addMenuItem("New item");
mm_menu_0612140748_0.fontWeight="bold";
mm_menu_0612140748_0.hideOnMouseOut=true;
mm_menu_0612140748_0.bgColor='#555555';
mm_menu_0612140748_0.menuBorder=1;
mm_menu_0612140748_0.menuLiteBgColor='#FFFFFF';
mm_menu_0612140748_0.menuBorderBgColor='#FFFFFF';
window.mm_menu_0612140819_0 = new Menu("root",108,14,"Verdana, Arial, Helvetica, sans-serif",12,"#FFFFFF","#FFFFFF","#000080","#969696","center","middle",0,0,1000,-5,7,true,true,false,0,true,false);
mm_menu_0612140819_0.addMenuItem("AMKJMLKJ","location='#'");
mm_menu_0612140819_0.addMenuItem("2323232","location='#'");
mm_menu_0612140819_0.addMenuItem("HALL","location='#'");
mm_menu_0612140819_0.addMenuItem("TEST","location='#'");
mm_menu_0612140819_0.fontWeight="bold
<meta content="untitled" name="keywords"> <meta content="untitled" name="description"> <link href="stijlen.css" rel="stylesheet" type="text/css"> <script language="JavaScript"> <!-- [b]function mmLoadMenus() { if (window.mm_menu_0612135848_0) return; window.mm_menu_0612135848_0 = new Menu("root",221,14,"Verdana, Arial, Helvetica, sans-[/b]serif",12,"#969696","#000080","#FFFFFF","#FFFFFF","left","middle",1,0,1000,-5,7,true,true,true,0,true,false); mm_menu_0612135848_0.addMenuItem("Opsplitsing","location='opsplitsing.htm'"); mm_menu_0612135848_0.addMenuItem("Verkaveling","location='verkaveling.htm'"); mm_menu_0612135848_0.addMenuItem("Grensbepaling","location='grensbepaling.htm'"); mm_menu_0612135848_0.addMenuItem("Gebouwen/architectuur","location='gebouwen-architectuur.htm'"); mm_menu_0612135848_0.addMenuItem("Volume- en oppervlaktebepaling","location='volume-en oppervlaktebepaling.htm'"); mm_menu_0612135848_0.addMenuItem("Verdeling","location='verdeling.htm'"); mm_menu_0612135848_0.addMenuItem("Trajecten/infrastructuurwerken","location='trajecten-infrastructuurwerken.htm'"); mm_menu_0612135848_0.fontWeight="bold"; mm_menu_0612135848_0.hideOnMouseOut=false; mm_menu_0612135848_0.bgColor='#FFFFFF'; mm_menu_0612135848_0.menuBorder=1; mm_menu_0612135848_0.menuLiteBgColor='#FFFFFF'; mm_menu_0612135848_0.menuBorderBgColor='#000080'; window.mm_menu_0612140748_0 = new Menu("root",83,18,"Verdana, Arial, Helvetica, sans-serif",12,"#FFFFFF","#FFFFFF","#000080","#969696","center","middle",3,0,1000,-5,7,true,true,true,0,true,true); mm_menu_0612140748_0.addMenuItem("New item"); mm_menu_0612140748_0.fontWeight="bold"; mm_menu_0612140748_0.hideOnMouseOut=true; mm_menu_0612140748_0.bgColor='#555555'; mm_menu_0612140748_0.menuBorder=1; mm_menu_0612140748_0.menuLiteBgColor='#FFFFFF'; mm_menu_0612140748_0.menuBorderBgColor='#FFFFFF'; window.mm_menu_0612140819_0 = new Menu("root",108,14,"Verdana, Arial, Helvetica, sans-serif",12,"#FFFFFF","#FFFFFF","#000080","#969696","center","middle",0,0,1000,-5,7,true,true,false,0,true,false); mm_menu_0612140819_0.addMenuItem("AMKJMLKJ","location='#'"); mm_menu_0612140819_0.addMenuItem("2323232","location='#'"); mm_menu_0612140819_0.addMenuItem("HALL","location='#'"); mm_menu_0612140819_0.addMenuItem("TEST","location='#'"); mm_menu_0612140819_0.fontWeight="bold
hieronder code van bestand mm_menu.js:
[b]function Menu(label, mw, mh, fnt, fs, fclr, fhclr, bg, bgh, halgn, valgn, pad, space, to, sx, sy, srel, opq, vert, idt, aw, ah) [/b]
{
this.version = "020320 [Menu; mm_menu.js]";
this.type = "Menu";
this.menuWidth = mw;
this.menuItemHeight = mh;
this.fontSize = fs;
this.fontWeight = "plain";
this.fontFamily = fnt;
this.fontColor = fclr;
this.fontColorHilite = fhclr;
this.bgColor = "#555555";
this.menuBorder = 1;
this.menuBgOpaque=opq;
this.menuItemBorder = 1;
this.menuItemIndent = idt;
this.menuItemBgColor = bg;
this.menuItemVAlign = valgn;
this.menuItemHAlign = halgn;
this.menuItemPadding = pad;
this.menuItemSpacing = space;
this.menuLiteBgColor = "#ffffff";
this.menuBorderBgColor = "#777777";
this.menuHiliteBgColor = bgh;
this.menuContainerBgColor = "#cccccc";
this.childMenuIcon = "arrows.gif";
this.submenuXOffset = sx;
this.submenuYOffset = sy;
this.submenuRelativeToItem = srel;
this.vertical = vert;
this.items = new Array();
this.actions = new Array();
this.childMenus = new Array();
this.hideOnMouseOut = true;
this.hideTimeout = to;
this.addMenuItem = addMenuItem;
this.writeMenus = writeMenus;
this.MM_showMenu = MM_showMenu;
this.onMenuItemOver = onMenuItemOver;
this.onMenuItemAction = onMenuItemAction;
this.hideMenu = hideMenu;
this.hideChildMenu = hideChildMenu;
if (!window.menus) window.menus = new Array();
this.label = " " + label;
window.menus[this.label] = this;
window.menus[window.menus.length] = this;
if (!window.activeMenus) window.activeMenus = new Array();
}
function addMenuItem(label, action) {
this.items[this.items.length] = label;
this.actions[this.actions.length] = action;
}
function FIND(item) {
[b]function Menu(label, mw, mh, fnt, fs, fclr, fhclr, bg, bgh, halgn, valgn, pad, space, to, sx, sy, srel, opq, vert, idt, aw, ah) [/b] { this.version = "020320 [Menu; mm_menu.js]"; this.type = "Menu"; this.menuWidth = mw; this.menuItemHeight = mh; this.fontSize = fs; this.fontWeight = "plain"; this.fontFamily = fnt; this.fontColor = fclr; this.fontColorHilite = fhclr; this.bgColor = "#555555"; this.menuBorder = 1; this.menuBgOpaque=opq; this.menuItemBorder = 1; this.menuItemIndent = idt; this.menuItemBgColor = bg; this.menuItemVAlign = valgn; this.menuItemHAlign = halgn; this.menuItemPadding = pad; this.menuItemSpacing = space; this.menuLiteBgColor = "#ffffff"; this.menuBorderBgColor = "#777777"; this.menuHiliteBgColor = bgh; this.menuContainerBgColor = "#cccccc"; this.childMenuIcon = "arrows.gif"; this.submenuXOffset = sx; this.submenuYOffset = sy; this.submenuRelativeToItem = srel; this.vertical = vert; this.items = new Array(); this.actions = new Array(); this.childMenus = new Array(); this.hideOnMouseOut = true; this.hideTimeout = to; this.addMenuItem = addMenuItem; this.writeMenus = writeMenus; this.MM_showMenu = MM_showMenu; this.onMenuItemOver = onMenuItemOver; this.onMenuItemAction = onMenuItemAction; this.hideMenu = hideMenu; this.hideChildMenu = hideChildMenu; if (!window.menus) window.menus = new Array(); this.label = " " + label; window.menus[this.label] = this; window.menus[window.menus.length] = this; if (!window.activeMenus) window.activeMenus = new Array(); } function addMenuItem(label, action) { this.items[this.items.length] = label; this.actions[this.actions.length] = action; } function FIND(item) {
|