Can somebody tell me what is wrong with with my function?
I can't seem to get the javascript to work with the ASP variables.
<script language="javascript">
function InitializeMap() {
iniMap("EditorAuto", "form", "x", "y", <%=Details("X"
%>, <%=Details("Y"
%>);
addLocationsGroup(1,"Incident","
addLocation(1,1,<%=Details("X"
%>,<%=Details("Y"
%>,"<%=Details("description"
%>",""
;
showLocationsGroup(1);
}
</script>
Thanks,
Dave
I can't seem to get the javascript to work with the ASP variables.
<script language="javascript">
function InitializeMap() {
iniMap("EditorAuto", "form", "x", "y", <%=Details("X"
addLocationsGroup(1,"Incident","
addLocation(1,1,<%=Details("X"
showLocationsGroup(1);
}
</script>
Thanks,
Dave