onmouse over at loadWMC
Leopold Schefcik (MULTIMEDIAPLAN.AT)
leopold.schefcik at MULTIMEDIAPLAN.AT
Wed Aug 10 01:16:41 PDT 2005
hi list,
I am trying to get the saveWMC and loadWMC buttons in my Mapbender.
The saveWMC seems to work. The I put in the loadWMC (by SQL). When the hp is
loaded it seems to work, but when I take the mouse over the loadWMC icon,
there is an error message:
Zeile: 20
Zeichen: 1
Fehler: Objekt erwartet
Code: 0
maybe something with the onmouseover=\\\'mod_loadwmc_init(this)\\\''?
but at saveWMC it´s the same and working fine.
Leopold
the loadWMC SQL:
INSERT INTO gui_element(fkey_gui_id, e_id, e_pos, e_public, e_comment,
e_element, e_src, e_attributes, e_left, e_top, e_width, e_height, e_z_index,
e_more_styles, e_content, e_closeTag, e_js_file, e_mb_mod, e_target,
e_requires) VALUES('Natura2000', 'loadwmc_2', '0002', '1', 'load WMC into
workspace', 'img', '../img/button_gray/zoomIn2_off.png',
'onclick=\\\'mod_loadwmc()\\\' onmouseover=\\\'mod_loadwmc_init(this)\\\'',
'730', '50', '24', '24', '1', '', '', '', 'mod_loadwmc.php', '',
'mapframe1', '');
the saveWMC SQL:
INSERT INTO gui_element(fkey_gui_id, e_id, e_pos, e_public, e_comment,
e_element, e_src, e_attributes, e_left, e_top, e_width, e_height, e_z_index,
e_more_styles, e_content, e_closeTag, e_js_file, e_mb_mod, e_target,
e_requires) VALUES('Natura2000', 'saveWMC', '0002', '1', 'saves the
WebMapContext', 'img', '../img/button_blink_red/leg_over.png',
'onclick=\\\'mod_savewmc()\\\' onmouseover=\\\'mod_savewmc_init(this)\\\'',
'645', '30', '24', '24', '1', '', '', '', 'mod_saveWMC.php', '',
'treeGDE,mapframe1', 'loadData');
More information about the MapServer-users
mailing list